Skip to content

Commit

Permalink
Fix some unrelated issues on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed Jun 4, 2024
1 parent b808b84 commit 54910f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ pub type UncheckedExtrinsic =
pub type Migrations = (
pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
pallet_broker::migration::MigrateV0ToV1<Runtime>,
// permanent
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl xcm_executor::Config for XcmConfig {
>;
type Trader = UsingComponents<
WeightToFee,
TokenRelayLocation,
WndRelayLocation,
AccountId,
Balances,
ResolveTo<StakingPotAccountId<Runtime>, Balances>,
Expand Down

0 comments on commit 54910f2

Please sign in to comment.