Skip to content

Commit cb20c10

Browse files
svyatonikbkchr
authored andcommitted
bump chain spec versions (#1297)
1 parent ea2d6f8 commit cb20c10

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
3737
spec_name: sp_version::create_runtime_str!("kusama"),
3838
impl_name: sp_version::create_runtime_str!("parity-kusama"),
3939
authoring_version: 2,
40-
spec_version: 9100,
40+
spec_version: 9140,
4141
impl_version: 0,
4242
apis: sp_version::create_apis_vec![[]],
43-
transaction_version: 5,
43+
transaction_version: 8,
4444
state_version: 0,
4545
};
4646

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
3737
spec_name: sp_version::create_runtime_str!("polkadot"),
3838
impl_name: sp_version::create_runtime_str!("parity-polkadot"),
3939
authoring_version: 0,
40-
spec_version: 9100,
40+
spec_version: 9140,
4141
impl_version: 0,
4242
apis: sp_version::create_apis_vec![[]],
43-
transaction_version: 7,
43+
transaction_version: 9,
4444
state_version: 0,
4545
};
4646

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5555
spec_name: sp_version::create_runtime_str!("westend"),
5656
impl_name: sp_version::create_runtime_str!("parity-westend"),
5757
authoring_version: 2,
58-
spec_version: 51,
58+
spec_version: 9140,
5959
impl_version: 0,
6060
apis: sp_version::create_apis_vec![[]],
61-
transaction_version: 5,
61+
transaction_version: 8,
6262
state_version: 0,
6363
};
6464

0 commit comments

Comments
 (0)