|
@@ -49,7 +49,7 @@ this script will build and run a fresh new local development chain (purging exis
|
|
|
Use the `--chain` argument, and specify the path to the genesis `chain.json` file for that public network. The JSON "chain spec" files for Joystream public networks can be found in [../testnets/](../testnets/).
|
|
|
|
|
|
```bash
|
|
|
-./target/release/joystream-node --chain testnets/joy-testnet-4.json
|
|
|
+./target/release/joystream-node --chain testnets/joy-testnet-5.json
|
|
|
```
|
|
|
|
|
|
### Tests and code quality
|
|
@@ -85,5 +85,5 @@ WASM_BUILD_TOOLCHAIN=nightly-2021-03-24 cargo install joystream-node --path node
|
|
|
Now you can run and connect to the testnet:
|
|
|
|
|
|
```bash
|
|
|
-joystream-node --chain testnets/joy-testnet-4.json
|
|
|
+joystream-node --chain testnets/joy-testnet-5.json
|
|
|
```
|