Skip to content

Commit

Permalink
Merge branch 'master' into cascadia-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
msvstj authored Jul 17, 2023
2 parents b3f42b8 + 4bdf6cc commit 27c3eed
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,14 @@
("0x1727c2c531cf966f902E5927b98490fDFb3b2b70", 7259224, "1.3.0+L2"),
("0xB00ce5CCcdEf57e539ddcEd01DF43a13855d9910", 7259230, "1.3.0"),
],
EthereumNetwork.MANTLE_TESTNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 4404246, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 4404284, "1.3.0"),
],
EthereumNetwork.MANTLE: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1511, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1512, "1.3.0"),
],
EthereumNetwork.CASCADIA_TESTNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1408599, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1408613, "1.3.0"),
Expand Down Expand Up @@ -862,6 +870,12 @@
EthereumNetwork.ZKSYNC_V2: [
("0xDAec33641865E4651fB43181C6DB6f7232Ee91c2", 7259190), # v1.3.0
],
EthereumNetwork.MANTLE_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 4404053), # v1.3.0
],
EthereumNetwork.MANTLE: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1504), # v1.3.0
],
EthereumNetwork.CASCADIA_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1408580), # v1.3.0
],
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
coverage==7.2.7
faker==18.13.0
faker==19.1.0
pytest==7.4.0
pytest-django==4.5.2
pytest-env==0.8.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ py-evm==0.7.0a3
pysha3>=1.0.0,<2.0.0; python_version<"3.9"
requests==2.31.0
safe-pysha3>=1.0.0; python_version>="3.9"
web3==6.5.0
web3==6.6.1

0 comments on commit 27c3eed

Please sign in to comment.