Skip to content

Commit

Permalink
feat: add etherscan client for Blast Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop committed Mar 28, 2024
1 parent 3583c80 commit 2065d70
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 @@ -60,6 +60,7 @@ class EtherscanClient:
EthereumNetwork.KROMA_SEPOLIA: "https://sepolia.kromascan.com",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://sepolia.blastscan.io",
EthereumNetwork.FRAXTAL_MAINNET: "https://fraxscan.com",
EthereumNetwork.BLAST: "https://blastscan.io",
}

NETWORK_WITH_API_URL = {
Expand Down Expand Up @@ -102,6 +103,7 @@ class EtherscanClient:
EthereumNetwork.KROMA_SEPOLIA: "https://api-sepolia.kromascan.com",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://api-sepolia.blastscan.io",
EthereumNetwork.FRAXTAL_MAINNET: "https://api.fraxscan.com",
EthereumNetwork.BLAST: "https://api.blastscan.io",
}
HTTP_HEADERS = {
"User-Agent": "curl/7.77.0",
Expand Down

0 comments on commit 2065d70

Please sign in to comment.