You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deployed addresses should be output to the screen after the deployment is complete.
116
-
If you miss that, you can always go to the `deployments/<network>` directory and look for the respective file.
122
+
The deployed addresses should be displayed to the screen after the deployment is complete. If you missed them, you can always go to the `deployments/<network>` directory and look for the respective file.
:warning:This script populates only from `*.mainnet.json`, but not from `*.gnosischain.json` at this time.
162
+
:warning:By default this script populates from `*.mainnet.json`. To populate from `*.gnosischain.json`, set the variable `USE_GNOSIS` to true inside [scripts/populateCourts.ts](scripts/populateCourts.ts).
157
163
158
164
:warning: It is possible to switch to testnet-friendly court parameters by setting the variable `TESTING_PARAMETERS` to true inside [scripts/populateCourts.ts](scripts/populateCourts.ts).
159
165
@@ -177,6 +183,20 @@ yarn hardhat run scripts/populatePolicyRegistry.ts --network arbitrumGoerli
177
183
yarn hardhat run scripts/populateCourts.ts --network arbitrumGoerli
178
184
```
179
185
186
+
### Generate deployment artifacts for existing contracts
0 commit comments