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 16aa769 commit a05a38fCopy full SHA for a05a38f
packages/sharing-smart-contract/package.json
@@ -8,8 +8,7 @@
8
"scripts": {
9
"clean": "hardhat clean",
10
"compile": "hardhat clean && hardhat compile && npm run artifact-to-abis",
11
- "verify:ignition": "hardhat ignition verify --include-unrelated-contracts",
12
- "verify": "hardhat verify",
+ "verify": "hardhat ignition verify --include-unrelated-contracts",
13
"deploy": "hardhat run scripts/deploy.js",
14
"update-env": "hardhat run ./scripts/updateEnv.js",
15
"upgrade": "hardhat run ./scripts/upgrade.js",
0 commit comments