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 Apr 25, 2024
1 parent 34408aa commit e8d0ff7
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 @@ -61,6 +61,7 @@ class EtherscanClient:
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://sepolia.blastscan.io",
EthereumNetwork.FRAXTAL_MAINNET: "https://fraxscan.com",
EthereumNetwork.BASE: "https://api.basescan.org/",
EthereumNetwork.BLAST: "https://blastscan.io",
}

NETWORK_WITH_API_URL = {
Expand Down Expand Up @@ -104,6 +105,7 @@ class EtherscanClient:
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://api-sepolia.blastscan.io",
EthereumNetwork.FRAXTAL_MAINNET: "https://api.fraxscan.com",
EthereumNetwork.BASE: "https://api.basescan.org",
EthereumNetwork.BLAST: "https://api.blastscan.io",
}
HTTP_HEADERS = {
"User-Agent": "curl/7.77.0",
Expand Down

0 comments on commit e8d0ff7

Please sign in to comment.