Skip to content

Commit

Permalink
Add new explorer client URL: https://bob-sepolia.explorer.gobob.xyz/a…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
1 parent 1e1bfd2 commit 3e239c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safe_eth/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class BlockscoutClient:
EthereumNetwork.ALEPH_ZERO_EVM: "https://evm-explorer.alephzero.org/api/v1/graphql",
EthereumNetwork.SKOPJE_TESTNET: "https://skopje-explorer.gptprotocol.io/api/v1/graphql",
EthereumNetwork.GPT_MAINNET: "https://explorer.gptprotocol.io/api/v1/graphql",
EthereumNetwork.BOB_SEPOLIA: "https://bob-sepolia.explorer.gobob.xyz/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down

0 comments on commit 3e239c1

Please sign in to comment.