Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Mar 3, 2025
1 parent 4071d7f commit 4e48c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/moonbase/tests/xcm_mock/parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,9 @@ impl pallet_xcm_transactor::Config for Runtime {
type SovereignAccountDispatcherOrigin = frame_system::EnsureRoot<AccountId>;
type CurrencyId = CurrencyId;
type AccountIdToLocation = xcm_primitives::AccountIdToLocation<AccountId>;
type CurrencyIdToLocation = moonbase_runtime::xcm_config::CurrencyIdToLocation<(
type CurrencyIdToLocation = CurrencyIdToLocation<(
EvmForeignAssets,
AsAssetType<moonbeam_core_primitives::AssetId, AssetType, moonbase_runtime::AssetManager>,
AsAssetType<moonbeam_core_primitives::AssetId, AssetType, AssetManager>,
)>;
type SelfLocation = SelfLocation;
type Weigher = xcm_builder::FixedWeightBounds<UnitWeightCost, RuntimeCall, MaxInstructions>;
Expand Down

0 comments on commit 4e48c78

Please sign in to comment.