Commit 66be383
fix: Init proxy contracts at deployment (#472)
* fix: add initialization data for AddOnlyAppWhitelistRegistry and DataProtectorSharing proxies
* chore: save deployment artifacts for arbitrumSepolia dev (16575468904)
* fix: update initialize function to accept admin address in DataProtectorSharing contract
* Refactor code structure and remove redundant sections for improved readability and maintainability
* fix: update salt value in ignition strategy configuration for consistency
* fix: update salt value in ignition strategy configuration for consistency
* feat: add ADMIN_ADDRESS environment variable for admin wallet initialization
* fix: correct syntax error in ADMIN_ADDRESS variable assignment
* refactor: remove ADMIN_ADDRESS references from deployment and configuration files
* fix: Fix deployment
* Fix tests
* fix: Bump salt
* chore: save deployment artifacts for arbitrumSepolia dev (16579469607)
* Clezan
* fix: update deployment workflow to ensure build-and-test completion and improve admin address initialization in HandlerGlobal contract
---------
Co-authored-by: gfournieriExec <[email protected]>
Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zied <[email protected]>1 parent bab0e44 commit 66be383
File tree
23 files changed
+237550
-22
lines changed- .github/workflows
- packages/sharing-smart-contract
- .openzeppelin
- abis/DataProtectorSharing.sol
- contracts
- ignition
- deployments/arbitrumSepolia-dev
- artifacts
- build-info
- modules
- test
- e2e/utils
- invariant/handlers
23 files changed
+237550
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
0 commit comments