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.
humanode-runtime
spec_version
1 parent 0a02310 commit a7ee0aaCopy full SHA for a7ee0aa
crates/humanode-runtime/src/lib.rs
@@ -219,7 +219,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
219
// `spec_version`, and `authoring_version` are the same between Wasm and native.
220
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
221
// the compatible custom types.
222
- spec_version: 116,
+ spec_version: 117,
223
impl_version: 1,
224
apis: RUNTIME_API_VERSIONS,
225
transaction_version: 1,
0 commit comments