We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For ics20 token transfer need a Query ibc-transfer denom-trace.
example:
gaiad query ibc-transfer denom-trace CDC4587874B85BEA4FCEC3CEA5A1195139799A1FEE711A07D972537E18FDA39D --node https://rpc.testnet.cosmos.network:443
souece: https://tutorials.cosmos.network/tutorials/understanding-ibc-denoms/#
The text was updated successfully, but these errors were encountered:
Hi @DaviRain-Su would the following query fit the requirements of this issue?
The command:
hermes query transfer denom-trace <CHAIN_ID> --hash <HASH>
And when successful would display the following:
Success: base_denom: <DENOM> path: <PATH>
Sorry, something went wrong.
This looks good.
query transfer denom-trace
Merge pull request cosmos#43 from confio/42-cleanup-start
51fb73d
Fix linting issues
ljoss17
No branches or pull requests
Problem Definition
For ics20 token transfer need a Query ibc-transfer denom-trace.
example:
souece: https://tutorials.cosmos.network/tutorials/understanding-ibc-denoms/#
For Admin Use
The text was updated successfully, but these errors were encountered: