Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testnet prod sync #5768

Merged
merged 14 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ops/mainnet/prod/backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ locals {
}
"1835101812" = {
providers = ["https://mantle-mainnet.blastapi.io/${var.blast_key}"]
}
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
}

Expand Down Expand Up @@ -107,6 +110,7 @@ locals {
"1635148152" = { confirmations = 10 }
"1835365481" = { confirmations = 1 }
"1835101812" = { confirmations = 1 }
"1836016741" = { confirmations = 10 }
}
environment = var.stage
healthUrls = {
Expand Down
77 changes: 63 additions & 14 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ locals {
{ name = "STAGE", value = var.stage },
{ name = "DD_PROFILING_ENABLED", value = "true" },
{ name = "DD_ENV", value = "${var.environment}-${var.stage}" },
{ name = "GRAPH_API_KEY", value = var.graph_api_key }
]
router_env_vars = [
{ name = "NXTP_CONFIG", value = local.local_router_config },
Expand Down Expand Up @@ -120,6 +119,9 @@ locals {
"1818848877" = {
providers = ["https://linea-mainnet.infura.io/v3/${var.infura_key}", "https://rpc.linea.build"]
}
"2053862243" = {
providers = ["https://zksync-mainnet.blastapi.io/${var.blast_key}"]
}
"1887071085" = {
providers = ["https://polygon-zkevm-mainnet.blastapi.io/${var.blast_key}"]
}
Expand All @@ -135,6 +137,9 @@ locals {
"1835101812" = {
providers = ["https://mantle-mainnet.blastapi.io/${var.blast_key}"]
}
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
}
web3SignerUrl = "https://${module.sequencer_web3signer.service_endpoint}"
relayers = [
Expand Down Expand Up @@ -216,6 +221,12 @@ locals {
queueLimit = 1000000
subscribe = true
},
{
name = "2053862243"
limit = 1
queueLimit = 1000000
subscribe = true
},
{
name = "1887071085"
limit = 1
Expand Down Expand Up @@ -245,7 +256,13 @@ locals {
limit = 1
queueLimit = 1000000
subscribe = true
}
},
{
name = "1836016741"
limit = 1
queueLimit = 1000000
subscribe = true
}
]
bindings = [
{
Expand Down Expand Up @@ -288,6 +305,11 @@ locals {
target = "1818848877"
keys = ["1818848877"]
},
{
exchange = "sequencerX"
target = "2053862243"
keys = ["2053862243"]
},
{
exchange = "sequencerX"
target = "1887071085"
Expand All @@ -312,7 +334,12 @@ locals {
exchange = "sequencerX"
target = "1835101812"
keys = ["1835101812"]
}
},
{
exchange = "sequencerX"
target = "1836016741"
keys = ["1836016741"]
}
]
executerTimeout = 300000
prefetch = 1
Expand Down Expand Up @@ -361,6 +388,9 @@ locals {
"1818848877" = {
providers = ["https://linea-mainnet.infura.io/v3/${var.infura_key}", "https://rpc.linea.build"]
}
"2053862243" = {
providers = ["https://zksync-mainnet.blastapi.io/${var.blast_key}"]
}
"1887071085" = {
providers = ["https://polygon-zkevm-mainnet.blastapi.io/${var.blast_key}"]
}
Expand All @@ -376,6 +406,9 @@ locals {
"1835101812" = {
providers = ["https://mantle-mainnet.blastapi.io/${var.blast_key}"]
}
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
}
cartographerUrl = "https://postgrest.mainnet.connext.ninja"
web3SignerUrl = "https://${module.router_web3signer.service_endpoint}"
Expand All @@ -394,25 +427,28 @@ locals {
logLevel = "debug"
chains = {
"6648936" = {
providers = ["https://eth-mainnet.alchemyapi.io/v2/${var.mainnet_alchemy_key_1}"]
providers = ["https://eth-mainnet.alchemyapi.io/v2/${var.mainnet_alchemy_key_1}", "https://eth-mainnet.blastapi.io/${var.blast_key}"]
},
"1869640809" = {
providers = ["https://optimism-mainnet.blastapi.io/${var.blast_key}"]
providers = ["https://optimism-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.optimism.io"]
},
"1886350457" = {
providers = ["https://polygon-mainnet.blastapi.io/${var.blast_key}"]
providers = ["https://polygon-mainnet.g.alchemy.com/v2/${var.polygon_alchemy_key_0}", "https://poly-mainnet.gateway.pokt.network/v1/lb/${var.pokt_key}", "https://polygon-mainnet.blastapi.io/${var.blast_key}", "https://polygon.llamarpc.com"]
},
"1634886255" = {
providers = ["https://arb-mainnet.g.alchemy.com/v2/${var.arbitrum_alchemy_key_0}"]
providers = ["https://arb-mainnet.g.alchemy.com/v2/${var.arbitrum_alchemy_key_0}", "https://arb1.arbitrum.io/rpc"]
},
"6450786" = {
providers = ["https://bsc-mainnet.blastapi.io/${var.blast_key}"]
providers = ["https://bsc-mainnet.blastapi.io/${var.blast_key}", "https://bsc-dataseed1.binance.org", "https://bsc-dataseed2.binance.org"]
}
"6778479" = {
providers = ["https://gnosis-mainnet.blastapi.io/${var.blast_key}"]
providers = ["https://gnosis-mainnet.blastapi.io/${var.blast_key}", "https://rpc.gnosischain.com"]
}
"1818848877" = {
providers = ["https://linea-mainnet.infura.io/v3/${var.infura_key}"]
providers = ["https://linea-mainnet.infura.io/v3/${var.infura_key}", "https://rpc.linea.build"]
}
"2053862243" = {
providers = ["https://zksync-mainnet.blastapi.io/${var.blast_key}"]
}
"1887071085" = {
providers = ["https://polygon-zkevm-mainnet.blastapi.io/${var.blast_key}"]
Expand All @@ -429,6 +465,9 @@ locals {
"1835101812" = {
providers = ["https://mantle-mainnet.blastapi.io/${var.blast_key}"]
}
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
}
gelatoApiKey = "${var.gelato_api_key}"
environment = var.stage
Expand Down Expand Up @@ -466,26 +505,30 @@ locals {
"6450786" = 10,
"6778479" = 10,
"1818848877" = 10,
"2053862243" = 10,
"1887071085" = 10,
"1650553709" = 10,
"1635148152" = 10,
"1835365481" = 10,
"1835101812" = 10
"1835101812" = 10,
"1836016741" = 10
}
proverBatchWaitTime = {
"6648936" = 43200,
"6648936" = 43200,
"1634886255" = 14400,
"1869640809" = 14400,
"1886350457" = 14400,
"1634886255" = 14400,
"6450786" = 14400,
"6778479" = 14400,
"1818848877" = 14400,
"2053862243" = 14400,
"1887071085" = 14400,
"1650553709" = 14400,
"1635148152" = 14400,
"1835365481" = 14400,
"1835101812" = 14400
"1835101812" = 14400,
"1836016741" = 14400
}
messageQueue = {
connection = {
Expand All @@ -502,7 +545,7 @@ locals {
}
web3SignerUrl = "https://${module.lighthouse_web3signer.service_endpoint}"
server = {
adminToken = var.admin_token_lighthouse_prover_subscriber
adminToken = var.admin_token_lighthouse_prover_subscriber
}
})

Expand Down Expand Up @@ -537,6 +580,9 @@ locals {
"1818848877" = {
providers = ["https://linea-mainnet.infura.io/v3/${var.infura_key}", "https://rpc.linea.build"]
}
"2053862243" = {
providers = ["https://zksync-mainnet.blastapi.io/${var.blast_key}"]
}
"1887071085" = {
providers = ["https://polygon-zkevm-mainnet.blastapi.io/${var.blast_key}"]
}
Expand All @@ -552,6 +598,9 @@ locals {
"1835101812" = {
providers = ["https://mantle-mainnet.blastapi.io/${var.blast_key}"]
}
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
}
environment = var.stage
web3SignerUrl = "https://${module.relayer_web3signer.service_endpoint}"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "2.0.0"
}
}
Loading
Loading