-
Notifications
You must be signed in to change notification settings - Fork 130
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
[P-K Bridge] AssetHubs - create wrapped/derivate representations for KSM/DOT #2401
Comments
@joepetrowski Joe, could you please, help with this? |
Yeah, HRMP channels should all be set up now. I think we'd go the |
if we go with the only thing we need to fix is
|
Bonus then. We should use |
This sounds more like a bridge implementation question. What would the bridge pass over as its origin? Since on Polkadot's local Asset Hub we call DOT Edit: Yes, let's go with the second option. As this is used for things like |
Governance proposals live: |
We need to create
ForeignAssets
for wrappedKSM on AssetHubPolkadot and wrappedDOT on AssetHubKusama.Options: (lets consider wrappedDOT on AssetHubKusama)
pallet_assets::force_create
on Kusama/AssethubKusama governance callMultiLocation(parents: 2, X2(GlobalConsensus(Polkadot), Parachain(1000))
) or SA_OF_POLKADOT(MultiLocation(parents: 2, X1(GlobalConsensus(Polkadot)))
)min_balance
?pallet_assets::create
from Polkadot relaychainmin_balance
?ForeignCreators
wont work forMultiLocation::parent()
and AssetHubPolkadotTODOs
The text was updated successfully, but these errors were encountered: