File tree Expand file tree Collapse file tree
cumulus/parachains/runtimes/assets
substrate/bin/node/runtime/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -772,6 +772,7 @@ parameter_types! {
772772
773773impl pallet_asset_conversion_tx_payment:: Config for Runtime {
774774 type RuntimeEvent = RuntimeEvent ;
775+ type AssetId = xcm:: v3:: Location ;
775776 type OnChargeAssetTransaction = SwapAssetAdapter <
776777 TokenLocationV3 ,
777778 NativeAndAssets ,
Original file line number Diff line number Diff line change @@ -764,6 +764,7 @@ parameter_types! {
764764
765765impl pallet_asset_conversion_tx_payment:: Config for Runtime {
766766 type RuntimeEvent = RuntimeEvent ;
767+ type AssetId = xcm:: v3:: Location ;
767768 type OnChargeAssetTransaction = SwapAssetAdapter <
768769 WestendLocationV3 ,
769770 NativeAndAssets ,
Original file line number Diff line number Diff line change @@ -573,6 +573,7 @@ impl pallet_transaction_payment::Config for Runtime {
573573
574574impl pallet_asset_conversion_tx_payment:: Config for Runtime {
575575 type RuntimeEvent = RuntimeEvent ;
576+ type AssetId = NativeOrWithId < u32 > ;
576577 type OnChargeAssetTransaction = SwapAssetAdapter <
577578 Native ,
578579 NativeAndAssets ,
You can’t perform that action at this time.
0 commit comments