Skip to content

Commit

Permalink
withdraw: main
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jul 4, 2023
1 parent 961b530 commit 489fec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnichain/withdraw/tasks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,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 489fec2

Please sign in to comment.