diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index c497480dce..68d2d03801 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("aleph-node"), impl_name: create_runtime_str!("aleph-node"), authoring_version: 1, - spec_version: 66, + spec_version: 67, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 17, @@ -844,8 +844,10 @@ impl Get for ZeroMaxGlobalCommission { /// All migrations that will run on the next runtime upgrade. /// /// Should be cleared after every release. -pub type Migrations = - (pallet_nomination_pools::migration::v4::MigrateV3ToV5,); +pub type Migrations = ( + pallet_nomination_pools::migration::v4::MigrateV3ToV5, + pallet_contracts::migration::Migration, +); /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic =