Skip to content

Commit

Permalink
manual encated true
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Aug 15, 2024
1 parent f73e14e commit 64ffed5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ export default migration('1722506088_add_usdt_and_usdc_as_collaterals', {
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 64ffed5

Please sign in to comment.