mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
update chain versions (#1358)
This commit is contained in:
committed by
Bastian Köcher
parent
65c2c0ccce
commit
c29bfcccc3
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
@@ -36,10 +36,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: sp_version::create_runtime_str!("polkadot"),
|
||||
impl_name: sp_version::create_runtime_str!("parity-polkadot"),
|
||||
authoring_version: 0,
|
||||
spec_version: 9140,
|
||||
spec_version: 9180,
|
||||
impl_version: 0,
|
||||
apis: sp_version::create_apis_vec![[]],
|
||||
transaction_version: 9,
|
||||
transaction_version: 12,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: sp_version::create_runtime_str!("rococo"),
|
||||
impl_name: sp_version::create_runtime_str!("parity-rococo-v2.0"),
|
||||
authoring_version: 0,
|
||||
spec_version: 9140,
|
||||
spec_version: 9180,
|
||||
impl_version: 0,
|
||||
apis: sp_version::create_apis_vec![[]],
|
||||
transaction_version: 0,
|
||||
|
||||
Reference in New Issue
Block a user