Reecepbcups / ibc-anywhere-webapp

Transfer tokens from any network, to any other network which is open for token transfers
21 stars 6 forks source link

Multiple Channel Hop (to origin) #7

Open Reecepbcups opened 1 year ago

Reecepbcups commented 1 year ago

from my DM with Aaron of OSL

Ex: user has USDC on osmosis, but wants to use it on the uume side. Issue is thats osmosis-0 channel

So instead it has to be

Omosis USDC -> Axelar -> UUME? or is this incorrect? - probably can auto do via IBCHash decode, transfer to said channel, then generate another Tx after that is successful

I think you’ll have to use the canonical channels for every path.
Some examples of good UX tests would be sending from Osmosis to ‘x’-chain atom/axl assets

With x chains being: Juno Umee cresent kuji (basically all the interchain hubs)

my logic

Basically IBCHash decode, transfer to that channel, then auto gen next message for the IBC transfer from there to the real channel you wanted, so its native
Reecepbcups commented 1 year ago

Skip is doing this, unsure if I need too anymore