We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60e105 commit ddc2f38Copy full SHA for ddc2f38
runtimes/peregrine/src/migrations/mod.rs
@@ -29,7 +29,12 @@ impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime {
29
type ChannelList = ParachainSystem;
30
}
31
32
-pub type RuntimeMigrations = ();
+pub type RuntimeMigrations = (
33
+ pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
34
+ frame_support::migrations::RemovePallet<Inflation, <Runtime as frame_system::Config>::DbWeight>,
35
+ pallet_bonded_coins::migrations::v1::MigrateV0ToV1<Runtime>,
36
+ cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5<Runtime>,
37
+);
38
39
impl pallet_migration::Config for Runtime {
40
type RuntimeEvent = RuntimeEvent;
0 commit comments