Skip to content

Commit

Permalink
feat: add blockscout client for Blast Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop committed Mar 11, 2024
1 parent dd5e3da commit 4f45d00
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 @@ -58,6 +58,7 @@ class EtherscanClient:
EthereumNetwork.SCROLL: "https://scrollscan.com",
EthereumNetwork.KROMA: "https://kromascan.com",
EthereumNetwork.KROMA_SEPOLIA: "https://sepolia.kromascan.com",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://testnet.blastscan.io",
}

NETWORK_WITH_API_URL = {
Expand Down Expand Up @@ -98,6 +99,7 @@ class EtherscanClient:
EthereumNetwork.SCROLL: "https://api.scrollscan.com",
EthereumNetwork.KROMA: "https://api.kromascan.com",
EthereumNetwork.KROMA_SEPOLIA: "https://api-sepolia.kromascan.com",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://api.routescan.io/v2/network/testnet/evm/168587773/etherscan",
}
HTTP_HEADERS = {
"User-Agent": "curl/7.77.0",
Expand Down

0 comments on commit 4f45d00

Please sign in to comment.