From ab8db70bef884394c9386629e26d40e7c2f560f7 Mon Sep 17 00:00:00 2001 From: Adel Golghalyani Date: Mon, 26 May 2025 10:40:26 +0200 Subject: [PATCH] increase tx version --- runtimes/peregrine/src/lib.rs | 2 +- runtimes/spiritnet/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtimes/peregrine/src/lib.rs b/runtimes/peregrine/src/lib.rs index 17b72c9f5..5252abbbe 100644 --- a/runtimes/peregrine/src/lib.rs +++ b/runtimes/peregrine/src/lib.rs @@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 11600, impl_version: 0, apis: RUNTIME_API_VERSION, - transaction_version: 8, + transaction_version: 11, state_version: 0, }; diff --git a/runtimes/spiritnet/src/lib.rs b/runtimes/spiritnet/src/lib.rs index 351710036..6dbabb661 100644 --- a/runtimes/spiritnet/src/lib.rs +++ b/runtimes/spiritnet/src/lib.rs @@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 11600, impl_version: 0, apis: RUNTIME_API_VERSION, - transaction_version: 8, + transaction_version: 11, state_version: 0, };