Skip to content

Commit 0663e7c

Browse files
committed
feat: Add verify all contracts command
1 parent 209fc91 commit 0663e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"test:native": "npm run clean && TEST__IS_NATIVE_CHAIN=true npx hardhat test test/byContract/IexecEscrow/IexecEscrowNative.test.ts",
2020
"coverage": "npx hardhat coverage",
2121
"verify": "npx hardhat verify",
22+
"verify:all": "npx hardhat run scripts/verify.ts",
2223
"format": "npx prettier --write '**/*.{js,ts,sol,json,yml}'",
2324
"uml": "npm run sol-to-uml && npm run puml-to-links && npm run storage-to-diagrams",
2425
"sol-to-uml": "npx zx scripts/tools/sol-to-uml.mjs",
@@ -85,4 +86,4 @@
8586
"mocha": "[Optional] Install Mocha Test Explorer in VSCode to see tests in VSCode UI",
8687
"solidity-coverage": "Fixing Hardhat's solidity-coverage: TypeError: provider.send is not a function"
8788
}
88-
}
89+
}

0 commit comments

Comments
 (0)