Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ICS-29 guide to path docs #1375

Merged
merged 4 commits into from
Jan 9, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/issues/578) fee protocol standard.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change the hyperlink to reference the ics-29 spec instead of the pr?
https://github.com/cosmos/ibc/tree/main/spec/app/ics-029-fee-payment


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)
Loading