We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb9c78 commit 07d504cCopy full SHA for 07d504c
runtime/src/lib.rs
@@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
106
// `spec_version`, and `authoring_version` are the same between Wasm and native.
107
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
108
// the compatible custom types.
109
- spec_version: 121,
+ spec_version: 122,
110
impl_version: 1,
111
apis: RUNTIME_API_VERSIONS,
112
transaction_version: 1,
0 commit comments