Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chain info from Viem #1332

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
189 changes: 177 additions & 12 deletions safe_eth/eth/clients/etherscan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class EtherscanClient:
EthereumNetwork.ARBITRUM_GOERLI: "https://goerli.arbiscan.io",
EthereumNetwork.AVALANCHE_C_CHAIN: "https://snowtrace.io",
EthereumNetwork.GNOSIS: "https://gnosisscan.io",
EthereumNetwork.MOONBEAM: "https://moonbeam.moonscan.io",
EthereumNetwork.MOONBEAM: "https://moonscan.io",
EthereumNetwork.MOONRIVER: "https://moonriver.moonscan.io",
EthereumNetwork.MOONBASE_ALPHA: "https://moonbase.moonscan.io",
EthereumNetwork.CRONOS_MAINNET: "https://cronoscan.com",
Expand All @@ -46,19 +46,19 @@ class EtherscanClient:
EthereumNetwork.NEON_EVM_DEVNET: "https://devnet.neonscan.org",
EthereumNetwork.NEON_EVM_MAINNET: "https://neonscan.org",
EthereumNetwork.SEPOLIA: "https://sepolia.etherscan.io",
EthereumNetwork.ZKSYNC_MAINNET: "https://explorer.zksync.io/",
EthereumNetwork.ZKSYNC_MAINNET: "https://era.zksync.network/",
EthereumNetwork.FANTOM_OPERA: "https://ftmscan.com",
EthereumNetwork.FANTOM_TESTNET: "https://testnet.ftmscan.com/",
EthereumNetwork.LINEA: "https://lineascan.build",
EthereumNetwork.LINEA_GOERLI: "https://goerli.lineascan.build",
EthereumNetwork.MANTLE: "https://explorer.mantle.xyz",
EthereumNetwork.MANTLE: "https://mantlescan.xyz/",
EthereumNetwork.MANTLE_TESTNET: "https://explorer.testnet.mantle.xyz",
EthereumNetwork.JAPAN_OPEN_CHAIN_MAINNET: "https://mainnet.japanopenchain.org",
EthereumNetwork.JAPAN_OPEN_CHAIN_TESTNET: "https://explorer.testnet.japanopenchain.org",
EthereumNetwork.SCROLL_SEPOLIA_TESTNET: "https://sepolia.scrollscan.dev",
EthereumNetwork.SCROLL_SEPOLIA_TESTNET: "https://sepolia.scrollscan.com",
EthereumNetwork.SCROLL: "https://scrollscan.com",
EthereumNetwork.KROMA: "https://kromascan.com",
EthereumNetwork.KROMA_SEPOLIA: "https://sepolia.kromascan.com",
EthereumNetwork.KROMA: "https://blockscout.kroma.network",
EthereumNetwork.KROMA_SEPOLIA: "https://blockscout.sepolia.kroma.network",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://sepolia.blastscan.io",
EthereumNetwork.FRAXTAL: "https://fraxscan.com",
EthereumNetwork.BASE: "https://api.basescan.org/",
Expand All @@ -67,6 +67,89 @@ class EtherscanClient:
EthereumNetwork.BASE_SEPOLIA_TESTNET: "https://sepolia.basescan.org",
EthereumNetwork.HOLESKY: "https://holesky.etherscan.io",
EthereumNetwork.LINEA_SEPOLIA: "https://sepolia.lineascan.build",
EthereumNetwork.METIS_ANDROMEDA_MAINNET: "https://explorer.metis.io",
EthereumNetwork.DOGECHAIN_MAINNET: "https://explorer.dogechain.dog",
EthereumNetwork.FUSE_SPARKNET: "https://explorer.fusespark.io",
EthereumNetwork.PLUME_TESTNET: "https://testnet-explorer.plumenetwork.xyz",
EthereumNetwork.CHILIZ_CHAIN_MAINNET: "https://scan.chiliz.com",
EthereumNetwork.GNOSIS_CHIADO_TESTNET: "https://blockscout.chiadochain.net",
EthereumNetwork.AMOY: "https://amoy.polygonscan.com",
EthereumNetwork.PGN_PUBLIC_GOODS_NETWORK: "https://explorer.publicgoods.network",
EthereumNetwork.EDGEWARE_EDGEEVM_MAINNET: "https://edgscan.live",
EthereumNetwork.BEAR_NETWORK_CHAIN_MAINNET: "https://brnkscan.bearnetwork.net",
EthereumNetwork.THAICHAIN: "https://exp.thaichain.org",
EthereumNetwork.FUSE_MAINNET: "https://explorer.fuse.io",
EthereumNetwork.FLUENCE_TESTNET: "https://blockscout.testnet.fluence.dev",
Uxio0 marked this conversation as resolved.
Show resolved Hide resolved
EthereumNetwork.PULSECHAIN: "https://scan.pulsechain.com",
EthereumNetwork.IMMUTABLE_ZKEVM: "https://explorer.immutable.com",
EthereumNetwork.BAHAMUT: "https://www.ftnscan.com",
EthereumNetwork.ASSET_CHAIN_TESTNET: "https://scan-testnet.assetchain.org",
EthereumNetwork.LISK: "https://blockscout.lisk.com",
EthereumNetwork.NEXI_MAINNET: "https://www.nexiscan.com",
EthereumNetwork.MINATO: "https://explorer-testnet.soneium.org",
EthereumNetwork.EOS_EVM_NETWORK_TESTNET: "https://explorer.testnet.evm.eosnetwork.com",
EthereumNetwork.BITTORRENT_CHAIN_MAINNET: "https://bttcscan.com",
EthereumNetwork.RSS3_VSL_SEPOLIA_TESTNET: "https://scan.testnet.rss3.io",
EthereumNetwork.BITKUB_CHAIN: "https://www.bkcscan.com",
EthereumNetwork.METAL_L2: "https://explorer.metall2.com",
EthereumNetwork.SHIMMEREVM: "https://explorer.evm.shimmer.network",
EthereumNetwork.HAQQ_CHAIN_TESTNET: "https://explorer.testedge2.haqq.network",
EthereumNetwork.OASYS_MAINNET: "https://scan.oasys.games",
EthereumNetwork.MANTA_PACIFIC_MAINNET: "https://pacific-explorer.manta.network",
EthereumNetwork.FRAXTAL_TESTNET: "https://holesky.fraxscan.com",
EthereumNetwork.ACALA_NETWORK: "https://blockscout.acala.network",
EthereumNetwork.ANCIENT8_TESTNET: "https://scanv2-testnet.ancient8.gg",
EthereumNetwork.FLARE_TESTNET_COSTON2: "https://coston2-explorer.flare.network",
EthereumNetwork.PUPPYNET_SHIBARIUM: "https://puppyscan.shib.io",
EthereumNetwork.ROLLUX_MAINNET: "https://explorer.rollux.com",
EthereumNetwork.ZKSYNC_SEPOLIA_TESTNET: "https://sepolia-era.zksync.network/",
EthereumNetwork.ATLETA_OLYMPIA: "https://blockscout.atleta.network",
EthereumNetwork.CELO_ALFAJORES_TESTNET: "https://explorer.celo.org/alfajores",
EthereumNetwork.GRAVITY_ALPHA_MAINNET: "https://explorer.gravity.xyz",
EthereumNetwork.ANCIENT8: "https://scan.ancient8.gg",
EthereumNetwork.DCHAIN_TESTNET: "https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io",
EthereumNetwork.SYSCOIN_MAINNET: "https://explorer.syscoin.org",
EthereumNetwork.TENET: "https://tenetscan.io",
EthereumNetwork.JIBCHAIN_L1: "https://exp-l1.jibchain.net",
EthereumNetwork.IOTA_EVM_TESTNET: "https://explorer.evm.testnet.iotaledger.net",
EthereumNetwork.IOTA_EVM: "https://explorer.evm.iota.org",
EthereumNetwork.BITKUB_CHAIN_TESTNET: "https://testnet.bkcscan.com",
EthereumNetwork.ROLLUX_TESTNET: "https://rollux.tanenbaum.io",
EthereumNetwork.MANTA_PACIFIC_TESTNET: "https://pacific-explorer.testnet.manta.network",
EthereumNetwork.HAQQ_NETWORK: "https://explorer.haqq.network",
EthereumNetwork.ACALA_MANDALA_TESTNET_TC9: "https://blockscout.mandala.aca-staging.network",
EthereumNetwork.BERESHEET_BEREEVM_TESTNET: "https://testnet.edgscan.live",
EthereumNetwork.SEPOLIA_PGN_PUBLIC_GOODS_NETWORK: "https://explorer.sepolia.publicgoods.network",
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com",
EthereumNetwork.ZORA: "https://explorer.zora.energy",
EthereumNetwork.SATOSHIVM_ALPHA_MAINNET: "https://svmscan.io",
EthereumNetwork.MANTLE_SEPOLIA_TESTNET: "https://explorer.sepolia.mantle.xyz/",
EthereumNetwork.SHIMMEREVM_TESTNET: "https://explorer.evm.testnet.shimmer.network",
EthereumNetwork.BEVM_MAINNET: "https://scan-mainnet.bevm.io",
EthereumNetwork.CHILIZ_SPICY_TESTNET: "http://spicy-explorer.chiliz.com",
EthereumNetwork.DCHAIN: "https://dchain-2716446429837000-1.sagaexplorer.io",
EthereumNetwork.ZORA_SEPOLIA_TESTNET: "https://sepolia.explorer.zora.energy/",
EthereumNetwork.BLACKFORT_EXCHANGE_NETWORK_TESTNET: "https://testnet-explorer.blackfort.network",
EthereumNetwork.OP_SEPOLIA_TESTNET: "https://optimism-sepolia.blockscout.com",
EthereumNetwork.SATOSHIVM_TESTNET: "https://testnet.svmscan.io",
EthereumNetwork.LUKSO_TESTNET: "https://explorer.execution.testnet.lukso.network",
EthereumNetwork.CROSSBELL: "https://scan.crossbell.io",
EthereumNetwork.LUKSO_MAINNET: "https://explorer.execution.mainnet.lukso.network",
EthereumNetwork.FLUENCE: "https://blockscout.mainnet.fluence.dev",
EthereumNetwork.SONGBIRD_CANARY_NETWORK: "https://songbird-explorer.flare.network",
EthereumNetwork.BLACKFORT_EXCHANGE_NETWORK: "https://explorer.blackfort.network",
EthereumNetwork.RSS3_VSL_MAINNET: "https://scan.rss3.io",
EthereumNetwork.MANTA_PACIFIC_SEPOLIA_TESTNET: "https://pacific-explorer.sepolia-testnet.manta.network",
EthereumNetwork.KARURA_NETWORK: "https://blockscout.karura.network",
EthereumNetwork.APEX_TESTNET: "https://exp-testnet.apexlayer.xyz",
EthereumNetwork.MODE_TESTNET: "https://sepolia.explorer.mode.network",
EthereumNetwork.ARBITRUM_SEPOLIA: "https://sepolia.arbiscan.io",
EthereumNetwork.SONGBIRD_TESTNET_COSTON: "https://coston-explorer.flare.network",
EthereumNetwork.FLARE_MAINNET: "https://flare-explorer.flare.network",
EthereumNetwork.FLUENCE_STAGE: "https://blockscout.stage.fluence.dev",
EthereumNetwork.Q_TESTNET: "https://explorer.qtestnet.org",
EthereumNetwork.ARTELA_TESTNET: "https://betanet-scan.artela.network",
EthereumNetwork.EOS_EVM_NETWORK: "https://explorer.evm.eosnetwork.com",
}

