Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain CYBER_MAINNET (#997)
Browse files Browse the repository at this point in the history
* Add new chain 7560

* 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] committed May 30, 2024
1 parent ea7bb17 commit a7514f9
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -690,6 +690,7 @@ class EthereumNetwork(Enum):
SHYFT_MAINNET = 7341
RABA_NETWORK_MAINNET = 7484
MEVERSE_CHAIN_MAINNET = 7518
CYBER_MAINNET = 7560
ADIL_TESTNET = 7575
ADIL_CHAIN_V2_MAINNET = 7576
THE_ROOT_NETWORK_MAINNET = 7668
Expand Down
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,14 @@
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 260126, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 260124, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.CYBER_MAINNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 1098959, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
1098954,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1755,4 +1763,7 @@
EthereumNetwork.MORPH_HOLESKY: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 260112), # v1.3.0
],
EthereumNetwork.CYBER_MAINNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 1098904), # v1.3.0
],
}

0 comments on commit a7514f9

Please sign in to comment.