Skip to content

Commit 1128d57

Browse files
llm
1 parent 21e7f4e commit 1128d57

File tree

4 files changed

+235
-223
lines changed

4 files changed

+235
-223
lines changed

.ai/categories/parachains.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5069,6 +5069,12 @@ To create a plain chain specification, first ensure that the runtime has been co
50695069
chain-spec-builder create -r INSERT_RUNTIME_WASM_PATH INSERT_COMMAND
50705070
```
50715071

5072+
To generate your chain specification in a specific directory, use the `--chain-spec-path` flag:
5073+
5074+
```bash
5075+
chain-spec-builder --chain-spec-path INSERT_OUTPUT_PATH create -r INSERT_RUNTIME_WASM_PATH INSERT_COMMAND
5076+
```
5077+
50725078
Replace `INSERT_RUNTIME_WASM_PATH` with the path to the runtime Wasm file and `INSERT_COMMAND` with the command to insert the runtime into the chain specification.
50735079

50745080
The available commands are:

.ai/pages/develop-parachains-deployment-generate-chain-specs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ To create a plain chain specification, first ensure that the runtime has been co
102102
chain-spec-builder create -r INSERT_RUNTIME_WASM_PATH INSERT_COMMAND
103103
```
104104

105+
To generate your chain specification in a specific directory, use the `--chain-spec-path` flag:
106+
107+
```bash
108+
chain-spec-builder --chain-spec-path INSERT_OUTPUT_PATH create -r INSERT_RUNTIME_WASM_PATH INSERT_COMMAND
109+
```
110+
105111
Replace `INSERT_RUNTIME_WASM_PATH` with the path to the runtime Wasm file and `INSERT_COMMAND` with the command to insert the runtime into the chain specification.
106112

107113
The available commands are:

0 commit comments

Comments
 (0)