Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain PULSECHAIN (#928)
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 Apr 23, 2024
1 parent 03a0165 commit 684caa0
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 @@ -971,6 +971,14 @@
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 359517, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 359442, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.PULSECHAIN: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 12504268, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
12504423,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1574,4 +1582,7 @@
EthereumNetwork.X_LAYER_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 359536), # v1.3.0
],
EthereumNetwork.PULSECHAIN: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 12504126), # v1.3.0
],
}

0 comments on commit 684caa0

Please sign in to comment.