ComposableFi / composable-cosmos

The home of IBC
29 stars 95 forks source link

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

Closed RustNinja closed 5 months ago

RustNinja commented 5 months ago

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