Skip to content

Commit 6347bfe

Browse files
authored
Update export-genesis- deploy-to-testnet.md (#676)
* Update export-genesis- deploy-to-testnet.md export-genesis-head * update llms
1 parent 76a6200 commit 6347bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27333,7 +27333,7 @@ To prepare the parachain collator to be registered on Paseo, follow these steps:
2733327333
2. Export the genesis state for the parachain by running the following command:
2733427334

2733527335
```bash
27336-
polkadot-omni-node export-genesis-state \
27336+
polkadot-omni-node export-genesis-head \
2733727337
--chain raw_chain_spec.json para-state
2733827338
```
2733927339

tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ To prepare the parachain collator to be registered on Paseo, follow these steps:
162162
2. Export the genesis state for the parachain by running the following command:
163163

164164
```bash
165-
polkadot-omni-node export-genesis-state \
165+
polkadot-omni-node export-genesis-head \
166166
--chain raw_chain_spec.json para-state
167167
```
168168

0 commit comments

Comments
 (0)