rm ropsten and rinkleby chain IDs from EL manager (#5586)

This commit is contained in:
tersec 2023-11-09 23:35:40 +03:00 committed by GitHub
parent 06e2ca5286
commit 68a77926e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -41,8 +41,6 @@ type
Eth1Network* = enum
mainnet
ropsten
rinkeby
goerli
sepolia
holesky