Skip to content

Commit c29bfcc

Browse files
svyatonikbkchr
authored andcommitted
update chain versions (#1358)
1 parent 65c2c0c commit c29bfcc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bridges/primitives/chain-kusama/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
3636
spec_name: sp_version::create_runtime_str!("kusama"),
3737
impl_name: sp_version::create_runtime_str!("parity-kusama"),
3838
authoring_version: 2,
39-
spec_version: 9140,
39+
spec_version: 9180,
4040
impl_version: 0,
4141
apis: sp_version::create_apis_vec![[]],
42-
transaction_version: 8,
42+
transaction_version: 11,
4343
state_version: 0,
4444
};
4545

bridges/primitives/chain-polkadot/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
3636
spec_name: sp_version::create_runtime_str!("polkadot"),
3737
impl_name: sp_version::create_runtime_str!("parity-polkadot"),
3838
authoring_version: 0,
39-
spec_version: 9140,
39+
spec_version: 9180,
4040
impl_version: 0,
4141
apis: sp_version::create_apis_vec![[]],
42-
transaction_version: 9,
42+
transaction_version: 12,
4343
state_version: 0,
4444
};
4545

bridges/primitives/chain-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
4343
spec_name: sp_version::create_runtime_str!("rococo"),
4444
impl_name: sp_version::create_runtime_str!("parity-rococo-v2.0"),
4545
authoring_version: 0,
46-
spec_version: 9140,
46+
spec_version: 9180,
4747
impl_version: 0,
4848
apis: sp_version::create_apis_vec![[]],
4949
transaction_version: 0,

0 commit comments

Comments
 (0)