Commit 7e388ed
fix: dataProtector contract verification (#477)
* fix: Add HARDHAT_IGNITION_CONFIRM_DEPLOYMENT variable to deployment workflows
* fix: Update deployment workflow to include verification step and adjust environment variables
* fix: Update salt value in ignition strategy configuration
* fix: Add verification step for contracts in deployment workflows
* fix: Update salt value in ignition strategy configuration
* chore: save deployment artifacts for arbitrumSepolia dev (16581801531)
* fix: Update salt value in ignition strategy configuration and add TODO for dynamic handling based on environment
* chore: save deployment artifacts for arbitrumSepolia prod (16581922762)
* fix: Remove unused variables from deployment script
* Refactor code structure for improved readability and maintainability
* chore: save deployment artifacts for arbitrumSepolia dev (16582220797)
* fix: update salt value in create2 strategy configuration
* chore: save deployment artifacts for arbitrumSepolia prod (16582270946)
* fix: uncomment build-and-test job in deployment workflow
* fix: update addresses and start blocks for arbitrum-sepolia network
* chore: update devDependencies in smart-contract package.json
- Bump @nomicfoundation/hardhat-toolbox from ^5.0.0 to ^6.1.0
- Downgrade hardhat from ^2.23.0 to ^2.26.1
* fix: update verification script to use ignition for consistency
* Update .github/workflows/core-smart-contract-deploy.yml
Co-authored-by: Zied Guesmi <[email protected]>
* fix: update deployment workflow to save artifacts conditionally
* Update packages/smart-contract/hardhat.config.ts
Co-authored-by: Zied Guesmi <[email protected]>
* Update packages/sharing-smart-contract/hardhat.config.cjs
Co-authored-by: Zied Guesmi <[email protected]>
---------
Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zied Guesmi <[email protected]>1 parent b05f3d2 commit 7e388ed
File tree
8 files changed
+1875
-2060
lines changed- .github/workflows
- packages
- sharing-smart-contract
- smart-contract
8 files changed
+1875
-2060
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
104 | 114 | | |
105 | 115 | | |
106 | 116 | | |
| |||
119 | 129 | | |
120 | 130 | | |
121 | 131 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments