mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-14 00:29:04 +00:00
rm ropsten and rinkleby chain IDs from EL manager (#5586)
This commit is contained in:
parent
06e2ca5286
commit
68a77926e8
@ -1380,8 +1380,6 @@ proc exchangeConfigWithSingleEL(m: ELManager, connection: ELConnection) {.async.
|
||||
# https://eips.ethereum.org/EIPS/eip-155#list-of-chain-ids
|
||||
expectedChain = case m.eth1Network.get
|
||||
of mainnet: 1.Quantity
|
||||
of ropsten: 3.Quantity
|
||||
of rinkeby: 4.Quantity
|
||||
of goerli: 5.Quantity
|
||||
of sepolia: 11155111.Quantity # https://chainid.network/
|
||||
of holesky: 17000.Quantity
|
||||
|
@ -41,8 +41,6 @@ type
|
||||
|
||||
Eth1Network* = enum
|
||||
mainnet
|
||||
ropsten
|
||||
rinkeby
|
||||
goerli
|
||||
sepolia
|
||||
holesky
|
||||
|
Loading…
x
Reference in New Issue
Block a user