Skip to content

Commit

Permalink
Remove demand option for router arg of send transfer (#3018)
Browse files Browse the repository at this point in the history
Fix for missing bit of #3006
  • Loading branch information
jmrossy authored Dec 4, 2023
1 parent 9705079 commit c65b598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typescript/cli/src/commands/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const transferCommand: CommandModule = {
router: {
type: 'string',
description: 'The address of the token router contract',
demandOption: true,
},
type: {
type: 'string',
Expand Down

0 comments on commit c65b598

Please sign in to comment.