Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 0fb3d76

Browse files
authored
Rococo v1-1 (#2333)
* Rococo V2 * Do it again! * Rename
1 parent 441cb9b commit 0fb3d76

File tree

2 files changed

+104
-113
lines changed

2 files changed

+104
-113
lines changed

node/service/res/rococo.json

Lines changed: 102 additions & 111 deletions
Large diffs are not rendered by default.

runtime/rococo/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
9898
/// Runtime version (Rococo).
9999
pub const VERSION: RuntimeVersion = RuntimeVersion {
100100
spec_name: create_runtime_str!("rococo"),
101-
impl_name: create_runtime_str!("parity-rococo-v1"),
101+
impl_name: create_runtime_str!("parity-rococo-v1-1"),
102102
authoring_version: 0,
103-
spec_version: 19,
103+
spec_version: 200,
104104
impl_version: 0,
105105
#[cfg(not(feature = "disable-runtime-api"))]
106106
apis: RUNTIME_API_VERSIONS,

0 commit comments

Comments
 (0)