update Rococo.json (#3871)

This commit is contained in:
Robert Habermeier
2021-09-16 15:26:48 -05:00
committed by GitHub
parent f8e5d7dc0a
commit 3c0b7d95f5
2 changed files with 148 additions and 146 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -102,9 +102,9 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Rococo).
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v1.7"),
impl_name: create_runtime_str!("parity-rococo-v1.8"),
authoring_version: 0,
spec_version: 9102,
spec_version: 9103,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,