Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain PULSECHAIN_TESTNET_V4 (#929)
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 684caa0 commit 4ea6639
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 @@ -979,6 +979,14 @@
"1.3.0+L2",
), # v1.3.0+L2
],
EthereumNetwork.PULSECHAIN_TESTNET_V4: [
("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 @@ -1585,4 +1593,7 @@
EthereumNetwork.PULSECHAIN: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 12504126), # v1.3.0
],
EthereumNetwork.PULSECHAIN_TESTNET_V4: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 12504126), # v1.3.0
],
}

0 comments on commit 4ea6639

Please sign in to comment.