Skip to content

Commit

Permalink
Manual enact
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software authored Jul 22, 2024
1 parent 8d4b6b5 commit bf93e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default migration('1720515728_configurate_and_ens', {
},

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

async verify(deploymentManager: DeploymentManager, govDeploymentManager: DeploymentManager, preMigrationBlockNumber: number) {
Expand Down

0 comments on commit bf93e51

Please sign in to comment.