Skip to content

Commit

Permalink
fix: prod ops config removed
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmeshkhandelwal1 committed Apr 29, 2024
1 parent 024c5ed commit 21eae30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
6 changes: 1 addition & 5 deletions ops/mainnet/prod/backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ locals {
}
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
"2020368761" = {
providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"]
}
}
}

# The following are defined in variables.tf and don't map to the
Expand Down Expand Up @@ -114,7 +111,6 @@ locals {
"1835365481" = { confirmations = 1 }
"1835101812" = { confirmations = 1 }
"1836016741" = { confirmations = 10 }
"2020368761" = { confirmations = 10 }
}
environment = var.stage
healthUrls = {
Expand Down
29 changes: 2 additions & 27 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ locals {
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
"2020368761" = {
providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"]
}
}
web3SignerUrl = "https://${module.sequencer_web3signer.service_endpoint}"
relayers = [
Expand Down Expand Up @@ -267,12 +264,6 @@ locals {
queueLimit = 1000000
subscribe = true
},
{
name = "2020368761"
limit = 1
queueLimit = 1000000
subscribe = true
}
]
bindings = [
{
Expand Down Expand Up @@ -350,11 +341,6 @@ locals {
target = "1836016741"
keys = ["1836016741"]
},
{
exchange = "sequencerX"
target = "2020368761"
keys = ["2020368761"]
}
]
executerTimeout = 300000
prefetch = 1
Expand Down Expand Up @@ -424,9 +410,6 @@ locals {
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
"2020368761" = {
providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"]
}
}
cartographerUrl = "https://postgrest.mainnet.connext.ninja"
web3SignerUrl = "https://${module.router_web3signer.service_endpoint}"
Expand Down Expand Up @@ -486,9 +469,6 @@ locals {
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
"2020368761" = {
providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"]
}
}
gelatoApiKey = "${var.gelato_api_key}"
environment = var.stage
Expand Down Expand Up @@ -532,8 +512,7 @@ locals {
"1635148152" = 10,
"1835365481" = 10,
"1835101812" = 10,
"1836016741" = 10,
"2020368761" = 10
"1836016741" = 10
}
proverBatchWaitTime = {
"6648936" = 43200,
Expand All @@ -550,8 +529,7 @@ locals {
"1635148152" = 14400,
"1835365481" = 14400,
"1835101812" = 14400,
"1836016741" = 14400,
"2020368761" = 14400
"1836016741" = 14400
}
messageQueue = {
connection = {
Expand Down Expand Up @@ -624,9 +602,6 @@ locals {
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
"2020368761" = {
providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"]
}
}
environment = var.stage
web3SignerUrl = "https://${module.relayer_web3signer.service_endpoint}"
Expand Down

0 comments on commit 21eae30

Please sign in to comment.