Skip to content

Commit

Permalink
Merge pull request #6183 from connext/prod
Browse files Browse the repository at this point in the history
TestnetProd <- Prod Sync
  • Loading branch information
preethamr authored May 16, 2024
2 parents d2e9c3c + 476c73f commit 162d1e2
Show file tree
Hide file tree
Showing 20 changed files with 271,819 additions and 305,131 deletions.
1 change: 1 addition & 0 deletions connext-vesting
Submodule connext-vesting added at 9e6c44
6 changes: 3 additions & 3 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ locals {
providers = ["https://bsc-mainnet.blastapi.io/${var.blast_key}", "https://bsc-dataseed1.binance.org", "https://bsc-dataseed2.binance.org", "https://rpc.ankr.com/bsc"]
}
"6778479" = {
providers = ["https://gnosis-mainnet.blastapi.io/${var.blast_key}", "https://rpc.gnosischain.com", "https://rpc.ankr.com/gnosis"],
providers = ["https://gnosis-mainnet.blastapi.io/${var.blast_key}", "https://rpc.gnosischain.com"],
excludeListFromRelayerFee = ["0x6D4D82aE73DC9059Ac83B085b2505e00b5eF8511"]
}
"1818848877" = {
Expand Down Expand Up @@ -157,7 +157,7 @@ locals {
url = "https://${module.relayer_server.service_endpoint}"
}
]
relayerFeeTolerance = 60
relayerFeeTolerance = 85
checkOnlyExecuteFee = false
environment = var.stage
database = {
Expand All @@ -179,7 +179,7 @@ locals {
queues = [
{
name = "http"
limit = 100
limit = 10
queueLimit = 1000000
subscribe = true
},
Expand Down
Loading

0 comments on commit 162d1e2

Please sign in to comment.