Skip to content

Commit 0c865cb

Browse files
committed
update spec version for Chaos 153
1 parent 20dcad1 commit 0c865cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132
// `spec_version`, and `authoring_version` are the same between Wasm and native.
133133
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
134134
// the compatible custom types.
135-
spec_version: 166,
135+
spec_version: 153,
136136
impl_version: 1,
137137
apis: RUNTIME_API_VERSIONS,
138138
transaction_version: 1,

0 commit comments

Comments
 (0)