File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9494 spec_name : create_runtime_str ! ( "interlay-parachain" ) ,
9595 impl_name : create_runtime_str ! ( "interlay-parachain" ) ,
9696 authoring_version : 1 ,
97- spec_version : 1021008 ,
97+ spec_version : 1021010 ,
9898 impl_version : 1 ,
9999 transaction_version : 2 , // added preimage
100100 apis : RUNTIME_API_VERSIONS ,
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9292 spec_name : create_runtime_str ! ( "kintsugi-parachain" ) ,
9393 impl_name : create_runtime_str ! ( "kintsugi-parachain" ) ,
9494 authoring_version : 1 ,
95- spec_version : 1021008 ,
95+ spec_version : 1021010 ,
9696 impl_version : 1 ,
9797 transaction_version : 3 , // added preimage
9898 apis : RUNTIME_API_VERSIONS ,
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9797 spec_name : create_runtime_str ! ( "testnet-interlay" ) ,
9898 impl_name : create_runtime_str ! ( "testnet-interlay" ) ,
9999 authoring_version : 1 ,
100- spec_version : 1021008 ,
100+ spec_version : 1021010 ,
101101 impl_version : 1 ,
102102 transaction_version : 1 , // added preimage
103103 apis : RUNTIME_API_VERSIONS ,
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9797 spec_name : create_runtime_str ! ( "testnet-kintsugi" ) ,
9898 impl_name : create_runtime_str ! ( "testnet-kintsugi" ) ,
9999 authoring_version : 1 ,
100- spec_version : 1021008 ,
100+ spec_version : 1021010 ,
101101 impl_version : 1 ,
102102 transaction_version : 1 , // added preimage
103103 apis : RUNTIME_API_VERSIONS ,
You can’t perform that action at this time.
0 commit comments