From 7a37072b83de4ae48c6ef866dc47ae4616808f02 Mon Sep 17 00:00:00 2001 From: ron Date: Mon, 14 Oct 2024 16:01:30 +0800 Subject: [PATCH] Revert FeeManager --- .../bridge-hub-westend/src/xcm_config.rs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs index fc85b4bb45b1..29f9687fc880 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs @@ -204,7 +204,18 @@ impl xcm_executor::Config for XcmConfig { type MaxAssetsIntoHolding = MaxAssetsIntoHolding; type FeeManager = XcmFeeManagerFromComponents< WaivedLocations, - SendXcmFeeToAccount, + ( + SendXcmFeeToAccount, + XcmExportFeeToSibling< + bp_westend::Balance, + AccountId, + WestendLocation, + EthereumNetwork, + Self::AssetTransactor, + crate::EthereumOutboundQueue, + >, + SendXcmFeeToAccount, + ), >; type MessageExporter = ( XcmOverBridgeHubRococo,