Skip to content

Commit

Permalink
update spec_version to 167 to align with Inova spec version for deplo…
Browse files Browse the repository at this point in the history
…yment
  • Loading branch information
tlacloc committed Sep 27, 2023
1 parent 8d4e617 commit 9a07537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 153,
// Chaos spec version
// spec_version: 153
// Inova spec version
spec_version: 167,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 9a07537

Please sign in to comment.