Skip to content

Commit

Permalink
Revert FeeManager
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Oct 14, 2024
1 parent 0905c41 commit 7a37072
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,18 @@ impl xcm_executor::Config for XcmConfig {
type MaxAssetsIntoHolding = MaxAssetsIntoHolding;
type FeeManager = XcmFeeManagerFromComponents<
WaivedLocations,
SendXcmFeeToAccount<Self::AssetTransactor, TreasuryAccount>,
(
SendXcmFeeToAccount<Self::AssetTransactor, TreasuryAccount>,
XcmExportFeeToSibling<
bp_westend::Balance,
AccountId,
WestendLocation,
EthereumNetwork,
Self::AssetTransactor,
crate::EthereumOutboundQueue,
>,
SendXcmFeeToAccount<Self::AssetTransactor, TreasuryAccount>,
),
>;
type MessageExporter = (
XcmOverBridgeHubRococo,
Expand Down

0 comments on commit 7a37072

Please sign in to comment.