Skip to content

Commit

Permalink
Fixed typo in section 6.1.4.2 of Hermes guide (informalsystems#2225)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Joss <[email protected]>
  • Loading branch information
ljoss17 and Luca Joss authored May 19, 2022
1 parent 3add5d3 commit 92c71cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Follow the steps below to connect three chains together and relay packets betwee
making an exception. Execute the following command:

```shell
hermes create channel ibc-0 --chain-b-id ibc-1 --port-a transfer --port-b transfer --new-client-connection
hermes create channel ibc-0 --chain-b ibc-1 --port-a transfer --port-b transfer --new-client-connection
```

Then respond 'yes' to the prompt that pops up. Once the command has run to
Expand Down Expand Up @@ -166,7 +166,7 @@ Follow the steps below to connect three chains together and relay packets betwee
previous invocation we used to create a channel between `ibc-0` and `ibc-1`:

```shell
hermes create channel ibc-1 --chain-b-id ibc-2 --port-a transfer --port-b transfer --new-client-connection
hermes create channel ibc-1 --chain-b ibc-2 --port-a transfer --port-b transfer --new-client-connection
```

```json
Expand Down

0 comments on commit 92c71cb

Please sign in to comment.