@venusprotocol/governance-contracts 1.1.0-dev.2 → 1.1.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -67,3 +67,14 @@ MNEMONIC="<>" BSC_API_KEY="<>" npx hardhat run ./script/hardhat/deploy.ts --netw
67
67
  Documentation is autogenerated using [solidity-docgen](https://github.com/OpenZeppelin/solidity-docgen).
68
68
 
69
69
  They can be generated by running `yarn docgen`
70
+
71
+ ### Deployments
72
+
73
+ Deployments are managed using [hardhat-deploy](https://github.com/wighawag/hardhat-deploy).
74
+ Deployment scripts are in the `deploy` directory and run automatically when starting the hardhat node.
75
+
76
+ Deployed contract abis and addresses are exported in the `deployments` directory. To create a summary export of all contracts deployed to a network run
77
+
78
+ ```
79
+ $ yarn hardhat export --network <network-name> --export ./deployments/<network-name>.json
80
+ ```