-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
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
Support ERC-20 xcm transfer #2167
Comments
Karura send erc20 to Sibling, Sibling will take (1, 2000, Erc20) as foreign asset, not erc20 So, Asset-registry need support Erc20, or else there'll be none matched item in Trader: Acala/modules/asset-registry/src/lib.rs Lines 598 to 599 in ded6de5
|
when Sibling transfer (1, 2000, Erc20) to Karura, xcm execution error in Karura side:
|
following #2165. Current Erc20 token withdraw operation not support in module_currencies, that'll cause xcm transfer failed in our side.
Acala/modules/currencies/src/lib.rs
Line 375 in 0ae648f
The text was updated successfully, but these errors were encountered: