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 68553f9 commit db5a781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/omnichain/tasks/interact.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +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")
{{#each arguments.names}}
.addParam("{{this}}")
{{/each}}

0 comments on commit db5a781

Please sign in to comment.