Introduce new testnet ready for 0.10 (#1677)

* Introduce new testnet ready for 0.10

* Upgraded dd spec
This commit is contained in:
Gav Wood
2019-02-20 16:16:35 +01:00
committed by Arkadiy Paronyan
parent bd89003e43
commit c3e6572886
7 changed files with 103 additions and 102 deletions
+3 -3
View File
@@ -278,9 +278,9 @@ cargo run --release \-- \
Additional Substate CLI usage options are available and may be shown by running `cargo run \-- --help`.
=== Joining the Charred Cherry Testnet
=== Joining the Dried Danta Testnet
Charred Cherry is the new testnet for Substrate 1.0 beta. Please note that 1.0 beta is not compatible with the BBQ-Birch testnet. Ensure you have the dependencies listed above before compiling.
Dried Danta is the new testnet for Substrate 1.0 gamma. Please note that 1.0 gamma is not compatible with the BBQ-Birch or Charred-Cherry testnets. Ensure you have the dependencies listed above before compiling.
[source, shell]
----
@@ -308,7 +308,7 @@ For example, you can choose a custom node name:
[source, shell]
cargo run --release \-- --name my_custom_name
If you are successful, you will see your node syncing at https://telemetry.polkadot.io/#/Charred%20Cherry
If you are successful, you will see your node syncing at https://telemetry.polkadot.io/#/Dried%20Danta
== Documentation