Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
add migration to polkadot
  • Loading branch information
Ank4n committed Nov 29, 2022
commit 929107c851f0ec2007761eea504fe9dc1b653012
1 change: 1 addition & 0 deletions runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1619,6 +1619,7 @@ pub type Executive = frame_executive::Executive<
parachains_configuration::migration::v3::MigrateToV3<Runtime>,
pallet_election_provider_multi_phase::migrations::v1::MigrateToV1<Runtime>,
pallet_fast_unstake::migrations::v1::MigrateToV1<Runtime>,
pallet_staking::migrations::v13::MigrateToV13<Runtime>,
),
>;

Expand Down