Skip to content

Commit

Permalink
Remove velas testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Apr 17, 2023
1 parent 43958da commit 6784417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 27572492, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 27572642, "1.3.0"),
],
EthereumNetwork.VELAS_EVM_TESTNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 27572492, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 27572642, "1.3.0"),
],
EthereumNetwork.WEMIX3_0_MAINNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 12651754, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 12651757, "1.3.0"),
Expand Down Expand Up @@ -490,9 +486,6 @@
EthereumNetwork.VELAS_EVM_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 27571962), # v1.3.0
],
EthereumNetwork.VELAS_EVM_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 27571962), # v1.3.0
],
EthereumNetwork.WEMIX3_0_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 12651730), # 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
version = 5.2.0
version = 5.2.1
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 6784417

Please sign in to comment.