A new substrate-node testnet for 1.0beta (#1280)

* Add new testnet

* Rename

* Update lib.rs

* Rename ctd.

* Remove BBQ Birch Testnet reference from Readme

* Fix comment

* Update keys
This commit is contained in:
Gav Wood
2018-12-17 18:57:07 +01:00
committed by GitHub
parent 1c104e0568
commit ac2c44f322
5 changed files with 102 additions and 95 deletions
-3
View File
@@ -223,9 +223,6 @@ You can start a development chain with:
[source, shell]
cargo run -- --dev
Or you can join the BBQ Birch Testnet with:
[source, shell]
cargo run
Detailed logs may be shown by running the node with the following environment variables set: `RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --dev`.