Skip to content

Commit 34fd0ee

Browse files
CrackTheCode016nhussein11dawnkelly09
authored
Fix - Add chain spec path argument (#1136)
* Add chain spec path argument * llm * fix: llms * fix: llms * fresh llms --------- Co-authored-by: nhussein11 <[email protected]> Co-authored-by: DAWN KELLY <[email protected]>
1 parent 92c315c commit 34fd0ee

File tree

5 files changed

+241
-223
lines changed

5 files changed

+241
-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)