diff --git a/dx/mimir-main-cluster/mimir-worker.tf b/dx/mimir-main-cluster/mimir-worker.tf index 9e08773..5507277 100644 --- a/dx/mimir-main-cluster/mimir-worker.tf +++ b/dx/mimir-main-cluster/mimir-worker.tf @@ -16,8 +16,7 @@ module "mimir_worker_odin_diff_ec2" { poller_type = "DiffPoller" short_poller_type = "diff" headless_endpoints = [ - "http://odin-rpc-1.nine-chronicles.com/graphql", - "http://odin-rpc-2.nine-chronicles.com/graphql" + "http://odin-rpc.nine-chronicles.com/graphql" ] repository_credentials = var.repository_credentials use_sentry = true @@ -41,8 +40,7 @@ module "mimir_worker_odin_action_ec2" { poller_type = "TxPoller" short_poller_type = "tx" headless_endpoints = [ - "http://odin-rpc-1.nine-chronicles.com/graphql", - "http://odin-rpc-2.nine-chronicles.com/graphql" + "http://odin-rpc.nine-chronicles.com/graphql" ] repository_credentials = var.repository_credentials use_sentry = true @@ -66,8 +64,7 @@ module "mimir_worker_heimdall_diff_ec2" { poller_type = "DiffPoller" short_poller_type = "diff" headless_endpoints = [ - "http://heimdall-rpc-1.nine-chronicles.com/graphql", - "http://heimdall-rpc-2.nine-chronicles.com/graphql" + "http://heimdall-rpc.nine-chronicles.com/graphql" ] repository_credentials = var.repository_credentials use_sentry = true @@ -91,8 +88,7 @@ module "mimir_worker_heimdall_action_ec2" { poller_type = "TxPoller" short_poller_type = "tx" headless_endpoints = [ - "http://heimdall-rpc-1.nine-chronicles.com/graphql", - "http://heimdall-rpc-2.nine-chronicles.com/graphql" + "http://heimdall-rpc.nine-chronicles.com/graphql" ] repository_credentials = var.repository_credentials use_sentry = true diff --git a/dx/mimir-main-cluster/terraform.public.auto.tfvars b/dx/mimir-main-cluster/terraform.public.auto.tfvars index fd1f650..ca73072 100644 --- a/dx/mimir-main-cluster/terraform.public.auto.tfvars +++ b/dx/mimir-main-cluster/terraform.public.auto.tfvars @@ -1,7 +1,7 @@ cluster_name = "mimir-main" region = "us-east-2" environment = "prod" -mimir_image = "git-d16c830a5695e18ead0424e07c0f1ce383bb23ad" -mimir_worker_image = "git-6c86af48867ab5a09b47052a4d0c4bfeaae8ccb0" +mimir_image = "git-b88ff10b9f1b586970502f02b2339f50c5bb89ac" +mimir_worker_image = "git-b88ff10b9f1b586970502f02b2339f50c5bb89ac" vpc_cidr_block = "10.0.0.0/16" create_route_tables = true