Skip to content

Commit

Permalink
Adding zora chain (#567)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Uxío <[email protected]>
  • Loading branch information
iainnash and Uxio0 authored Jul 11, 2023
1 parent 25194d6 commit c822489
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 @@ -677,6 +677,7 @@ class EthereumNetwork(Enum):
OPENVESSEL = 7355310
QL1_TESTNET = 7668378
MUSICOIN = 7762959
ZORA_NETWORK = 7777777
PLIAN_MAINNET_SUBCHAIN_1 = 8007736
PLIAN_TESTNET_SUBCHAIN_1 = 10067275
SOVERUN_MAINNET = 10101010
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@
"1.3.0+L2",
)
],
EthereumNetwork.ZORA_NETWORK: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 11932, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 11934, "1.3.0"),
],
EthereumNetwork.ZKSYNC_ALPHA_TESTNET: [
("0x1727c2c531cf966f902E5927b98490fDFb3b2b70", 8619879, "1.3.0+L2"),
("0xB00ce5CCcdEf57e539ddcEd01DF43a13855d9910", 8619884, "1.3.0"),
Expand Down Expand Up @@ -845,6 +849,9 @@
739882,
)
],
EthereumNetwork.ZORA_NETWORK: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 11914), # v1.3.0
],
EthereumNetwork.ZKSYNC_ALPHA_TESTNET: [
("0xDAec33641865E4651fB43181C6DB6f7232Ee91c2", 8619849), # v1.3.0
],
Expand Down

0 comments on commit c822489

Please sign in to comment.