Closed adamdossa closed 8 months ago
Note I made this change to the raw spec:
- "name": "Polymesh Testnet Develop",
- "id": "dev_testnet",
+ "name": "Polymesh Staging",
+ "id": "staging",
The name
field just changes what Polkadot.js webapp shows, so it is just informational from the node. The id
field is used for building the path to the DB/keystore files. It is possible to just rename the dev_testnet
folder to staging
to avoid a re-sync.
changelog
This adds a staging chainspec json file and allows
--chain staging
to be used.