Skip to content

Commit

Permalink
Merge pull request #22 from CoopHive/feature/11/upgrade-storage-script
Browse files Browse the repository at this point in the history
try with initialize
  • Loading branch information
polus-arcticus authored Apr 10, 2024
2 parents 0908613 + 6a85270 commit c5867f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hardhat/scripts/redeploy-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ async function main() {
);
return;
}
await deployments.execute(
"CoopHiveStorage",
{
from: wallet.address,
log: true,
},
"initialize"
);
console.log("New Storage Address: ", finalStorageAddr);
}

Expand Down

0 comments on commit c5867f6

Please # to comment.