Skip to content

Commit ee5ccfe

Browse files
authored
Update tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md
1 parent 1d981fe commit ee5ccfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Polkadot SDK-based blockchains are defined by a file called the [chain specifica
9898
- **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
9999

100100
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.
101+
101102
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`.
102103

103104
To define your chain specification:

0 commit comments

Comments
 (0)