Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Dec 27, 2024
1 parent 569742f commit 17208cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/runtime/paseo/src/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ pub type Migrations<Runtime> = (
// Our current Paseo Storage is 0
// This migration should have no effect except bumping storage version
cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5<Runtime>,
);
);
6 changes: 6 additions & 0 deletions parachain/runtime/paseo/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,9 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
type WeightInfo = cumulus_pallet_xcmp_queue::weights::SubstrateWeight<Runtime>;
type PriceForSiblingDelivery = NoPriceForMessageDelivery<ParaId>;
}

// TODO:: remove after migration of storage version finished
impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime {
// This must be the same as the `ChannelInfo` from the `Config`:
type ChannelList = ParachainSystem;
}

0 comments on commit 17208cb

Please sign in to comment.