Skip to content

Commit 66be383

Browse files
Le-CaignecgfournierProgithub-actions[bot]zguesmi
authored
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

23 files changed

+237550
-22
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 20
3131

3232
deploy:
33-
# needs: build-and-test
33+
needs: build-and-test
3434
runs-on: ubuntu-latest
3535
env:
3636
CI: true
@@ -116,4 +116,4 @@ jobs:
116116

117117
- name: Verify contracts
118118
# TODO
119-
run: echo "Verification step is not implemented yet"
119+
run: echo "Verification step is not implemented yet"

0 commit comments

Comments
 (0)