Skip to content

Commit

Permalink
Add FTMScan as EtherscanClient
Browse files Browse the repository at this point in the history
  • Loading branch information
jenikd authored and moisses89 committed Aug 25, 2023
1 parent 5a6b8a5 commit a5d63b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnosis/eth/clients/etherscan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class EtherscanClient:
EthereumNetwork.BASE_GOERLI_TESTNET: "https://goerli.basescan.org",
EthereumNetwork.NEON_EVM_DEVNET: "https://neonscan.org",
EthereumNetwork.SEPOLIA: "https://sepolia.etherscan.io",
EthereumNetwork.FANTOM_OPERA: "https://ftmscan.com",
EthereumNetwork.FANTOM_TESTNET: "https://testnet.ftmscan.com/",
}

NETWORK_WITH_API_URL = {
Expand All @@ -72,6 +74,8 @@ class EtherscanClient:
EthereumNetwork.BASE_GOERLI_TESTNET: "https://api-goerli.basescan.org",
EthereumNetwork.NEON_EVM_DEVNET: "https://devnet-api.neonscan.org",
EthereumNetwork.SEPOLIA: "https://api-sepolia.etherscan.io",
EthereumNetwork.FANTOM_OPERA: "https://api.ftmscan.com",
EthereumNetwork.FANTOM_TESTNET: "https://api-testnet.ftmscan.com",
}
HTTP_HEADERS = {
"User-Agent": "curl/7.77.0",
Expand Down

0 comments on commit a5d63b0

Please sign in to comment.