Skip to content

Commit

Permalink
fix: update blockscout urls to graphiql
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Oct 16, 2023
1 parent f2dc85b commit 8700b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ class BlockscoutClient:
EthereumNetwork.CROSSBELL: "https://scan.crossbell.io/graphiql",
EthereumNetwork.ETHEREUM_CLASSIC_MAINNET: "https://blockscout.com/etc/mainnet/graphiql",
EthereumNetwork.ETHEREUM_CLASSIC_TESTNET_MORDOR: "https://blockscout.com/etc/mordor/graphiql",
EthereumNetwork.SCROLL_SEPOLIA_TESTNET: "https://sepolia-blockscout.scroll.io/",
EthereumNetwork.SCROLL_SEPOLIA_TESTNET: "https://sepolia-blockscout.scroll.io/graphiql",
EthereumNetwork.MANTLE: "https://explorer.mantle.xyz/graphiql",
EthereumNetwork.MANTLE_TESTNET: "https://explorer.testnet.mantle.xyz/graphiql",
EthereumNetwork.ZETACHAIN_ATHENS_TESTNET: "https://zetachain-athens-3.blockscout.com/",
EthereumNetwork.SCROLL: "https://blockscout.scroll.io/",
EthereumNetwork.ZETACHAIN_ATHENS_TESTNET: "https://zetachain-athens-3.blockscout.com/graphiql",
EthereumNetwork.SCROLL: "https://blockscout.scroll.io/graphiql",
}

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

0 comments on commit 8700b2a

Please sign in to comment.