NETWORK_WITH_API_URL = {
Expand Down Expand Up @@ -94,27 +177,109 @@ class EtherscanClient:
EthereumNetwork.NEON_EVM_DEVNET: "https://devnet-api.neonscan.org",
EthereumNetwork.NEON_EVM_MAINNET: "https://api.neonscan.org",
EthereumNetwork.SEPOLIA: "https://api-sepolia.etherscan.io",
EthereumNetwork.ZKSYNC_MAINNET: "https://block-explorer-api.mainnet.zksync.io/",
EthereumNetwork.ZKSYNC_MAINNET: "https://api-era.zksync.network",
EthereumNetwork.FANTOM_OPERA: "https://api.ftmscan.com",
EthereumNetwork.FANTOM_TESTNET: "https://api-testnet.ftmscan.com",
EthereumNetwork.LINEA: "https://api.lineascan.build",
EthereumNetwork.LINEA_GOERLI: "https://api-testnet.lineascan.build",
EthereumNetwork.MANTLE: "https://explorer.mantle.xyz",
EthereumNetwork.MANTLE: "https://api.mantlescan.xyz",
EthereumNetwork.MANTLE_TESTNET: "https://explorer.testnet.mantle.xyz",
EthereumNetwork.JAPAN_OPEN_CHAIN_MAINNET: "https://mainnet.japanopenchain.org/api",
EthereumNetwork.JAPAN_OPEN_CHAIN_TESTNET: "https://explorer.testnet.japanopenchain.org/api",
EthereumNetwork.SCROLL_SEPOLIA_TESTNET: "https://api-sepolia.scrollscan.dev",
EthereumNetwork.SCROLL_SEPOLIA_TESTNET: "https://api-sepolia.scrollscan.com",
EthereumNetwork.SCROLL: "https://api.scrollscan.com",
EthereumNetwork.KROMA: "https://api.kromascan.com",
EthereumNetwork.KROMA_SEPOLIA: "https://api-sepolia.kromascan.com",
EthereumNetwork.KROMA: "https://blockscout.kroma.network",
EthereumNetwork.KROMA_SEPOLIA: "https://blockscout.sepolia.kroma.network",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://api-sepolia.blastscan.io",
EthereumNetwork.FRAXTAL: "https://api.fraxscan.com",
EthereumNetwork.BASE: "https://api.basescan.org",
EthereumNetwork.BLAST: "https://api.blastscan.io",
EthereumNetwork.TAIKO_MAINNET: "https://api.taikoscan.io",
EthereumNetwork.BASE_SEPOLIA_TESTNET: "https://api-sepolia.basescan.org/api",
EthereumNetwork.BASE_SEPOLIA_TESTNET: "https://api-sepolia.basescan.org",
EthereumNetwork.HOLESKY: "https://api-holesky.etherscan.io",
EthereumNetwork.LINEA_SEPOLIA: "https://api-sepolia.lineascan.build",
EthereumNetwork.METIS_ANDROMEDA_MAINNET: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan",
EthereumNetwork.DOGECHAIN_MAINNET: "https://explorer.dogechain.dog",
EthereumNetwork.FUSE_SPARKNET: "https://explorer.fusespark.io",
EthereumNetwork.PLUME_TESTNET: "https://testnet-explorer.plumenetwork.xyz",
EthereumNetwork.CHILIZ_CHAIN_MAINNET: "https://scan.chiliz.com",
EthereumNetwork.GNOSIS_CHIADO_TESTNET: "https://blockscout.chiadochain.net",
EthereumNetwork.AMOY: "https://api-amoy.polygonscan.com",
EthereumNetwork.PGN_PUBLIC_GOODS_NETWORK: "https://explorer.publicgoods.network",
EthereumNetwork.EDGEWARE_EDGEEVM_MAINNET: "https://edgscan.live",
EthereumNetwork.BEAR_NETWORK_CHAIN_MAINNET: "https://brnkscan.bearnetwork.net",
EthereumNetwork.THAICHAIN: "https://exp.thaichain.org",
EthereumNetwork.FUSE_MAINNET: "https://explorer.fuse.io",
EthereumNetwork.FLUENCE_TESTNET: "https://blockscout.testnet.fluence.dev",
EthereumNetwork.PULSECHAIN: "https://api.scan.pulsechain.com",
EthereumNetwork.IMMUTABLE_ZKEVM: "https://explorer.immutable.com",
EthereumNetwork.BAHAMUT: "https://www.ftnscan.com",
EthereumNetwork.ASSET_CHAIN_TESTNET: "https://scan-testnet.assetchain.org",
EthereumNetwork.LISK: "https://blockscout.lisk.com",
EthereumNetwork.NEXI_MAINNET: "https://www.nexiscan.com",
EthereumNetwork.MINATO: "https://explorer-testnet.soneium.org/api/",
EthereumNetwork.EOS_EVM_NETWORK_TESTNET: "https://explorer.testnet.evm.eosnetwork.com",
EthereumNetwork.BITTORRENT_CHAIN_MAINNET: "https://api.bttcscan.com",
EthereumNetwork.RSS3_VSL_SEPOLIA_TESTNET: "https://scan.testnet.rss3.io",
EthereumNetwork.BITKUB_CHAIN: "https://www.bkcscan.com",
EthereumNetwork.METAL_L2: "https://explorer.metall2.com",
EthereumNetwork.SHIMMEREVM: "https://explorer.evm.shimmer.network",
EthereumNetwork.HAQQ_CHAIN_TESTNET: "https://explorer.testedge2.haqq.network",
EthereumNetwork.OASYS_MAINNET: "https://scan.oasys.games",
EthereumNetwork.MANTA_PACIFIC_MAINNET: "https://pacific-explorer.manta.network",
EthereumNetwork.FRAXTAL_TESTNET: "https://api-holesky.fraxscan.com",
EthereumNetwork.ACALA_NETWORK: "https://blockscout.acala.network",
EthereumNetwork.ANCIENT8_TESTNET: "https://scanv2-testnet.ancient8.gg",
EthereumNetwork.FLARE_TESTNET_COSTON2: "https://coston2-explorer.flare.network",
EthereumNetwork.PUPPYNET_SHIBARIUM: "https://puppyscan.shib.io",
EthereumNetwork.ROLLUX_MAINNET: "https://explorer.rollux.com",
EthereumNetwork.ZKSYNC_SEPOLIA_TESTNET: "https://api-sepolia-era.zksync.network",
EthereumNetwork.ATLETA_OLYMPIA: "https://blockscout.atleta.network",
EthereumNetwork.CELO_ALFAJORES_TESTNET: "https://explorer.celo.org",
EthereumNetwork.GRAVITY_ALPHA_MAINNET: "https://explorer.gravity.xyz",
EthereumNetwork.ANCIENT8: "https://scan.ancient8.gg",
EthereumNetwork.DCHAIN_TESTNET: "https://api-dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io",
EthereumNetwork.SYSCOIN_MAINNET: "https://explorer.syscoin.org",
EthereumNetwork.TENET: "https://tenetscan.io",
EthereumNetwork.JIBCHAIN_L1: "https://exp-l1.jibchain.net",
EthereumNetwork.IOTA_EVM_TESTNET: "https://explorer.evm.testnet.iotaledger.net",
EthereumNetwork.IOTA_EVM: "https://explorer.evm.iota.org",
EthereumNetwork.BITKUB_CHAIN_TESTNET: "https://testnet.bkcscan.com",
EthereumNetwork.ROLLUX_TESTNET: "https://rollux.tanenbaum.io",
EthereumNetwork.MANTA_PACIFIC_TESTNET: "https://pacific-explorer.testnet.manta.network",
EthereumNetwork.HAQQ_NETWORK: "https://explorer.haqq.network",
EthereumNetwork.ACALA_MANDALA_TESTNET_TC9: "https://blockscout.mandala.aca-staging.network",
EthereumNetwork.BERESHEET_BEREEVM_TESTNET: "https://testnet.edgscan.live",
EthereumNetwork.SEPOLIA_PGN_PUBLIC_GOODS_NETWORK: "https://explorer.sepolia.publicgoods.network",
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com",
EthereumNetwork.ZORA: "https://explorer.zora.energy",
EthereumNetwork.SATOSHIVM_ALPHA_MAINNET: "https://svmscan.io",
EthereumNetwork.MANTLE_SEPOLIA_TESTNET: "https://explorer.sepolia.mantle.xyz",
EthereumNetwork.SHIMMEREVM_TESTNET: "https://explorer.evm.testnet.shimmer.network",
EthereumNetwork.BEVM_MAINNET: "https://scan-mainnet-api.bevm.io",
EthereumNetwork.CHILIZ_SPICY_TESTNET: "http://spicy-explorer.chiliz.com",
EthereumNetwork.DCHAIN: "https://api-dchain-2716446429837000-1.sagaexplorer.io",
EthereumNetwork.ZORA_SEPOLIA_TESTNET: "https://sepolia.explorer.zora.energy",
EthereumNetwork.BLACKFORT_EXCHANGE_NETWORK_TESTNET: "https://testnet-explorer.blackfort.network",
EthereumNetwork.OP_SEPOLIA_TESTNET: "https://optimism-sepolia.blockscout.com",
EthereumNetwork.SATOSHIVM_TESTNET: "https://testnet.svmscan.io",
EthereumNetwork.LUKSO_TESTNET: "https://api.explorer.execution.testnet.lukso.network",
EthereumNetwork.CROSSBELL: "https://scan.crossbell.io",
EthereumNetwork.LUKSO_MAINNET: "https://api.explorer.execution.mainnet.lukso.network",
EthereumNetwork.FLUENCE: "https://blockscout.mainnet.fluence.dev",
EthereumNetwork.SONGBIRD_CANARY_NETWORK: "https://songbird-explorer.flare.network",
EthereumNetwork.BLACKFORT_EXCHANGE_NETWORK: "https://explorer.blackfort.network",
EthereumNetwork.RSS3_VSL_MAINNET: "https://scan.rss3.io",
EthereumNetwork.MANTA_PACIFIC_SEPOLIA_TESTNET: "https://pacific-explorer.sepolia-testnet.manta.network",
EthereumNetwork.KARURA_NETWORK: "https://blockscout.karura.network",
EthereumNetwork.APEX_TESTNET: "https://exp-testnet.apexlayer.xyz",
EthereumNetwork.MODE_TESTNET: "https://sepolia.explorer.mode.network",
EthereumNetwork.SONGBIRD_TESTNET_COSTON: "https://coston-explorer.flare.network",
EthereumNetwork.FLARE_MAINNET: "https://flare-explorer.flare.network",
EthereumNetwork.FLUENCE_STAGE: "https://blockscout.stage.fluence.dev",
EthereumNetwork.Q_TESTNET: "https://explorer.qtestnet.org",
EthereumNetwork.ARTELA_TESTNET: "https://betanet-scan.artela.network",
EthereumNetwork.EOS_EVM_NETWORK: "https://explorer.evm.eosnetwork.com",
}
HTTP_HEADERS: MutableMapping[str, Union[str, bytes]] = {
"User-Agent": "curl/7.77.0",
Expand Down
9 changes: 9 additions & 0 deletions safe_eth/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ class EthereumNetwork(Enum):
CANTO_TESTNET = 740
VENTION_SMART_CHAIN_TESTNET = 741
SCRIPT_TESTNET = 742
EVM_ON_FLOW = 747
QL1 = 766
OPENCHAIN_TESTNET = 776
CHEAPETH = 777
Expand Down Expand Up @@ -543,6 +544,7 @@ class EthereumNetwork(Enum):
BEVM_CANARY = 1501
SHERPAX_MAINNET = 1506
SHERPAX_TESTNET = 1507
STORY_TESTNET = 1513
BEAGLE_MESSAGING_CHAIN = 1515
TENET = 1559
STARCHAIN_TESTNET = 1570
Expand Down Expand Up @@ -590,6 +592,7 @@ class EthereumNetwork(Enum):
RUBY_SMART_CHAIN_TESTNET = 1912
UPB_CRESCDI_TESTNET = 1918
ONUS_CHAIN_TESTNET = 1945
MINATO = 1946
D_CHAIN_MAINNET = 1951
SELENDRA_NETWORK_TESTNET = 1953
DEXILLA_TESTNET = 1954
Expand Down Expand Up @@ -1214,6 +1217,7 @@ class EthereumNetwork(Enum):
ENTANGLE_MAINNET = 33033
ZILLIQA_EVM_TESTNET = 33101
ZILLIQA_2_EVM_PROTO_TESTNET = 33103
CURTIS = 33111
ENTANGLE_TESTNET = 33133
CLOUDVERSE_SUBNET = 33210
AVES_MAINNET = 33333
Expand All @@ -1240,6 +1244,7 @@ class EthereumNetwork(Enum):
OASIS_EMERALD_TESTNET = 42261
OASIS_EMERALD = 42262
GOLDXCHAIN_MAINNET = 42355
ASSET_CHAIN_TESTNET = 42421
ZKFAIR_MAINNET = 42766
ETHERLINK_MAINNET = 42793
GESOTEN_VERSE_TESTNET = 42801
Expand Down Expand Up @@ -1659,6 +1664,7 @@ class EthereumNetwork(Enum):
QUARIX = 8888888
XCAP = 9322252
MILVINE = 9322253
FLUENCE = 9999999
PLIAN_TESTNET_SUBCHAIN_1 = 10067275
SOVERUN_MAINNET = 10101010
ALIENX_MAINNET = 10241024
Expand Down Expand Up @@ -1696,6 +1702,7 @@ class EthereumNetwork(Enum):
SKALE_NEBULA_HUB_TESTNET = 37084624
KINGDOM_CHAIN = 39916801
MAISTESTSUBNET = 43214913
FLUENCE_TESTNET = 52164803
AQUACHAIN = 61717561
AUTONITY_BAKERLOO_THAMES_TESTNET = 65010000
AUTONITY_BAKERLOO_BARADA_TESTNET = 65010001
Expand Down Expand Up @@ -1733,7 +1740,9 @@ class EthereumNetwork(Enum):
SKOPJE_TESTNET = 476462898
GATHER_DEVNET_NETWORK = 486217935
DEPRECATED_SKALE_NEBULA_HUB_TESTNET = 503129905
SOPHON_TESTNET = 531050104
DEGEN_CHAIN = 666666666
TRON_MAINNET = 728126428
ANCIENT8 = 888888888
PTCESCAN_TESTNET = 889910245
PTCESCAN_MAINNET = 889910246
Expand Down
Loading