From a50da75b8bf5104cf8e3214fc0fd5cfd425bf938 Mon Sep 17 00:00:00 2001 From: Dave Puchyr Date: Wed, 9 Jun 2021 14:18:39 +0200 Subject: [PATCH 1/2] Add home option to ics20 command --- src/binary/ibc-setup/index.ts | 1 + 1 file changed, 1 insertion(+) 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) From 2a955ea0c7a3b0b2e0adf3fb8772d5bef597f403 Mon Sep 17 00:00:00 2001 From: Dave Puchyr Date: Thu, 10 Jun 2021 07:13:47 +0200 Subject: [PATCH 2/2] Add changeset --- .changeset/good-dancers-yell.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/good-dancers-yell.md 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