Skip to content

Commit 4b197e9

Browse files
nhussein11Yung-Beef0xLucca
authored
Update deploy-to-testnet.md (#513) (#537)
* Update deploy-to-testnet.md (#513) * Update deploy-to-testnet.md * Update tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md Co-authored-by: 0xLucca <[email protected]> * Update tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md --------- Co-authored-by: Nicolás Hussein <[email protected]> Co-authored-by: 0xLucca <[email protected]> * fix: llms --------- Co-authored-by: Yung Beef 4.2 <[email protected]> Co-authored-by: 0xLucca <[email protected]>
1 parent de2647d commit 4b197e9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25139,6 +25139,8 @@ Polkadot SDK-based blockchains are defined by a file called the [chain specifica
2513925139
- **Plain chain spec** - a human-readable JSON file that can be modified to suit your parachain's requirements. It serves as a template for initial configuration and includes human-readable keys and structures
2514025140
- **Raw chain spec** - a binary-encoded file used to start your parachain node. This file is generated from the plain chain spec and contains the encoded information necessary for the parachain node to synchronize with the blockchain network. It ensures compatibility across different runtime versions by providing data in a format directly interpretable by the node's runtime, regardless of upgrades since the chain's genesis
2514125141

25142+
The chain spec file is only required during the initial blockchain creation (genesis). You do not need to generate a new chain spec when performing runtime upgrades after your chain is already running.
25143+
2514225144
The files required to register a parachain must specify the correct relay chain to connect to and the parachain identifier you have been assigned. To make these changes, you must build and modify the chain specification file for your parachain. In this tutorial, the relay chain is `paseo`, and the parachain identifier is `4508`.
2514325145

2514425146
To define your chain specification:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ Polkadot SDK-based blockchains are defined by a file called the [chain specifica
9898
- **Plain chain spec** - a human-readable JSON file that can be modified to suit your parachain's requirements. It serves as a template for initial configuration and includes human-readable keys and structures
9999
- **Raw chain spec** - a binary-encoded file used to start your parachain node. This file is generated from the plain chain spec and contains the encoded information necessary for the parachain node to synchronize with the blockchain network. It ensures compatibility across different runtime versions by providing data in a format directly interpretable by the node's runtime, regardless of upgrades since the chain's genesis
100100

101+
The chain spec file is only required during the initial blockchain creation (genesis). You do not need to generate a new chain spec when performing runtime upgrades after your chain is already running.
102+
101103
The files required to register a parachain must specify the correct relay chain to connect to and the parachain identifier you have been assigned. To make these changes, you must build and modify the chain specification file for your parachain. In this tutorial, the relay chain is `paseo`, and the parachain identifier is `4508`.
102104

103105
To define your chain specification:

0 commit comments

Comments
 (0)