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