Skip to content

Commit

Permalink
feat: register astar blockscout url
Browse files Browse the repository at this point in the history
  • Loading branch information
the-amazing-ultraton authored and Uxio0 committed Sep 7, 2022
1 parent d65c0c8 commit a8a8673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class BlockscoutClient:
EthereumNetwork.VENIDIUM: "https://evm.venidiumexplorer.com/",
EthereumNetwork.KLAY_BAOBAB: "https://baobab.scope.klaytn.com/",
EthereumNetwork.KLAY_CYPRESS: "https://scope.klaytn.com/",
EthereumNetwork.ASTAR: "https://blockscout.com/astar/",
}

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

0 comments on commit a8a8673

Please sign in to comment.