Skip to content

Commit

Permalink
Add godwoken v1 testnet (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
e00dan committed Jun 6, 2022
1 parent 47f0b28 commit c07fb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -38,6 +38,7 @@ class BlockscoutClient:
EthereumNetwork.REI_TESTNET: "https://scan-test.rei.network/",
EthereumNetwork.METER: "https://scan.meter.io/",
EthereumNetwork.METER_TESTNET: "https://scan-warringstakes.meter.io/",
EthereumNetwork.GODWOKEN_TESTNET: "https://v1.betanet.gwscan.com/",
}

def __init__(self, network: EthereumNetwork):
Expand Down
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class EthereumNetwork(Enum):
REI_MAINNET = 47805
NRG_TESTNET = 49797
CELO_BAKLAVA = 62320
GODWOKEN_TESTNET = 71401
VOLTA = 73799
AKA = 200625
ARTIS_SIGMA1 = 246529
Expand Down

0 comments on commit c07fb95

Please sign in to comment.