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
npx hardhat deploy:migrate --network hardhat --step 4 # Run with governor. Optionally add --patch-config
50
50
```
51
51
52
-
Steps 2, 3 and 4 require patching the configuration file with addresses from previous steps. The files are located in the `ignition/configs` directory and need to be manually edited. You can also pass `--patch-config` flag to the deploy command to automatically patch the configuration reading values from the address book. Note that this will NOT update the configuration file.
52
+
Steps 2, 3 and 4 require patching the configuration file with addresses from previous steps. The files are located in the `ignition/configs` directory and need to be manually edited. You can also pass `--patch-config` flag to the deploy command to automatically patch the configuration reading values from the address book. Note that this will NOT update the configuration file.
53
+
54
+
## Testing
55
+
56
+
- Unit tests can be run with `yarn test`
57
+
- Deployment tests can be run with `yarn test:deployment --network <network>`
0 commit comments