Skip to content

Commit

Permalink
Merge cd9e707 into 1df516a
Browse files Browse the repository at this point in the history
  • Loading branch information
Sj-001 committed Mar 27, 2023
2 parents 1df516a + cd9e707 commit 596d4d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnosis/eth/clients/etherscan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class EtherscanClient:
EthereumNetwork.CRONOS_TESTNET: "https://testnet.cronoscan.com",
EthereumNetwork.CELO_MAINNET: "https://celoscan.io",
EthereumNetwork.BASE_GOERLI_TESTNET: "https://goerli.basescan.org",
EthereumNetwork.NEON_EVM_DEVNET: "https://neonscan.org"
}

NETWORK_WITH_API_URL = {
Expand All @@ -64,6 +65,7 @@ class EtherscanClient:
EthereumNetwork.CRONOS_TESTNET: "https://api-testnet.cronoscan.com",
EthereumNetwork.CELO_MAINNET: "https://api.celoscan.io",
EthereumNetwork.BASE_GOERLI_TESTNET: "https://api-goerli.basescan.org",
EthereumNetwork.NEON_EVM_DEVNET: "https://devnet-api.neonscan.org"
}
HTTP_HEADERS = {
"User-Agent": "curl/7.77.0",
Expand Down

0 comments on commit 596d4d0

Please sign in to comment.