Skip to content

Commit 9db2286

Browse files
committed
chore: comment out xcm migration
1 parent 329e092 commit 9db2286

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

  • runtimes
    • peregrine/src/migrations
    • spiritnet/src/migrations

runtimes/peregrine/src/migrations/mod.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@
1818

1919
use runtime_common::constants;
2020

21-
use crate::{weights, Balances, ParachainSystem, Runtime, RuntimeEvent};
21+
use crate::{weights, Balances, Runtime, RuntimeEvent};
2222

23-
impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime {
24-
type ChannelList = ParachainSystem;
25-
}
26-
27-
pub type RuntimeMigrations = (pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,);
23+
pub type RuntimeMigrations = (); // pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
2824

2925
impl pallet_migration::Config for Runtime {
3026
type RuntimeEvent = RuntimeEvent;

runtimes/spiritnet/src/migrations/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use runtime_common::constants;
2020

2121
use crate::{weights, Balances, Runtime, RuntimeEvent};
2222

23-
pub type RuntimeMigrations = (pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,);
23+
pub type RuntimeMigrations = (); // pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
2424

2525
impl pallet_migration::Config for Runtime {
2626
type RuntimeEvent = RuntimeEvent;

0 commit comments

Comments
 (0)