Skip to content

Commit

Permalink
fix: manually set enacted as true
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Aug 8, 2024
1 parent a79f38c commit bcb8732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default migration('1719835184_update_rseth_and_weth_pricefeed', {
},

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

async verify(deploymentManager: DeploymentManager) {
Expand Down

0 comments on commit bcb8732

Please sign in to comment.