Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain Q_TESTNET (#1351)
Browse files Browse the repository at this point in the history
* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

* Apply linter fixes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
1 parent 61189f1 commit 63e58e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions safe_eth/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,12 @@
14783675,
"1.4.1+L2",
), # v1.4.1+L2
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 14907815, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
14907814,
"1.3.0+L2",
), # v1.3.0+L2
],
}

Expand Down Expand Up @@ -2661,5 +2667,6 @@
],
EthereumNetwork.Q_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 14783667), # v1.4.1
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 14907808), # v1.3.0
],
}

0 comments on commit 63e58e6

Please sign in to comment.