PolymeshAssociation / Polymesh

Node for Polymesh Blockchain
https://polymesh.network/
GNU General Public License v3.0
165 stars 47 forks source link

Add staging network #1621

Closed adamdossa closed 8 months ago

adamdossa commented 8 months ago

changelog

This adds a staging chainspec json file and allows --chain staging to be used.

Neopallium commented 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.