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
Currently our Kernel routing only supports native tokens. We should open this up to allow routing of CW20 tokens as well (excluding IBC for now as that requires ICS20-CW20 contracts).
Implementation
We should assume that the receiving contract has a Receive entry point and encode the message to be sent as such. Other routing logic should remain the same.
Ideally this is decoupled from native routing as much as possible.
The text was updated successfully, but these errors were encountered:
Motivation
Currently our Kernel routing only supports native tokens. We should open this up to allow routing of CW20 tokens as well (excluding IBC for now as that requires ICS20-CW20 contracts).
Implementation
We should assume that the receiving contract has a
Receive
entry point and encode the message to be sent as such. Other routing logic should remain the same.Ideally this is decoupled from native routing as much as possible.
The text was updated successfully, but these errors were encountered: