Skip to content

Commit b78da82

Browse files
Remove useless migrations
1 parent 4973558 commit b78da82

File tree

1 file changed

+0
-4
lines changed
  • crates/humanode-runtime/src

1 file changed

+0
-4
lines changed

crates/humanode-runtime/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -929,11 +929,7 @@ pub type Executive = frame_executive::Executive<
929929
AllPalletsWithSystem,
930930
(
931931
init_storage_version::InitStorageVersion<DummyPrecompilesCode, Runtime>,
932-
pallet_dummy_precompiles_code::UpgradeInit<Runtime>,
933932
init_storage_version::InitStorageVersion<BalancedCurrencySwapBridgesInitializer, Runtime>,
934-
pallet_balanced_currency_swap_bridges_initializer::UpgradeInit<Runtime>,
935-
pallet_erc20_support::MigrationV0ToV1<Runtime>,
936-
pallet_humanode_session::MigrationV0ToV1<Runtime>,
937933
),
938934
>;
939935

0 commit comments

Comments
 (0)