Skip to content

Commit

Permalink
Merge branch 'safe-global:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Agustin Tradito authored Apr 25, 2023
2 parents 9ee31cf + bffcb14 commit b67b64d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,15 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 22172521, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 22172524, "1.3.0"),
],
EthereumNetwork.HARMONY_MAINNET_SHARD_0: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 22502193, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 22502199, "1.3.0"),
("0x3736aC8400751bf07c6A2E4db3F4f3D9D422abB2", 11526669, "1.2.0"),
],
EthereumNetwork.HARMONY_TESTNET_SHARD_0: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 4824474, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 4824480, "1.3.0"),
],
EthereumNetwork.VELAS_EVM_MAINNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 27572492, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 27572642, "1.3.0"),
Expand Down Expand Up @@ -483,6 +492,13 @@
EthereumNetwork.IOTEX_NETWORK_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 22172504), # v1.3.0
],
EthereumNetwork.HARMONY_MAINNET_SHARD_0: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 22502012), # v1.3.0
("0x4f9b1dEf3a0f6747bF8C870a27D3DeCdf029100e", 11526678),
],
EthereumNetwork.HARMONY_TESTNET_SHARD_0: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 4824437), # v1.3.0
],
EthereumNetwork.VELAS_EVM_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 27571962), # v1.3.0
],
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pytest==7.3.1
pytest-django==4.5.2
pytest-env==0.8.1
pytest-rerunfailures==11.1.2
pytest-sugar==0.9.6
pytest-sugar==0.9.7

0 comments on commit b67b64d

Please sign in to comment.