Skip to content

Commit

Permalink
feat(send-zeta): added recipient optional param (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Aug 30, 2023
1 parent 185d248 commit 0262960
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 198 deletions.
3 changes: 2 additions & 1 deletion tasks/sendZETA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ export const sendZETATask = task(
main
)
.addParam("amount", "Amount of ZETA to send")
.addParam("destination", "Destination chain");
.addParam("destination", "Destination chain")
.addOptionalParam("recipient", "Recipient address");
Loading

0 comments on commit 0262960

Please sign in to comment.