Skip to content

Commit

Permalink
5.8.0, add khalani testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
e00dan committed Aug 9, 2023
1 parent 7ab020f commit cf9b9b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class BlockscoutClient:
EthereumNetwork.REI_CHAIN_TESTNET: "https://scan-test.rei.network/",
EthereumNetwork.METER_MAINNET: "https://scan.meter.io/",
EthereumNetwork.METER_TESTNET: "https://scan-warringstakes.meter.io/",
EthereumNetwork.KHALANI_TESTNET: "https://block-explorer.testnet.khalani.network/",
EthereumNetwork.GODWOKEN_TESTNET_V1: "https://v1.testnet.gwscan.com/",
EthereumNetwork.GODWOKEN_MAINNET: "https://v1.gwscan.com/",
EthereumNetwork.VENIDIUM_TESTNET: "https://evm-testnet.venidiumexplorer.com/",
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 @@ -470,6 +470,7 @@ class EthereumNetwork(Enum):
MYOWN_TESTNET = 9999
SMART_BITCOIN_CASH = 10000
SMART_BITCOIN_CASH_TESTNET = 10001
KHALANI_TESTNET = 10012
GON_CHAIN = 10024
SJATSH = 10086
BLOCKCHAIN_GENESIS_MAINNET = 10101
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 215890, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 215889, "1.3.0"),
],
EthereumNetwork.KHALANI_TESTNET: [
("0x79C35a6ef8ff8515D7afEc63E7D546cf0b65f1F8", 2179077, "1.3.0+L2"),
("0x21842e7E38B20ae9603C4dBaB309Ec6a17fdae24", 2179078, "1.3.0"),
],
EthereumNetwork.KLAYTN_TESTNET_BAOBAB: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 93821635, "1.3.0+L2"),
],
Expand Down Expand Up @@ -719,6 +723,9 @@
EthereumNetwork.GODWOKEN_TESTNET_V1: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 93108), # v1.3.0
],
EthereumNetwork.KHALANI_TESTNET: [
("0x678092974545b883341A1884fdb56Ea611c4B8C3", 2179057), # v1.3.0
],
EthereumNetwork.KLAYTN_TESTNET_BAOBAB: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 93821613), # v1.3.0
],
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = safe-eth-py-tvl
version = 5.7.0
version = 5.8.0
description = Safe Ecosystem Foundation utilities for Ethereum projects
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
Expand Down

0 comments on commit cf9b9b8

Please sign in to comment.