From 0895f5c26bec1204d8a8701758ab2cdc5345f39b Mon Sep 17 00:00:00 2001 From: Unique Date: Tue, 27 Dec 2022 09:07:18 +0000 Subject: [PATCH] fix runtime version for chains --- --- a/runtime/opal/src/lib.rs +++ b/runtime/opal/src/lib.rs @@ -59,7 +59,7 @@ spec_name: create_runtime_str!(RUNTIME_NAME), impl_name: create_runtime_str!(RUNTIME_NAME), authoring_version: 1, - spec_version: 336040, + spec_version: 936040, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, --- a/runtime/quartz/src/lib.rs +++ b/runtime/quartz/src/lib.rs @@ -52,7 +52,7 @@ spec_name: create_runtime_str!(RUNTIME_NAME), impl_name: create_runtime_str!(RUNTIME_NAME), authoring_version: 1, - spec_version: 336040, + spec_version: 936040, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, --- a/runtime/unique/src/lib.rs +++ b/runtime/unique/src/lib.rs @@ -52,7 +52,7 @@ spec_name: create_runtime_str!(RUNTIME_NAME), impl_name: create_runtime_str!(RUNTIME_NAME), authoring_version: 1, - spec_version: 336040, + spec_version: 936040, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, -- gitstuff