Skip to content

Commit

Permalink
[#787] Add handlers as dependency in deploy_migrations script
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 19, 2024
1 parent 9d851eb commit 6033381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/deploy_migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ const deploy: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
};

deploy.tags = ["not-l2-to-l2-migration", "migration"];
deploy.dependencies = ["singleton", "l2"];
deploy.dependencies = ["singleton", "l2", "handlers"];
export default deploy;

0 comments on commit 6033381

Please sign in to comment.