Skip to content

Commit

Permalink
set spec_version value to 155 for chaos specs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlacloc committed Sep 29, 2023
1 parent 0d56f92 commit fe95abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
// Chaos spec version
// spec_version: 154, // toggle this line for chaos specs only (deployment)
spec_version: 155, // toggle this line for chaos specs only (deployment)
// Inova spec version
spec_version: 169, // toggle this line for inova specs only (deployment)
// spec_version: 169, // toggle this line for inova specs only (deployment)
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit fe95abb

Please sign in to comment.