This PR adds support for displaying asset information for IBC assets that have been sent over multiple channels (e.g. Namada -> Cosmos Hub -> Osmosis).
Closes #1219.
Testing
I found it a bit difficult to find live relayers for testing this, but I did get it to work with Namada devnet -> Cosmoshub testnet -> Elys testnet.
Transfer some NAM from the internal devnet to Cosmoshub testnet using Namadillo
Select "Elys Network" in Namadillo to prompt it to be added to Keplr
Transfer the NAM from Cosmoshub testnet to Elys testnet using gaiad (Keplr might work too but I've never tried)
Refresh Namadillo and select "Elys Network"
Your NAM should appear in the asset list with Namada icon and proper denomination handling.
You can also test by sending other assets between multiple chains if there are live relayers.
This PR adds support for displaying asset information for IBC assets that have been sent over multiple channels (e.g. Namada -> Cosmos Hub -> Osmosis).
Closes #1219.
Testing
I found it a bit difficult to find live relayers for testing this, but I did get it to work with Namada devnet -> Cosmoshub testnet -> Elys testnet.
You can also test by sending other assets between multiple chains if there are live relayers.
Added
Fixed