From 010f106e24c744c3a1940f176b93d5e5abccce97 Mon Sep 17 00:00:00 2001 From: BenWhiteJam <41975995+BenWhiteJam@users.noreply.github.com> Date: Fri, 15 Jan 2021 21:50:43 +0100 Subject: [PATCH] update local setup to rococo-v1 (#293) --- cumulus/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cumulus/README.md b/cumulus/README.md index 6703922782..8502a46240 100644 --- a/cumulus/README.md +++ b/cumulus/README.md @@ -85,7 +85,8 @@ chain, and from the relay chain to its destination parachain. ```bash # Compile Polkadot with the real overseer feature git clone https://github.com/paritytech/polkadot -git checkout master +git fetch +git checkout rococo-v1 cargo build --release --features=real-overseer # Generate a raw chain spec @@ -103,7 +104,8 @@ cargo build --release --features=real-overseer ```bash # Compile git clone https://github.com/paritytech/cumulus -git checkout master +git fetch +git checkout rococo-v1 cargo build --release # Export genesis state