Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain CYBER_TESTNET (#998)
Browse files Browse the repository at this point in the history
* Add new chain 111557560

* 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 a7514f9 commit a9e358a
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 @@ -1197,6 +1197,7 @@ class EthereumNetwork(Enum):
T_E_A_M_BLOCKCHAIN = 88888888
POLYGON_BLACKBERRY = 94204209
JOYS_DIGITAL_TESTNET = 99415706
CYBER_TESTNET = 111557560
OP_CELESTIA_RASPBERRY = 123420111
BLAST_SEPOLIA_TESTNET = 168587773
GATHER_MAINNET_NETWORK = 192837465
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,10 @@
"1.3.0+L2",
), # v1.3.0+L2
],
EthereumNetwork.CYBER_TESTNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 515925, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 515924, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1766,4 +1770,7 @@
EthereumNetwork.CYBER_MAINNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 1098904), # v1.3.0
],
EthereumNetwork.CYBER_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 515914), # v1.3.0
],
}

0 comments on commit a9e358a

Please sign in to comment.