Skip to content

Commit 9865a0f

Browse files
feat: register acala, karura, and mandala etherscan urls (safe-global#352)
1 parent 984e407 commit 9865a0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gnosis/eth/clients/blockscout_client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ class BlockscoutClient:
4444
EthereumNetwork.VENIDIUM: "https://evm.venidiumexplorer.com/",
4545
EthereumNetwork.KLAY_BAOBAB: "https://baobab.scope.klaytn.com/",
4646
EthereumNetwork.KLAY_CYPRESS: "https://scope.klaytn.com/",
47+
EthereumNetwork.ACA: "https://blockscout.acala.network/",
48+
EthereumNetwork.KARURA_NETWORK_TESTNET: "https://blockscout.karura.network/",
49+
EthereumNetwork.ACALA_NETWORK_TESTNET: "https://blockscout.mandala.acala.network/",
4750
EthereumNetwork.ASTAR: "https://blockscout.com/astar/",
4851
}
4952

0 commit comments

Comments
 (0)