diff --git a/runtime/crab/src/lib.rs b/runtime/crab/src/lib.rs index c6339dda8..36ea847ad 100644 --- a/runtime/crab/src/lib.rs +++ b/runtime/crab/src/lib.rs @@ -71,11 +71,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - ( - migration::CustomOnRuntimeUpgrade, - cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4, - pallet_xcm::migration::MigrateToLatestXcmVersion, - ), + migration::CustomOnRuntimeUpgrade, >; /// Runtime version. diff --git a/runtime/darwinia/src/lib.rs b/runtime/darwinia/src/lib.rs index 4be4e2128..4ac6678e8 100644 --- a/runtime/darwinia/src/lib.rs +++ b/runtime/darwinia/src/lib.rs @@ -71,11 +71,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - ( - migration::CustomOnRuntimeUpgrade, - cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4, - pallet_xcm::migration::MigrateToLatestXcmVersion, - ), + migration::CustomOnRuntimeUpgrade, >; /// Runtime version.