From c40f0803949d9044f7bf2b29917f5ea95759d41a Mon Sep 17 00:00:00 2001 From: Chevdor Date: Wed, 11 Aug 2021 11:51:00 +0200 Subject: [PATCH] Fix kusama local chain name (#3619) --- polkadot/.github/ISSUE_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.github/ISSUE_TEMPLATE/release.md b/polkadot/.github/ISSUE_TEMPLATE/release.md index 0516ae4090..c0003542c2 100644 --- a/polkadot/.github/ISSUE_TEMPLATE/release.md +++ b/polkadot/.github/ISSUE_TEMPLATE/release.md @@ -112,7 +112,7 @@ on Github, or [AWS](https://releases.parity.io/polkadot/x86_64-debian:stretch/{{ env.VERSION }}-rc1/polkadot) (adjust the rc in this URL as necessary). 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 the metadata: - For Polkadot: `docker run --network host jacogr/polkadot-js-tools metadata wss://rpc.polkadot.io ws://localhost:9944`