diff --git a/resources/metadata.scale b/resources/metadata.scale index feb60cefbc8d373fe604fd8131627d364bf79d79..40dabe8e9f18368994afebb474e4c1c07ab62171 100644 Binary files a/resources/metadata.scale and b/resources/metadata.scale differ diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs index d3358671cf9b7f18d1f8d85ff1f36b1e26bc76b5..c71865c95159ab5121317fdf95af14374a9c50c8 100644 --- a/runtime/g1/src/lib.rs +++ b/runtime/g1/src/lib.rs @@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 700, + spec_version: 701, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtime/gdev/src/lib.rs b/runtime/gdev/src/lib.rs index 6b369df1a051f6050a78c55adc4d202711d887c0..82eb29bc9330fc3ff5c6dea3cd4f47b36602c3c6 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 700, + spec_version: 701, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtime/gtest/src/lib.rs b/runtime/gtest/src/lib.rs index 385b9968a409e9d20cdbe9f791371908e2625077..8ee543dc79b4fa9f00c342e7e718ec4de406abf5 100644 --- a/runtime/gtest/src/lib.rs +++ b/runtime/gtest/src/lib.rs @@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 700, + spec_version: 701, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,