We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819ab66 commit 7e6cb14Copy full SHA for 7e6cb14
packages/smart-contract/package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"scripts": {
5
"compile": "hardhat compile && npm run artifact-to-abis",
6
- "deploy": "hardhat ignition deploy ignition/modules/DataProtector.ts",
+ "deploy": "hardhat ignition deploy ignition/modules/DataProtector.ts --verify",
7
"verify": "hardhat verify",
8
"test": "hardhat test",
9
"artifact-to-abis": "node tools/artifacts-to-abis.mjs",
0 commit comments