Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain OORT_MAINNETDEV (#1421)
Browse files Browse the repository at this point in the history
* Add new master copy address 0x41675C099F32341bf84BFc5382aF534df5C7461a

* Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762

* Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent 9faef22 commit 90539e4
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 @@ -1919,6 +1919,10 @@
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 177679, "1.4.1"), # v1.4.1
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 177708, "1.4.1+L2"), # v1.4.1+L2
],
EthereumNetwork.OORT_MAINNETDEV: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 304563, "1.4.1"), # v1.4.1
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 304588, "1.4.1+L2"), # v1.4.1+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2882,4 +2886,7 @@
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 177467), # v1.3.0
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 177663), # v1.4.1
],
EthereumNetwork.OORT_MAINNETDEV: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 304339), # v1.4.1
],
}

0 comments on commit 90539e4

Please sign in to comment.