Skip to content

Commit

Permalink
Merge pull request #5909 from connext/remove_zksync_tf_config
Browse files Browse the repository at this point in the history
Hotfix: remove zksync config from prod seq
  • Loading branch information
preethamr authored Mar 22, 2024
2 parents 5ee8af8 + 8668e5a commit 296ef8d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +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}"]
}
# "2053862243" = {
# providers = ["https://zksync-mainnet.blastapi.io/${var.blast_key}"]
# }
"1887071085" = {
providers = ["https://polygon-zkevm-mainnet.blastapi.io/${var.blast_key}"]
}
Expand Down Expand Up @@ -222,12 +222,12 @@ locals {
queueLimit = 1000000
subscribe = true
},
{
name = "2053862243"
limit = 1
queueLimit = 1000000
subscribe = true
},
# {
# name = "2053862243"
# limit = 1
# queueLimit = 1000000
# subscribe = true
# },
{
name = "1887071085"
limit = 1
Expand Down Expand Up @@ -306,11 +306,11 @@ locals {
target = "1818848877"
keys = ["1818848877"]
},
{
exchange = "sequencerX"
target = "2053862243"
keys = ["2053862243"]
},
# {
# exchange = "sequencerX"
# target = "2053862243"
# keys = ["2053862243"]
# },
{
exchange = "sequencerX"
target = "1887071085"
Expand Down

0 comments on commit 296ef8d

Please sign in to comment.