Skip to content

Commit

Permalink
Compare new changes to audit (#630)
Browse files Browse the repository at this point in the history
* add update to 1.4.0 (#627)

* add update to 1.4.0

* add tests

* remove ens

* add upgrades for daoregistry+pluginreporegistry

* comment

* Update packages/contracts/deploy/update/to_v1.4.0/31_DAORegistry.ts

Co-authored-by: Rekard0 <[email protected]>

* add verification for registry implementations

* remove zk from git

---------

Co-authored-by: Rekard0 <[email protected]>

* Zksync (#629)

* 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]>

---------

Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Claudia <[email protected]>
  • Loading branch information
3 people authored Feb 3, 2025
1 parent e0ba7b6 commit c6c94aa
Show file tree
Hide file tree
Showing 55 changed files with 9,471 additions and 6,441 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 c6c94aa

Please sign in to comment.