From ba28ef99bf7aca2b92ecbfc38678824e23f72886 Mon Sep 17 00:00:00 2001 From: Hyun Seungmin Date: Wed, 20 Nov 2024 19:27:08 +0900 Subject: [PATCH] update headless endpoints for mimir --- dx/mimir-main-cluster/mimir-worker.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dx/mimir-main-cluster/mimir-worker.tf b/dx/mimir-main-cluster/mimir-worker.tf index 5119eaa..9e08773 100644 --- a/dx/mimir-main-cluster/mimir-worker.tf +++ b/dx/mimir-main-cluster/mimir-worker.tf @@ -16,8 +16,6 @@ module "mimir_worker_odin_diff_ec2" { poller_type = "DiffPoller" short_poller_type = "diff" headless_endpoints = [ - "http://odin-jwt.nine-chronicles.com/graphql", - "http://odin-full-state.nine-chronicles.com/graphql", "http://odin-rpc-1.nine-chronicles.com/graphql", "http://odin-rpc-2.nine-chronicles.com/graphql" ] @@ -43,8 +41,6 @@ module "mimir_worker_odin_action_ec2" { poller_type = "TxPoller" short_poller_type = "tx" headless_endpoints = [ - "http://odin-jwt.nine-chronicles.com/graphql", - "http://odin-full-state.nine-chronicles.com/graphql", "http://odin-rpc-1.nine-chronicles.com/graphql", "http://odin-rpc-2.nine-chronicles.com/graphql" ] @@ -70,8 +66,6 @@ module "mimir_worker_heimdall_diff_ec2" { poller_type = "DiffPoller" short_poller_type = "diff" headless_endpoints = [ - "http://heimdall-jwt.nine-chronicles.com/graphql", - "http://heimdall-full-state.nine-chronicles.com/graphql", "http://heimdall-rpc-1.nine-chronicles.com/graphql", "http://heimdall-rpc-2.nine-chronicles.com/graphql" ] @@ -97,8 +91,6 @@ module "mimir_worker_heimdall_action_ec2" { poller_type = "TxPoller" short_poller_type = "tx" headless_endpoints = [ - "http://heimdall-jwt.nine-chronicles.com/graphql", - "http://heimdall-full-state.nine-chronicles.com/graphql", "http://heimdall-rpc-1.nine-chronicles.com/graphql", "http://heimdall-rpc-2.nine-chronicles.com/graphql" ]