We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984e407 commit 9865a0fCopy full SHA for 9865a0f
gnosis/eth/clients/blockscout_client.py
@@ -44,6 +44,9 @@ class BlockscoutClient:
44
EthereumNetwork.VENIDIUM: "https://evm.venidiumexplorer.com/",
45
EthereumNetwork.KLAY_BAOBAB: "https://baobab.scope.klaytn.com/",
46
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/",
50
EthereumNetwork.ASTAR: "https://blockscout.com/astar/",
51
}
52
0 commit comments