Runtime version bump to 922 (#1283)

* Runtime version bump to 922

* Switch to 9220
This commit is contained in:
Chevdor
2022-05-23 14:37:20 +02:00
committed by GitHub
parent f9bc77c3c8
commit 08d5019bd5
6 changed files with 6 additions and 6 deletions
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemine"),
impl_name: create_runtime_str!("statemine"),
authoring_version: 1,
spec_version: 900,
spec_version: 9220,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemint"),
impl_name: create_runtime_str!("statemint"),
authoring_version: 1,
spec_version: 900,
spec_version: 9220,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
@@ -80,7 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"),
authoring_version: 1,
spec_version: 900,
spec_version: 9220,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
@@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("contracts-rococo"),
impl_name: create_runtime_str!("contracts-rococo"),
authoring_version: 1,
spec_version: 900,
spec_version: 9220,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
@@ -56,7 +56,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("seedling"),
impl_name: create_runtime_str!("seedling"),
authoring_version: 1,
spec_version: 900,
spec_version: 9220,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("test-parachain"),
impl_name: create_runtime_str!("test-parachain"),
authoring_version: 1,
spec_version: 900,
spec_version: 9220,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,