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 0a16b82 commit 91ce3e7Copy full SHA for 91ce3e7
packages/sharing-smart-contract/scripts/deploy.js
@@ -46,8 +46,8 @@ async function main() {
46
const DataProtectorSharingFactory = await ethers.getContractFactory('DataProtectorSharing');
47
48
const dataProtectorSharingConstructorArgs = [
49
- datasetRegistryAddress,
50
pocoAddress,
+ datasetRegistryAddress,
51
addOnlyAppWhitelistRegistryAddress,
52
];
53
const dataProtectorSharingContract = await upgrades.deployProxy(DataProtectorSharingFactory, {
0 commit comments