diff --git a/.changeset/good-dancers-yell.md b/.changeset/good-dancers-yell.md new file mode 100644 index 00000000..050433b5 --- /dev/null +++ b/.changeset/good-dancers-yell.md @@ -0,0 +1,5 @@ +--- +'@confio/relayer': patch +--- + +Add home option to ics20 command diff --git a/src/binary/ibc-setup/index.ts b/src/binary/ibc-setup/index.ts index e8fb84e1..ffc0d260 100644 --- a/src/binary/ibc-setup/index.ts +++ b/src/binary/ibc-setup/index.ts @@ -58,6 +58,7 @@ const ics20Command = program .description( 'Create new unordered channel (ics20-1) for given chains, ports, and connections' ) + .addOption(homeOption) .addOption(srcTrust) .addOption(destTrust) .addOption(mnemonicOption)