Skip to content

Commit 34f9f39

Browse files
committed
fix: correct proxy address reference for DataProtectorSharing import
1 parent a477766 commit 34f9f39

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
@@ -49,7 +49,7 @@ async function main() {
4949
},
5050
);
5151
await upgrades.forceImport(
52-
dpsProxyAddress,
52+
await dataProtectorSharing.getAddress(),
5353
await ethers.getContractFactory('DataProtectorSharing'),
5454
{
5555
kind: 'transparent',

0 commit comments

Comments
 (0)