Skip to content

Commit 81b8391

Browse files
committed
fix: update deploy script to use ignition module for DataProtectorSharing
1 parent e610af2 commit 81b8391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sharing-smart-contract/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
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",

0 commit comments

Comments
 (0)