Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain NAL_MAINNET (#1290)
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 Aug 22, 2024
1 parent db8447e commit 39e06fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1673,6 +1673,14 @@
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.NAL_MAINNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 1777700, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
1777694,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2516,4 +2524,7 @@
EthereumNetwork.IRISHUB: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 25909136), # v1.4.1
],
EthereumNetwork.NAL_MAINNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 1777652), # v1.3.0
],
}

0 comments on commit 39e06fc

Please sign in to comment.