Skip to content

Commit

Permalink
Update osETH enact to true as it already executed (compound-finance#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software authored Jul 8, 2024
1 parent dda22a1 commit c308f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default migration('1718974114_add_oseth_collateral', {
},

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

async verify(deploymentManager: DeploymentManager) {
Expand Down

0 comments on commit c308f42

Please sign in to comment.