Skip to content

Commit

Permalink
feat: adding support for Astar and Shiden chains
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 authored and Uxio0 committed Jun 7, 2022
1 parent c07fb95 commit c831f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ class EthereumNetwork(Enum):
GATHER_MAINNET = 192837465
EVMOS_TESTNET = 9000
EVMOS_MAINNET = 9001
ASTAR = 592
SHIDEN = 336

@classmethod
def _missing_(cls, value):
Expand Down

0 comments on commit c831f46

Please sign in to comment.