From c98a8512f2863c266e8e326f76f94ea7206f3c47 Mon Sep 17 00:00:00 2001 From: kozyrevdev <73348153+kozyrevdev@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:18:49 +0000 Subject: [PATCH] Merge pull request #786 from UniqueNetwork/fix/allow-statemint --- --- a/runtime/quartz/src/xcm_barrier.rs +++ b/runtime/quartz/src/xcm_barrier.rs @@ -52,6 +52,11 @@ parents: 1, interior: Here, }, + // Statemint/Statemint location + MultiLocation { + parents: 1, + interior: X1(Parachain(1000)), + }, // Karura/Acala location MultiLocation { parents: 1, --- a/runtime/unique/src/xcm_barrier.rs +++ b/runtime/unique/src/xcm_barrier.rs @@ -52,6 +52,11 @@ parents: 1, interior: Here, }, + // Statemint/Statemint location + MultiLocation { + parents: 1, + interior: X1(Parachain(1000)), + }, // Karura/Acala location MultiLocation { parents: 1, -- gitstuff