@@ -19,45 +19,46 @@ class BlockScoutConfigurationProblem(BlockscoutClientException):
19
19
20
20
class BlockscoutClient :
21
21
NETWORK_WITH_URL = {
22
- EthereumNetwork .XDAI : "https://blockscout.com/poa/xdai/" ,
23
- EthereumNetwork .MATIC : "https://polygon-explorer-mainnet.chainstacklabs.com/" ,
22
+ EthereumNetwork .GNOSIS : "https://blockscout.com/poa/xdai/" ,
23
+ EthereumNetwork .POLYGON : "https://polygon-explorer-mainnet.chainstacklabs.com/" ,
24
24
EthereumNetwork .MUMBAI : "https://polygon-explorer-mumbai.chainstacklabs.com/" ,
25
25
EthereumNetwork .ENERGY_WEB_CHAIN : "https://explorer.energyweb.org/" ,
26
- EthereumNetwork .VOLTA : "https://volta-explorer.energyweb.org/" ,
27
- EthereumNetwork .OLYMPUS : "https://explorer.polis.tech" ,
28
- EthereumNetwork .BOBA_NETWORK_BOBABEAM : "https://blockexplorer.bobabeam.boba.network/" ,
29
- EthereumNetwork .BOBA_RINKEBY : "https://blockexplorer.rinkeby.boba.network/" ,
30
- EthereumNetwork .BOBA : "https://blockexplorer.boba.network/" ,
31
- EthereumNetwork .GATHER_DEVNET : "https://devnet-explorer.gather.network/" ,
32
- EthereumNetwork .GATHER_TESTNET : "https://testnet-explorer.gather.network/" ,
33
- EthereumNetwork .GATHER_MAINNET : "https://explorer.gather.network/" ,
34
- EthereumNetwork .METIS_TESTNET : "https://stardust-explorer.metis.io/" ,
26
+ EthereumNetwork .ENERGY_WEB_VOLTA_TESTNET : "https://volta-explorer.energyweb.org/" ,
27
+ EthereumNetwork .POLIS_MAINNET : "https://explorer.polis.tech" ,
28
+ EthereumNetwork .BOBABEAM : "https://blockexplorer.bobabeam.boba.network/" ,
29
+ EthereumNetwork .BOBA_NETWORK_RINKEBY_TESTNET : "https://blockexplorer.rinkeby.boba.network/" ,
30
+ EthereumNetwork .BOBA_NETWORK : "https://blockexplorer.boba.network/" ,
31
+ EthereumNetwork .GATHER_DEVNET_NETWORK : "https://devnet-explorer.gather.network/" ,
32
+ EthereumNetwork .GATHER_TESTNET_NETWORK : "https://testnet-explorer.gather.network/" ,
33
+ EthereumNetwork .GATHER_MAINNET_NETWORK : "https://explorer.gather.network/" ,
34
+ EthereumNetwork .METIS_STARDUST_TESTNET : "https://stardust-explorer.metis.io/" ,
35
35
EthereumNetwork .METIS_GOERLI_TESTNET : "https://goerli.explorer.metisdevops.link/" ,
36
- EthereumNetwork .METIS : "https://andromeda-explorer.metis.io/" ,
36
+ EthereumNetwork .METIS_ANDROMEDA_MAINNET : "https://andromeda-explorer.metis.io/" ,
37
37
EthereumNetwork .FUSE_MAINNET : "https://explorer.fuse.io/" ,
38
- EthereumNetwork .VELAS_MAINNET : "https://evmexplorer.velas.com/" ,
39
- EthereumNetwork .REI_MAINNET : "https://scan.rei.network/" ,
40
- EthereumNetwork .REI_TESTNET : "https://scan-test.rei.network/" ,
41
- EthereumNetwork .METER : "https://scan.meter.io/" ,
38
+ EthereumNetwork .VELAS_EVM_MAINNET : "https://evmexplorer.velas.com/" ,
39
+ EthereumNetwork .REI_NETWORK : "https://scan.rei.network/" ,
40
+ EthereumNetwork .REI_CHAIN_TESTNET : "https://scan-test.rei.network/" ,
41
+ EthereumNetwork .METER_MAINNET : "https://scan.meter.io/" ,
42
42
EthereumNetwork .METER_TESTNET : "https://scan-warringstakes.meter.io/" ,
43
- EthereumNetwork .GODWOKEN_TESTNET : "https://v1.betanet.gwscan.com/" ,
44
- EthereumNetwork .GODWOKEN : "https://v1.gwscan.com/" ,
43
+ EthereumNetwork .GODWOKEN_TESTNET_V1 : "https://v1.betanet.gwscan.com/" ,
44
+ EthereumNetwork .GODWOKEN_MAINNET : "https://v1.gwscan.com/" ,
45
45
EthereumNetwork .VENIDIUM_TESTNET : "https://evm-testnet.venidiumexplorer.com/" ,
46
- EthereumNetwork .VENIDIUM : "https://evm.venidiumexplorer.com/" ,
47
- EthereumNetwork .KLAY_BAOBAB : "https://baobab.scope.klaytn.com/" ,
48
- EthereumNetwork .KLAY_CYPRESS : "https://scope.klaytn.com/" ,
49
- EthereumNetwork .ACA : "https://blockscout.acala.network/" ,
46
+ EthereumNetwork .VENIDIUM_MAINNET : "https://evm.venidiumexplorer.com/" ,
47
+ EthereumNetwork .KLAYTN_TESTNET_BAOBAB : "https://baobab.scope.klaytn.com/" ,
48
+ EthereumNetwork .KLAYTN_MAINNET_CYPRESS : "https://scope.klaytn.com/" ,
49
+ EthereumNetwork .ACALA_NETWORK : "https://blockscout.acala.network/" ,
50
50
EthereumNetwork .KARURA_NETWORK_TESTNET : "https://blockscout.karura.network/" ,
51
51
EthereumNetwork .ACALA_NETWORK_TESTNET : "https://blockscout.mandala.acala.network/" ,
52
52
EthereumNetwork .ASTAR : "https://blockscout.com/astar/" ,
53
- EthereumNetwork .EVMOS_MAINNET : "https://evm.evmos.org" ,
53
+ EthereumNetwork .EVMOS : "https://evm.evmos.org" ,
54
54
EthereumNetwork .EVMOS_TESTNET : "https://evm.evmos.dev" ,
55
- EthereumNetwork .RABBIT : "https://rabbit.analogscan.com" ,
55
+ EthereumNetwork .RABBIT_ANALOG_TESTNET_CHAIN : "https://rabbit.analogscan.com" ,
56
56
EthereumNetwork .KCC_MAINNET : "https://scan.kcc.io/" ,
57
57
EthereumNetwork .KCC_TESTNET : "https://scan-testnet.kcc.network/" ,
58
- EthereumNetwork .ARBITRUM : "https://explorer.arbitrum.io" ,
58
+ EthereumNetwork .ARBITRUM_ONE : "https://explorer.arbitrum.io" ,
59
59
EthereumNetwork .ARBITRUM_NOVA : "https://nova-explorer.arbitrum.io" ,
60
60
EthereumNetwork .ARBITRUM_GOERLI : "https://goerli-rollup-explorer.arbitrum.io" ,
61
+ EthereumNetwork .CROSSBELL : "https://scan.crossbell.io" ,
61
62
}
62
63
63
64
def __init__ (self , network : EthereumNetwork ):
0 commit comments