Skip to content

Commit

Permalink
copy notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Mar 7, 2024
1 parent bbb4394 commit e00255d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/types-support/src/metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e00255d

Please sign in to comment.