You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you receive a coin from another chain, it will show up as 1000000ibc/27A6394C3F9FF9C9DCF5DFFADF9BB5FE9A37C7E92B006199894CF1824DF9AC7C,100000000000samoleans,99999977256stake because Cosmos SDK hashes the IBC path, so that if coins take multiple hops to get to this chain, the path won't become unbearably long.
In exchange, one needs to query the chain for the actual IBC denomination path. This example is simply lists all the IBC paths that the chain knows about, but there is another endpoint that can query for a specific hash.
If you receive a coin from another chain, it will show up as
1000000ibc/27A6394C3F9FF9C9DCF5DFFADF9BB5FE9A37C7E92B006199894CF1824DF9AC7C,100000000000samoleans,99999977256stake
because Cosmos SDK hashes the IBC path, so that if coins take multiple hops to get to this chain, the path won't become unbearably long.In exchange, one needs to query the chain for the actual IBC denomination path. This example is simply lists all the IBC paths that the chain knows about, but there is another endpoint that can query for a specific hash.
You can also use
gaiad
It would be great if this was exposed in CosmJS.
The text was updated successfully, but these errors were encountered: