File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1033,13 +1033,21 @@ pub type SignedBlock = generic::SignedBlock<Block>;
1033
1033
/// BlockId type as expected by this runtime.
1034
1034
pub type BlockId = generic:: BlockId < Block > ;
1035
1035
1036
+ pub type Migrations = (
1037
+ pallet_nomination_pools:: migration:: versioned:: V5toV6 < Runtime > ,
1038
+ pallet_nomination_pools:: migration:: versioned:: V6ToV8 < Runtime > ,
1039
+ pallet_staking:: migrations:: v14:: MigrateToV14 < Runtime > ,
1040
+ pallet_identity:: migration:: versioned:: V0ToV1 < Runtime , { u64:: MAX } > ,
1041
+ ) ;
1042
+
1036
1043
/// Executive: handles dispatch to the various modules.
1037
1044
pub type Executive = frame_executive:: Executive <
1038
1045
Runtime ,
1039
1046
Block ,
1040
1047
frame_system:: ChainContext < Runtime > ,
1041
1048
Runtime ,
1042
1049
AllPalletsWithSystem ,
1050
+ Migrations ,
1043
1051
> ;
1044
1052
1045
1053
#[ cfg( feature = "runtime-benchmarks" ) ]
You can’t perform that action at this time.
0 commit comments