From e00255d9d3b03d65b9fcdd1936d54d5acdce64e3 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Thu, 7 Mar 2024 08:21:29 -0500 Subject: [PATCH] copy notes --- packages/types-support/src/metadata/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/types-support/src/metadata/README.md b/packages/types-support/src/metadata/README.md index 128886cdc447..c11ee6c106b7 100644 --- a/packages/types-support/src/metadata/README.md +++ b/packages/types-support/src/metadata/README.md @@ -18,7 +18,8 @@ $ cargo build --release -p chain-spec-generator --features fast-runtime $ ./target/release/chain-spec-generator polkadot-dev > polkadotDevChainSpec.json ``` -Note: For kusama just change the `polkadotDevChainSpec.json` to `kusamaDevChainSpec.json`. +- For kusama just change the `polkadotDevChainSpec.json` to `kusamaDevChainSpec.json`. +- When you have the `polkadot-sdk` cloned, make sure to copy the chainspec from the `runtimes` repository to `polkadot-sdk` repository. Clone the [polkadot-sdk](https://github.com/paritytech/polkadot-sdk) repository, checkout the most recent releases tag and from the ROOT run: