Skip to content

Commit

Permalink
Merge pull request #5196 from connext/remove_arb_goerli_staging
Browse files Browse the repository at this point in the history
fix: remove arb goerli
  • Loading branch information
preethamr authored Nov 17, 2023
2 parents a222a5e + 60002d8 commit d0efada
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
24 changes: 0 additions & 24 deletions ops/testnet/staging/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ locals {
"9991" = {
providers = ["https://rpc.ankr.com/polygon_mumbai", "https://polygon-testnet.blastapi.io/${var.blast_key}"]
}
"1734439522" = {
providers = ["https://arb-goerli.g.alchemy.com/v2/${var.arbgoerli_alchemy_key_0}", "https://goerli-rollup.arbitrum.io/rpc"]
}
# "2053862260" = {
# providers = ["https://zksync2-testnet.zksync.dev"]
# }
Expand Down Expand Up @@ -180,12 +177,6 @@ locals {
# queueLimit = 100000
# subscribe = true
# },
{
name = "1734439522"
limit = 1
queueLimit = 1000000
subscribe = true
},
]
bindings = [
{
Expand Down Expand Up @@ -213,11 +204,6 @@ locals {
# target = "2053862260"
# keys = ["2053862260"]
# },
{
exchange = "sequencerX"
target = "1734439522"
keys = ["1734439522"]
}
]
executerTimeout = 300000
publisher = "sequencerX"
Expand Down Expand Up @@ -253,9 +239,6 @@ locals {
"9991" = {
providers = ["https://rpc.ankr.com/polygon_mumbai", "https://polygon-testnet.blastapi.io/${var.blast_key}"]
}
"1734439522" = {
providers = ["https://arb-goerli.g.alchemy.com/v2/${var.arbgoerli_alchemy_key_0}", "https://goerli-rollup.arbitrum.io/rpc"]
}
# "2053862260" = {
# providers = ["https://zksync2-testnet.zksync.dev"]
# }
Expand Down Expand Up @@ -284,9 +267,6 @@ locals {
"9991" = {
providers = ["https://polygon-mumbai.g.alchemy.com/v2/${var.mumbai_alchemy_key_0}"]
}
"1734439522" = {
providers = ["https://arb-goerli.g.alchemy.com/v2/${var.arbgoerli_alchemy_key_0}"]
}
# "2053862260" = {
# providers = ["https://zksync2-testnet.zksync.dev"]
# }
Expand Down Expand Up @@ -317,7 +297,6 @@ locals {
"9991" = 10,
"1735353714" = 10,
# "2053862260" = 10,
"1734439522" = 10,
"1735356532" = 10
}
messageQueue = {
Expand Down Expand Up @@ -355,9 +334,6 @@ locals {
"9991" = {
providers = ["https://rpc.ankr.com/polygon_mumbai", "https://polygon-testnet.blastapi.io/${var.blast_key}"]
}
"1734439522" = {
providers = ["https://arb-goerli.g.alchemy.com/v2/${var.arbgoerli_alchemy_key_0}", "https://goerli-rollup.arbitrum.io/rpc"]
}
# "2053862260" = {
# providers = ["https://zksync2-testnet.zksync.dev"]
# }
Expand Down
8 changes: 0 additions & 8 deletions ops/testnet/staging/core/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,6 @@ variable "optgoerli_alchemy_key_1" {
type = string
}

variable "arbgoerli_alchemy_key_0" {
type = string
}

variable "arbgoerli_alchemy_key_1" {
type = string
}

variable "mumbai_alchemy_key_0" {
type = string
}
Expand Down

0 comments on commit d0efada

Please sign in to comment.