File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments