-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
UI to transfer KSM to parachain #5737
Comments
(The reverse to This is all assuming it uses the same teleport as eg. Statemint. For other non-teleport, it is one of those things where testing effort (dev mode) is significantly higher and live chains means access to tokens (and burning quite a bit based on history of doing this stuff), so it will have to wait for a bit. EDIT: This is also "quite" useful for anything xcm-related - paritytech/polkadot-sdk#969 |
KSM cannot be teleported to community chains. Teleport is only supported between trusted chain only (i.e. parachains that fully controlled by relaychain governance). So we need something different. I've already tested For the reverse side (Karura to Kusama), people will need to use Also it is possible to mint lost KSM in Karura back via governance. So let me know if you need help to get your KSM back during testing while I still have the power. |
Not every parachain supports receive KSM via XCM but for parachain that supports it (i.e. Karura), it will be useful to have a dialog somewhere to allow people to send their KSM to the parachain.
This is an example of a successful transfer
https://kusama.subscan.io/extrinsic/0x49fef96552d462baf5fee3b89d47d1bf516d9bfe1348f09f87b7d055f4b87fd0
https://karura.subscan.io/block/55562?tab=event
The text was updated successfully, but these errors were encountered: