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

IBC fee config modification via tx from list of authority #470

Merged
merged 5 commits into from
Mar 25, 2024

Conversation

RustNinja
Copy link
Collaborator

@RustNinja RustNinja commented Mar 25, 2024

This changes allow to modify IBC fee configuration my tx from some predefined list of authority.
check current params
centaurid q ibctransferparamsmodule params

centaurid tx ibctransferparamsmodule add-config --from mykey --fees=30stake channel-1 centauri1hj5fveer5cjtn4wd6wstzugjfdxzl0xpzxlwgs 11111111111

centaurid tx ibctransferparamsmodule add-allowed-ibc-token --from mykey --fees=30stake channel-1 ppica 99999999999 10

centaurid tx ibctransferparamsmodule add-allowed-ibc-token --from mykey --fees=30stake channel-1 eth 99999999999 10

centaurid tx ibctransferparamsmodule remove-allowed-ibc-token --from mykey --fees=30stake channel-1 ppica

centaurid tx ibctransferparamsmodule remove-config --from mykey --fees=30stake channel-1

@RustNinja RustNinja changed the title cosmos fee config methods to update via tx IBC fee config modification via tx from list of authority Mar 25, 2024
@RustNinja RustNinja merged commit a0ac066 into develop2 Mar 25, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants