Unverified Commit 963414ea authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

New Rococo genesis (#3065)

parent 9c2b4616
Pipeline #138824 passed with stages
in 16 minutes and 55 seconds
This diff is collapsed.
......@@ -108,9 +108,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.5"),
impl_name: create_runtime_str!("parity-rococo-v1.6"),
authoring_version: 0,
spec_version: 9001,
spec_version: 9003,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment