Skip to content

Commit

Permalink
Modified migration from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 14, 2024
1 parent 9ef28b4 commit fdecfb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ export default migration('1720603419_add_wsteth_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 fdecfb8

Please sign in to comment.