Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 27, 2023
1 parent db5a781 commit f40129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/omnichain/tasks/interact.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const main = async (args: any, hre: HardhatRuntimeEnvironment) => {
task("interact", "Interact with the contract", main)
.addParam("contract", "The address of the withdraw contract on ZetaChain")
.addParam("amount", "Amount of tokens to send")
.addParam("json", "Output in JSON")
.addFlag("json", "Output in JSON")
{{#each arguments.names}}
.addParam("{{this}}")
{{/each}}

0 comments on commit f40129b

Please sign in to comment.