Skip to content

Commit

Permalink
Merge branch 'main' into justin/memo-receiver-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri authored Jan 9, 2024
2 parents f7cc18e + 3b05fdb commit 6eb3d8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/create-path-across-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ In our "Relaying Packets Across Chains" example, we set up the relayer to relay
- `rly transact connection`
- `rly transact channel`

<br>
<br>

One can add the ` --version "{\"fee_version\":\"ics29-1\",\"app_version\":\"ics20-1\"}" ` flag to the `link` transaction in order to create a channel that supports the [ICS-29](https://github.com/cosmos/ibc/tree/main/spec/app/ics-029-fee-payment) fee protocol standard.

All the above commands will update your config with the new path meta-data EXCEPT the new channel-id, which will be printed in stdout.

Expand Down Expand Up @@ -60,4 +62,4 @@ In our "Relaying Packets Across Chains" example, we set up the relayer to relay
![banner](./images/github-repo-banner.gif)
</div>
[<-- Home](../README.md) - [Advanced Usage -->](./advanced_usage.md)
[<-- Home](../README.md) - [Advanced Usage -->](./advanced_usage.md)

0 comments on commit 6eb3d8f

Please sign in to comment.