Skip to content

Commit

Permalink
feat: register evmos blockscout urls
Browse files Browse the repository at this point in the history
  • Loading branch information
the-amazing-ultraton authored and Uxio0 committed Sep 20, 2022
1 parent f573b4d commit 8234856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class BlockscoutClient:
EthereumNetwork.KARURA_NETWORK_TESTNET: "https://blockscout.karura.network/",
EthereumNetwork.ACALA_NETWORK_TESTNET: "https://blockscout.mandala.acala.network/",
EthereumNetwork.ASTAR: "https://blockscout.com/astar/",
EthereumNetwork.EVMOS_MAINNET: "https://evm.evmos.org",
EthereumNetwork.EVMOS_TESTNET: "https://evm.evmos.dev",
}

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

0 comments on commit 8234856

Please sign in to comment.