Skip to content

Commit 6784417

Browse files
committed
Remove velas testnet
- It's not present on https://github.com/ethereum-lists/chains
1 parent 43958da commit 6784417

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

gnosis/safe/addresses.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@
276276
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 27572492, "1.3.0+L2"),
277277
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 27572642, "1.3.0"),
278278
],
279-
EthereumNetwork.VELAS_EVM_TESTNET: [
280-
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 27572492, "1.3.0+L2"),
281-
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 27572642, "1.3.0"),
282-
],
283279
EthereumNetwork.WEMIX3_0_MAINNET: [
284280
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 12651754, "1.3.0+L2"),
285281
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 12651757, "1.3.0"),
@@ -490,9 +486,6 @@
490486
EthereumNetwork.VELAS_EVM_MAINNET: [
491487
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 27571962), # v1.3.0
492488
],
493-
EthereumNetwork.VELAS_EVM_TESTNET: [
494-
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 27571962), # v1.3.0
495-
],
496489
EthereumNetwork.WEMIX3_0_MAINNET: [
497490
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 12651730), # v1.3.0
498491
],

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = safe-eth-py
3-
version = 5.2.0
3+
version = 5.2.1
44
description = Safe Ecosystem Foundation utilities for Ethereum projects
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst; charset=UTF-8

0 commit comments

Comments
 (0)