Skip to content

Commit

Permalink
config: add secondary zksync provider everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Sep 29, 2023
1 parent cdead15 commit 54549d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops/testnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ locals {
providers = ["https://linea-goerli.infura.io/v3/${var.infura_key}", "${var.linea_node}"]
}
"2053862260" = {
providers = ["https://testnet.era.zksync.dev"]
providers = ["https://zksync-era-testnet.blockpi.network/v1/rpc/public", "https://testnet.era.zksync.dev"]
}
}
web3SignerUrl = "https://${module.sequencer_web3signer.service_endpoint}"
Expand Down Expand Up @@ -254,7 +254,7 @@ locals {
providers = ["https://linea-goerli.infura.io/v3/${var.infura_key}", "${var.linea_node}"]
}
"2053862260" = {
providers = ["https://testnet.era.zksync.dev"]
providers = ["https://zksync-era-testnet.blockpi.network/v1/rpc/public", "https://testnet.era.zksync.dev"]
}
}
cartographerUrl = "https://postgrest.testnet.connext.ninja"
Expand Down Expand Up @@ -367,7 +367,7 @@ locals {
providers = ["https://rpc.goerli.linea.build/"]
}
# "2053862260" = {
# providers = ["https://testnet.era.zksync.dev"]
# providers = ["https://zksync-era-testnet.blockpi.network/v1/rpc/public", "https://testnet.era.zksync.dev"]
# }
}
environment = var.stage
Expand Down

0 comments on commit 54549d3

Please sign in to comment.