Skip to content

Commit

Permalink
Update 1718791267_add_wbtc_as_collateral.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof authored Jul 15, 2024
1 parent 2351631 commit ca151d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ export default migration('1718791267_add_wbtc_as_collateral', {
trace(`Created proposal ${proposalId}.`);
},

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

async verify(deploymentManager: DeploymentManager) {
Expand Down

0 comments on commit ca151d0

Please sign in to comment.