From 67db0e59966964ad5b19aec756aef4338f851952 Mon Sep 17 00:00:00 2001 From: Vlad Proshchavaiev <32250097+F3Joule@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:27:35 +0200 Subject: [PATCH] Soon: update spec_version to 4001 Soon: update transaction_version to 12 --- runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 3f7f22fc..da567a1a 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -177,10 +177,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("soonsocial-parachain"), impl_name: create_runtime_str!("soonsocial-parachain"), authoring_version: 1, - spec_version: 3601, + spec_version: 4001, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 11, + transaction_version: 12, state_version: 0, };