update network chain ID reference URL(s) (#5636)
This commit is contained in:
parent
91b5204e52
commit
7634f92408
|
@ -1372,11 +1372,11 @@ proc exchangeConfigWithSingleEL(m: ELManager, connection: ELConnection) {.async.
|
||||||
rpcClient.eth_chainId(),
|
rpcClient.eth_chainId(),
|
||||||
web3RequestsTimeout)
|
web3RequestsTimeout)
|
||||||
|
|
||||||
# https://eips.ethereum.org/EIPS/eip-155#list-of-chain-ids
|
# https://chainid.network/
|
||||||
expectedChain = case m.eth1Network.get
|
expectedChain = case m.eth1Network.get
|
||||||
of mainnet: 1.Quantity
|
of mainnet: 1.Quantity
|
||||||
of goerli: 5.Quantity
|
of goerli: 5.Quantity
|
||||||
of sepolia: 11155111.Quantity # https://chainid.network/
|
of sepolia: 11155111.Quantity
|
||||||
of holesky: 17000.Quantity
|
of holesky: 17000.Quantity
|
||||||
if expectedChain != providerChain:
|
if expectedChain != providerChain:
|
||||||
warn "The specified EL client is connected to a different chain",
|
warn "The specified EL client is connected to a different chain",
|
||||||
|
|
Loading…
Reference in New Issue