From a00e15f5bb20dfe206c313c7f6b81c4d683d73fb Mon Sep 17 00:00:00 2001 From: Florian Franzen Date: Wed, 26 Feb 2025 15:22:48 +0100 Subject: [PATCH] launch: enable snapshot 5 and missing validtor stage --- pallets/launch/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/launch/src/lib.rs b/pallets/launch/src/lib.rs index 125c50bb4..699dd3952 100644 --- a/pallets/launch/src/lib.rs +++ b/pallets/launch/src/lib.rs @@ -69,7 +69,7 @@ pub mod pallet { } /// Updating this number will automatically execute the next launch stages on update - pub const LAUNCH_VERSION: u16 = 27; + pub const LAUNCH_VERSION: u16 = 30; /// Wrapped version to support substrate interface as well pub const STORAGE_VERSION: StorageVersion = StorageVersion::new(LAUNCH_VERSION);