Skip to content

Commit

Permalink
feat: merge xlayer -> xlayer-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmeshkhandelwal1 committed Apr 29, 2024
2 parents 8db4d43 + 8e5c692 commit 1ee1696
Show file tree
Hide file tree
Showing 179 changed files with 97,802 additions and 1,361,902 deletions.
4 changes: 4 additions & 0 deletions ops/mainnet/prod/backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ 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"]
}
}

Expand Down Expand Up @@ -111,6 +114,7 @@ locals {
"1835365481" = { confirmations = 1 }
"1835101812" = { confirmations = 1 }
"1836016741" = { confirmations = 10 }
"2020368761" = { confirmations = 10 }
}
environment = var.stage
healthUrls = {
Expand Down
35 changes: 30 additions & 5 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ 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}"
Expand Down Expand Up @@ -263,6 +266,12 @@ locals {
limit = 1
queueLimit = 1000000
subscribe = true
},
{
name = "2020368761"
limit = 1
queueLimit = 1000000
subscribe = true
}
]
bindings = [
Expand Down Expand Up @@ -340,7 +349,12 @@ locals {
exchange = "sequencerX"
target = "1836016741"
keys = ["1836016741"]
}
},
{
exchange = "sequencerX"
target = "2020368761"
keys = ["2020368761"]
}
]
executerTimeout = 300000
prefetch = 1
Expand Down Expand Up @@ -409,7 +423,10 @@ 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 @@ -468,7 +485,10 @@ 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 @@ -512,7 +532,8 @@ locals {
"1635148152" = 10,
"1835365481" = 10,
"1835101812" = 10,
"1836016741" = 10
"1836016741" = 10,
"2020368761" = 10
}
proverBatchWaitTime = {
"6648936" = 43200,
Expand All @@ -529,7 +550,8 @@ locals {
"1635148152" = 14400,
"1835365481" = 14400,
"1835101812" = 14400,
"1836016741" = 14400
"1836016741" = 14400,
"2020368761" = 14400
}
messageQueue = {
connection = {
Expand Down Expand Up @@ -601,6 +623,9 @@ 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
Expand Down
Loading

0 comments on commit 1ee1696

Please sign in to comment.