From d9217e90c7125ee0f07563eac8c2e47956775701 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 10 May 2024 10:17:42 +0500 Subject: [PATCH] fix: bump testnet spec version --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 49bb06db93..33ea3dd73f 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 146, + spec_version: 184, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,