update network chain ID reference URL(s) (#5636)

This commit is contained in:
tersec 2023-12-01 13:32:45 +00:00 committed by GitHub
parent 91b5204e52
commit 7634f92408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1372,11 +1372,11 @@ proc exchangeConfigWithSingleEL(m: ELManager, connection: ELConnection) {.async.
rpcClient.eth_chainId(),
web3RequestsTimeout)
# https://eips.ethereum.org/EIPS/eip-155#list-of-chain-ids
# https://chainid.network/
expectedChain = case m.eth1Network.get
of mainnet: 1.Quantity
of goerli: 5.Quantity
of sepolia: 11155111.Quantity # https://chainid.network/
of sepolia: 11155111.Quantity
of holesky: 17000.Quantity
if expectedChain != providerChain:
warn "The specified EL client is connected to a different chain",