@venusprotocol/venus-protocol 10.1.0-dev.1 → 10.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
@@ -130,7 +130,7 @@ $ yarn hardhat --network <network-name> --export ./deployments/<network-name>.js
130
130
  ### Source Code Verification
131
131
 
132
132
  In order to verify the source code of already deployed contracts, run:
133
- `npx hardhat etherscan-verify --network <network_name>`
133
+ `npx hardhat verify --network <network-name> <contract-address> <constructor-arg1> <constructor-arg2>`
134
134
 
135
135
  Make sure you have added `ETHERSCAN_API_KEY` in `.env` file.
136
136