Skip to content

Commit

Permalink
refactor: omnichain deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jul 20, 2023
1 parent 3929c1d commit 59aaef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/omnichain/tasks/deploy.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ const main = async (args: any, hre: HardhatRuntimeEnvironment) => {
`);
};

task("deploy", "Deploy the contract").setAction(main);
task("deploy", "Deploy the contract", main);

0 comments on commit 59aaef9

Please sign in to comment.