File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/sharing-smart-contract Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99 "clean" : " hardhat clean" ,
1010 "compile" : " hardhat clean && hardhat compile && npm run artifact-to-abis" ,
1111 "verify:ignition" : " hardhat ignition verify --include-unrelated-contracts" ,
12- "deploy" : " hardhat run scripts/deploy.js" ,
12+ "verify" : " hardhat verify" ,
13+ "deploy" : " hardhat ignition deploy ignition/modules/DataProtectorSharingModule.cjs --strategy create2" ,
1314 "update-env" : " hardhat run ./scripts/updateEnv.js" ,
1415 "upgrade" : " hardhat run ./scripts/upgrade.js" ,
1516 "upgrade-local-fork" : " mkdir -p .openzeppelin/local-fork && cp -r .openzeppelin/prod/. .openzeppelin/local-fork && MANIFEST_DEFAULT_DIR=.openzeppelin/local-fork ENV=prod hardhat run ./scripts/upgrade-local-fork.js" ,
You can’t perform that action at this time.
0 commit comments