Skip to content

Commit

Permalink
add bifrost_parachain_staking InitGenesisMigration
Browse files Browse the repository at this point in the history
  • Loading branch information
SunTiebing committed Nov 11, 2024
1 parent 7c8bdf0 commit c829a54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion runtime/bifrost-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,11 @@ pub mod migrations {
use super::*;

/// Unreleased migrations. Add new ones here:
pub type Unreleased = pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>;
pub type Unreleased = (
// permanent migration, do not remove
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
bifrost_parachain_staking::migrations::InitGenesisMigration<Runtime>,
);
}

/// Executive: handles dispatch to the various modules.
Expand Down

0 comments on commit c829a54

Please sign in to comment.