Skip to content

Commit

Permalink
add ICS-29 guide to path docs (#1375)
Browse files Browse the repository at this point in the history
* add ICS-29 guide to path docs

* Update create-path-across-chain.md

* change hyperlink

---------

Co-authored-by: Justin Tieri <[email protected]>
  • Loading branch information
ertemann and jtieri committed Jan 9, 2024
1 parent 71acbb8 commit 3b05fdb
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 3b05fdb

Please sign in to comment.