Skip to content

Commit

Permalink
feat: register acala, karura, and mandala etherscan urls (safe-global…
Browse files Browse the repository at this point in the history
  • Loading branch information
the-amazing-ultraton authored Sep 16, 2022
1 parent 984e407 commit 9865a0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class BlockscoutClient:
EthereumNetwork.VENIDIUM: "https://evm.venidiumexplorer.com/",
EthereumNetwork.KLAY_BAOBAB: "https://baobab.scope.klaytn.com/",
EthereumNetwork.KLAY_CYPRESS: "https://scope.klaytn.com/",
EthereumNetwork.ACA: "https://blockscout.acala.network/",
EthereumNetwork.KARURA_NETWORK_TESTNET: "https://blockscout.karura.network/",
EthereumNetwork.ACALA_NETWORK_TESTNET: "https://blockscout.mandala.acala.network/",
EthereumNetwork.ASTAR: "https://blockscout.com/astar/",
}

Expand Down

0 comments on commit 9865a0f

Please sign in to comment.