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 b07fdbb commit ea7e1deCopy full SHA for ea7e1de
runtime/src/lib.rs
@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142
// `spec_version`, and `authoring_version` are the same between Wasm and native.
143
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
144
// the compatible custom types.
145
- spec_version: 201,
+ spec_version: 202,
146
impl_version: 1,
147
apis: RUNTIME_API_VERSIONS,
148
transaction_version: 1,
0 commit comments