Skip to content

Commit

Permalink
fix: pay fees with native parachain token (EPT companion #83)
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Sep 19, 2023
1 parent 3659d42 commit a057fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl xcm_executor::Config for XcmConfig {
type Barrier = Barrier;
type Weigher = FixedWeightBounds<UnitWeightCost, RuntimeCall, MaxInstructions>;
type Trader =
UsingComponents<WeightToFee, RelayLocation, AccountId, Balances, ToAuthor<Runtime>>;
UsingComponents<WeightToFee, SelfReserve, AccountId, Balances, ToAuthor<Runtime>>;
type ResponseHandler = PolkadotXcm;
type AssetTrap = PolkadotXcm;
type AssetClaims = PolkadotXcm;
Expand Down

0 comments on commit a057fb3

Please sign in to comment.