Skip to content

Commit

Permalink
feat: register moonbeam, moonriver, and moonbase etherscan urls (safe…
Browse files Browse the repository at this point in the history
  • Loading branch information
the-amazing-ultraton authored Sep 16, 2022
1 parent 9865a0f commit f573b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gnosis/eth/clients/etherscan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ class EtherscanClient:
EthereumNetwork.OPTIMISTIC: "https://optimistic.etherscan.io",
EthereumNetwork.ARBITRUM: "https://arbiscan.io",
EthereumNetwork.AVALANCHE: "https://snowtrace.io",
EthereumNetwork.MOON_MOONBEAM: "https://moonscan.io",
EthereumNetwork.MOON_MOONRIVER: "https://moonriver.moonscan.io",
EthereumNetwork.MOON_MOONBASE: "https://moonbase.moonscan.io",
EthereumNetwork.CRONOS_MAINNET: "https://cronoscan.com",
EthereumNetwork.CRONOS_TESTNET: "https://testnet.cronoscan.com",
}
Expand All @@ -48,6 +51,9 @@ class EtherscanClient:
EthereumNetwork.OPTIMISTIC: "https://api-optimistic.etherscan.io",
EthereumNetwork.ARBITRUM: "https://api.arbiscan.io",
EthereumNetwork.AVALANCHE: "https://api.snowtrace.io",
EthereumNetwork.MOON_MOONBEAM: "https://api-moonbeam.moonscan.io",
EthereumNetwork.MOON_MOONRIVER: "https://api-moonriver.moonscan.io",
EthereumNetwork.MOON_MOONBASE: "https://api-moonbase.moonscan.io",
EthereumNetwork.CRONOS_MAINNET: "https://api.cronoscan.com",
EthereumNetwork.CRONOS_TESTNET: "https://api-testnet.cronoscan.com",
}
Expand Down

0 comments on commit f573b4d

Please sign in to comment.