-
Notifications
You must be signed in to change notification settings - Fork 77
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
AssetHub <> Relay reserve flippening #857
Comments
2 runtime upgrades and 2 extra referenda to move funds
|
|
1 task
1 task
PR to make AH DOT reserve: #896 |
When we do the flippening and change the location of DOT in our asset registry, we also need to change it in code: hydration-node/runtime/hydradx/src/assets.rs Line 777 in eddc67f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should flip the source of truth for AH and Polkadot for DOT reserves. This will allow us to use AH with DOT as fee payment and also transfer it through AH to other chains.
As a result we can then use the various features of the new XCM functions to transfer and pay fees which is not possible to do through Polkadot relay chain since it doesn't understand other assets than DOT.
Change the reserve chain for DOT from Polkadot relay chain to Polkadot AssetHub.
Schedule the runtime upgrade to happen at some fixed point in time later (with enactment at least 3 days)
Transfer all of the Hydration parachain DOT from the Relaychain to Hydration parachain account on AH at the scheduled flippening time. (we will need to sync these events as close as possible)
Inform
The text was updated successfully, but these errors were encountered: