From 4e0d78a8eb599c3731af1ff5dcfd641cd85e1f73 Mon Sep 17 00:00:00 2001 From: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com> Date: Tue, 19 Sep 2023 07:43:29 +0200 Subject: [PATCH] fix: pay fees with native parachain token (#83) --- runtime/devnet/src/xcm_config.rs | 3 +-- runtime/mainnet/src/xcm_config.rs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/runtime/devnet/src/xcm_config.rs b/runtime/devnet/src/xcm_config.rs index b40db7c..7429f6a 100644 --- a/runtime/devnet/src/xcm_config.rs +++ b/runtime/devnet/src/xcm_config.rs @@ -220,8 +220,7 @@ impl xcm_executor::Config for XcmConfig { type UniversalLocation = UniversalLocation; type Barrier = Barrier; type Weigher = FixedWeightBounds; - type Trader = - UsingComponents>; + type Trader = UsingComponents>; type ResponseHandler = PolkadotXcm; type AssetTrap = PolkadotXcm; type AssetLocker = (); diff --git a/runtime/mainnet/src/xcm_config.rs b/runtime/mainnet/src/xcm_config.rs index b40db7c..7429f6a 100644 --- a/runtime/mainnet/src/xcm_config.rs +++ b/runtime/mainnet/src/xcm_config.rs @@ -220,8 +220,7 @@ impl xcm_executor::Config for XcmConfig { type UniversalLocation = UniversalLocation; type Barrier = Barrier; type Weigher = FixedWeightBounds; - type Trader = - UsingComponents>; + type Trader = UsingComponents>; type ResponseHandler = PolkadotXcm; type AssetTrap = PolkadotXcm; type AssetLocker = ();