From feeeac5d45cfc2f8f4a432cc5ffc56a9ee4183b2 Mon Sep 17 00:00:00 2001 From: Branimir Malesevic Date: Tue, 16 Jul 2024 10:09:41 +0200 Subject: [PATCH] **RUNTIME UPGRADE**: Update spec_version to 121 (#1010) Co-authored-by: Metadata Update Bot --- config/subxt/testnet.default.scale | Bin 166981 -> 166981 bytes config/subxt/testnet.development.scale | Bin 166989 -> 166989 bytes runtime/src/lib.rs | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/subxt/testnet.default.scale b/config/subxt/testnet.default.scale index b1d6a8283d103d66aa8adb6a5e5590d53a10de63..1b084aea58b1307858f2e7a20b621d3109b0d67d 100644 GIT binary patch delta 19 bcmX>)gX`!Fu7)j){l^(Aw@*0Exb+ACTOJ8q delta 19 bcmX>)gX`!Fu7)j){l^(Awof?Dxb+ACTNepi diff --git a/config/subxt/testnet.development.scale b/config/subxt/testnet.development.scale index f21236c24f2674a756b548e4df3e96520c967a14..fc5ce34c1e96dc68a75aa34a5201b9880f388505 100644 GIT binary patch delta 19 bcmX>*gX`=Ju7)j)(~mP&Zl7_SaqAHPT&@Xx delta 19 bcmX>*gX`=Ju7)j)(~mP&Y@czQaqAHPT&D?p diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 176cf1f61..270ef3a6e 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -219,7 +219,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("analog-testnet"), impl_name: create_runtime_str!("analog-testnet"), authoring_version: 1, - spec_version: 120, + spec_version: 121, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 2, @@ -232,7 +232,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("analog-development"), impl_name: create_runtime_str!("analog-development"), authoring_version: 1, - spec_version: 120, + spec_version: 121, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 2,