Skip to content

Commit

Permalink
Enact proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Mar 1, 2024
1 parent bd9622f commit 3160f1c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export default migration('1709094543_initialize_market', {
trace(`Created proposal ${proposalId}.`);
},

async enacted(deploymentManager: DeploymentManager): Promise<boolean> {
return true;
},

async verify(deploymentManager: DeploymentManager) {
const {
comet,
Expand Down

0 comments on commit 3160f1c

Please sign in to comment.