Skip to content

Commit

Permalink
Zksync (#629)
Browse files Browse the repository at this point in the history
* add wrapper class and hardhat config

* remove comment

* add more tests

* more tests

* add more tests

* fix bugs

* fix more things

* fix

* fix psp tests

* add more fixes

* close fork

* feat: add zksync network and update the deploy scripts path

* env example typo

---------

Co-authored-by: Claudia <[email protected]>
  • Loading branch information
novaknole and clauBv23 authored Jan 21, 2025
1 parent d8222db commit 8968d25
Show file tree
Hide file tree
Showing 45 changed files with 8,662 additions and 6,384 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COINMARKETCAP_API_KEY=<Coinmarketcap-Api-Key>

MAINNET_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
GOERLI_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
SEPOLIOA_DAO_ENS_DOMAIN=<ENS-Domain example: aragon-dao.eth>
SEPOLIA_DAO_ENS_DOMAIN=<ENS-Domain example: aragon-dao.eth>
BASEMAINNET_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
BASESEPOLIA_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
ARBITRUM_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
Expand All @@ -19,7 +19,7 @@ HARDHAT_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>

MAINNET_PLUGIN_ENS_DOMAIN=<ENS-Domain example: plugin.dao.eth>
GOERLI_PLUGIN_ENS_DOMAIN=<ENS-Domain example: plugin.dao.eth>
SEPOLIOA_PLUGIN_ENS_DOMAIN=<ENS-Domain example: plugin.dao.eth>
SEPOLIA_PLUGIN_ENS_DOMAIN=<ENS-Domain example: plugin.dao.eth>
BASEMAINNET_PLUGIN_ENS_DOMAIN=<ENS-Domain example: plugin.dao.eth>
BASESEPOLIA_PLUGIN_ENS_DOMAIN=<ENS-Domain example: plugin.dao.eth>
ARBITRUM_PLUGIN_ENS_DOMAIN=<ENS-Domain example: plugin.dao.eth>
Expand Down
4 changes: 4 additions & 0 deletions packages/contracts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ docs/developer-portal/03-reference-guide/*
#Hardhat files
cache
artifacts

artifacts-zk
cache-zk
deployments-zk
Loading

0 comments on commit 8968d25

Please sign in to comment.