From 140697bd5dd459609f39d54161830b02a4decc45 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Fri, 6 Dec 2019 16:58:29 +0200 Subject: [PATCH] Connect to newest testnet README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bec89f5e..4aafcf63 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Ensure you have a fresh start if updating from another version: ./scripts/purge-chain.sh ``` -To start up the Edgeware node and connect to testnet 0.9.0, run: +To start up the Edgeware node and connect to testnet 0.9.9, run: ``` -./target/release/edgeware --chain=chains/testnet-0.9.0.json --name +./target/release/edgeware --chain=edg-0.9.9 --name ```