Skip to content

Commit 91ce3e7

Browse files
committed
Fix deployment script
1 parent 0a16b82 commit 91ce3e7

File tree

1 file changed

+1
-1
lines changed
  • packages/sharing-smart-contract/scripts

1 file changed

+1
-1
lines changed

packages/sharing-smart-contract/scripts/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ async function main() {
4646
const DataProtectorSharingFactory = await ethers.getContractFactory('DataProtectorSharing');
4747

4848
const dataProtectorSharingConstructorArgs = [
49-
datasetRegistryAddress,
5049
pocoAddress,
50+
datasetRegistryAddress,
5151
addOnlyAppWhitelistRegistryAddress,
5252
];
5353
const dataProtectorSharingContract = await upgrades.deployProxy(DataProtectorSharingFactory, {

0 commit comments

Comments
 (0)