Unverified Commit d50fbc86 authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Fix kusama local chain name (#3619)

parent 88db2d85
Pipeline #152240 passed with stages
in 41 minutes and 10 seconds
...@@ -112,7 +112,7 @@ on Github, or ...@@ -112,7 +112,7 @@ on Github, or
[AWS](https://releases.parity.io/polkadot/x86_64-debian:stretch/{{ env.VERSION }}-rc1/polkadot) [AWS](https://releases.parity.io/polkadot/x86_64-debian:stretch/{{ env.VERSION }}-rc1/polkadot)
(adjust the rc in this URL as necessary). (adjust the rc in this URL as necessary).
2. Run the release-candidate binary using a local chain: 2. Run the release-candidate binary using a local chain:
`./polkadot --chain=polkadot-local` or `./polkadot --chain=kusama.local` `./polkadot --chain=polkadot-local` or `./polkadot --chain=kusama-local`
3. Use [`polkadot-js-tools`](https://github.com/polkadot-js/tools) to compare 3. Use [`polkadot-js-tools`](https://github.com/polkadot-js/tools) to compare
the metadata: the metadata:
- For Polkadot: `docker run --network host jacogr/polkadot-js-tools metadata wss://rpc.polkadot.io ws://localhost:9944` - For Polkadot: `docker run --network host jacogr/polkadot-js-tools metadata wss://rpc.polkadot.io ws://localhost:9944`
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment