@@ -33,6 +33,9 @@ class EtherscanClient:
33
33
EthereumNetwork .OPTIMISTIC : "https://optimistic.etherscan.io" ,
34
34
EthereumNetwork .ARBITRUM : "https://arbiscan.io" ,
35
35
EthereumNetwork .AVALANCHE : "https://snowtrace.io" ,
36
+ EthereumNetwork .MOON_MOONBEAM : "https://moonscan.io" ,
37
+ EthereumNetwork .MOON_MOONRIVER : "https://moonriver.moonscan.io" ,
38
+ EthereumNetwork .MOON_MOONBASE : "https://moonbase.moonscan.io" ,
36
39
EthereumNetwork .CRONOS_MAINNET : "https://cronoscan.com" ,
37
40
EthereumNetwork .CRONOS_TESTNET : "https://testnet.cronoscan.com" ,
38
41
}
@@ -48,6 +51,9 @@ class EtherscanClient:
48
51
EthereumNetwork .OPTIMISTIC : "https://api-optimistic.etherscan.io" ,
49
52
EthereumNetwork .ARBITRUM : "https://api.arbiscan.io" ,
50
53
EthereumNetwork .AVALANCHE : "https://api.snowtrace.io" ,
54
+ EthereumNetwork .MOON_MOONBEAM : "https://api-moonbeam.moonscan.io" ,
55
+ EthereumNetwork .MOON_MOONRIVER : "https://api-moonriver.moonscan.io" ,
56
+ EthereumNetwork .MOON_MOONBASE : "https://api-moonbase.moonscan.io" ,
51
57
EthereumNetwork .CRONOS_MAINNET : "https://api.cronoscan.com" ,
52
58
EthereumNetwork .CRONOS_TESTNET : "https://api-testnet.cronoscan.com" ,
53
59
}
0 commit comments