Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Add missing EndowmentMultiSigEmitter deployment to 'deploy:EndowmentM…
Browse files Browse the repository at this point in the history
…ultiSigFactory'
  • Loading branch information
0xNeshi committed Sep 26, 2023
1 parent 1035cce commit b02fb9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/deploy/deployEndowmentMultisigFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ task("deploy:EndowmentMultiSigFactory", "Will deploy EndowmentMultiSigFactory co
hre
);

// must deploy new EndowmentMultiSigEmitter as currently there's no way
// to update its EndowmentMultiSigFactory address
await hre.run("deploy:EndowmentMultiSigEmitter", {
apTeamSignerPkey: taskArgs.apTeamSignerPkey,
skipVerify: taskArgs.skipVerify,
yes: true,
});

await hre.run("manage:registrar:updateConfig", {
multisigFactory: deployData.proxy.contract.address,
apTeamSignerPkey: taskArgs.apTeamSignerPkey,
Expand Down

0 comments on commit b02fb9d

Please sign in to comment.