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 Mar 28, 2024
1 parent 07c8f68 commit b0d7456
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ export default migration('1711572958_initialize_market', {
trace(`Created proposal ${proposalId}.`);
},

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

async verify(deploymentManager: DeploymentManager, govDeploymentManager: DeploymentManager, preMigrationBlockNumber: number) {
const ethers = deploymentManager.hre.ethers;
await deploymentManager.spider(); // We spider here to pull in Optimism COMP now that reward config has been set
Expand Down

0 comments on commit b0d7456

Please sign in to comment.