Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain ALEPH_ZERO_TESTNET (#1000)
Browse files Browse the repository at this point in the history
* Add new chain 2039

* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent b0cb5c4 commit bf6257a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ class EthereumNetwork(Enum):
PHALA_NETWORK = 2035
KIWI_SUBNET = 2037
SHRAPNEL_TESTNET = 2038
ALEPH_ZERO_TESTNET = 2039
ORIGINTRAIL_PARACHAIN = 2043
SHRAPNEL_SUBNET = 2044
STRATOS_TESTNET = 2047
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,10 @@
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 139956, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 139953, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.ALEPH_ZERO_TESTNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 204, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 203, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1780,4 +1784,7 @@
EthereumNetwork.LISK: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 139932), # v1.3.0
],
EthereumNetwork.ALEPH_ZERO_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 196), # v1.3.0
],
}

0 comments on commit bf6257a

Please sign in to comment.