Skip to content

Commit

Permalink
fix integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed May 24, 2024
1 parent 16ef515 commit 3a8e675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ parameter_types! {

impl pallet_asset_conversion_tx_payment::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type AssetId = xcm::v3::Location;
type OnChargeAssetTransaction = SwapAssetAdapter<
TokenLocationV3,
NativeAndAssets,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ parameter_types! {

impl pallet_asset_conversion_tx_payment::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type AssetId = xcm::v3::Location;
type OnChargeAssetTransaction = SwapAssetAdapter<
WestendLocationV3,
NativeAndAssets,
Expand Down
1 change: 1 addition & 0 deletions substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ impl pallet_transaction_payment::Config for Runtime {

impl pallet_asset_conversion_tx_payment::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type AssetId = NativeOrWithId<u32>;
type OnChargeAssetTransaction = SwapAssetAdapter<
Native,
NativeAndAssets,
Expand Down

0 comments on commit 3a8e675

Please sign in to comment.