From 62e7f2d602a6fab6ef8e0bd4c5b159942d7f7946 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Mon, 10 Jan 2022 23:18:20 -0800 Subject: [PATCH] Enable asset teleportation on Polkadot --- runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index c2ffc5625294..ff31873a0b1f 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1448,7 +1448,7 @@ impl pallet_xcm::Config for Runtime { // ...but they must match our filter, which rejects all. type XcmExecuteFilter = Nothing; type XcmExecutor = XcmExecutor; - type XcmTeleportFilter = Nothing; + type XcmTeleportFilter = Everything; type XcmReserveTransferFilter = Nothing; type Weigher = FixedWeightBounds; type LocationInverter = LocationInverter;