From a057fb35061d8809497ea34492bc2f0f90f1c3f6 Mon Sep 17 00:00:00 2001 From: Abhishek Shah Date: Tue, 19 Sep 2023 17:14:03 +0530 Subject: [PATCH] fix: pay fees with native parachain token (EPT companion #83) --- runtime/src/xcm_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/xcm_config.rs b/runtime/src/xcm_config.rs index 8796217..b0e8863 100644 --- a/runtime/src/xcm_config.rs +++ b/runtime/src/xcm_config.rs @@ -219,7 +219,7 @@ impl xcm_executor::Config for XcmConfig { type Barrier = Barrier; type Weigher = FixedWeightBounds; type Trader = - UsingComponents>; + UsingComponents>; type ResponseHandler = PolkadotXcm; type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm;