diff --git a/crates/humanode-runtime/src/lib.rs b/crates/humanode-runtime/src/lib.rs index 41e92488e..e77e0ed02 100644 --- a/crates/humanode-runtime/src/lib.rs +++ b/crates/humanode-runtime/src/lib.rs @@ -929,11 +929,7 @@ pub type Executive = frame_executive::Executive< AllPalletsWithSystem, ( init_storage_version::InitStorageVersion, - pallet_dummy_precompiles_code::UpgradeInit, init_storage_version::InitStorageVersion, - pallet_balanced_currency_swap_bridges_initializer::UpgradeInit, - pallet_erc20_support::MigrationV0ToV1, - pallet_humanode_session::MigrationV0ToV1, ), >;