We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52ec05 commit a73b929Copy full SHA for a73b929
1 file changed
runtime/src/lib.rs
@@ -272,7 +272,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
272
// `spec_version`, and `authoring_version` are the same between Wasm and native.
273
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
274
// the compatible custom types.
275
- spec_version: 397,
+ spec_version: 401,
276
impl_version: 1,
277
apis: RUNTIME_API_VERSIONS,
278
transaction_version: 1,
0 commit comments