update chain versions (#1358)

This commit is contained in:
Svyatoslav Nikolsky
2022-03-17 12:57:33 +03:00
committed by Bastian Köcher
parent 65c2c0ccce
commit c29bfcccc3
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -36,10 +36,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_version::create_runtime_str!("kusama"),
impl_name: sp_version::create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 9140,
spec_version: 9180,
impl_version: 0,
apis: sp_version::create_apis_vec![[]],
transaction_version: 8,
transaction_version: 11,
state_version: 0,
};