Skip to content

Commit

Permalink
feat: add zkSync Era Mainnet and Testnet support
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Jul 7, 2023
1 parent 00509a3 commit 2f2b9cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,14 @@
"1.3.0+L2",
)
],
EthereumNetwork.ZKSYNC_ALPHA_TESTNET: [
("0x1727c2c531cf966f902E5927b98490fDFb3b2b70", 8619879, "1.3.0+L2"),
("0xB00ce5CCcdEf57e539ddcEd01DF43a13855d9910", 8619884, "1.3.0"),
],
EthereumNetwork.ZKSYNC_V2: [
("0x1727c2c531cf966f902E5927b98490fDFb3b2b70", 7259224, "1.3.0+L2"),
("0xB00ce5CCcdEf57e539ddcEd01DF43a13855d9910", 7259230, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -830,4 +838,10 @@
739882,
)
],
EthereumNetwork.ZKSYNC_ALPHA_TESTNET: [
("0xDAec33641865E4651fB43181C6DB6f7232Ee91c2", 8619849), # v1.3.0
],
EthereumNetwork.ZKSYNC_V2: [
("0xDAec33641865E4651fB43181C6DB6f7232Ee91c2", 7259190), # v1.3.0
],
}

0 comments on commit 2f2b9cd

Please sign in to comment.