Skip to content

Commit

Permalink
use full state
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Jan 22, 2025
1 parent 895cc34 commit a913aff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dx/mimir-main-cluster/mimir-worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "mimir_worker_odin_diff_ec2" {
poller_type = "DiffPoller"
short_poller_type = "diff"
headless_endpoints = [
"http://odin-rpc.nine-chronicles.com/graphql"
"http://odin-full-state.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand All @@ -40,7 +40,7 @@ module "mimir_worker_odin_action_ec2" {
poller_type = "TxPoller"
short_poller_type = "tx"
headless_endpoints = [
"http://odin-rpc.nine-chronicles.com/graphql"
"http://odin-full-state.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand All @@ -64,7 +64,7 @@ module "mimir_worker_heimdall_diff_ec2" {
poller_type = "DiffPoller"
short_poller_type = "diff"
headless_endpoints = [
"http://heimdall-rpc.nine-chronicles.com/graphql"
"http://heimdall-full-state.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand All @@ -88,7 +88,7 @@ module "mimir_worker_heimdall_action_ec2" {
poller_type = "TxPoller"
short_poller_type = "tx"
headless_endpoints = [
"http://heimdall-rpc.nine-chronicles.com/graphql"
"http://heimdall-full-state.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand Down
4 changes: 2 additions & 2 deletions dx/mimir-main-cluster/terraform.public.auto.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cluster_name = "mimir-main"
region = "us-east-2"
environment = "prod"
mimir_image = "git-ba5ddc742bd4fa46157abb5719e2558b02548893"
mimir_worker_image = "git-ba5ddc742bd4fa46157abb5719e2558b02548893"
mimir_image = "git-e22807892aa499eb8216cf34049bf929e6d19945"
mimir_worker_image = "git-e22807892aa499eb8216cf34049bf929e6d19945"
vpc_cidr_block = "10.0.0.0/16"
create_route_tables = true

0 comments on commit a913aff

Please sign in to comment.