mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 09:21:02 +00:00
Statemine Release Prep (#460)
* set default para id to 1000 * add genesis value generation script * add statemine chain spec and genesis values * add westmint chain spec and genesis values * rename chain specs to _genesis to indicate that they are not usable for syncing the chain * adjust chain names to reduce confusion * add westmint chain spec * set chain id to shell * comment out statemine chain spec * fix build Co-authored-by: joepetrowski <joe@parity.io>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "generate_genesis_values",
|
||||
"version": "1.0.0",
|
||||
"description": "filter genesis key-value pairs from a chain spec and store them",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"generate": "node index.js"
|
||||
},
|
||||
"author": "Parity Technologies <admin@parity.io>",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@polkadot/util-crypto": "^6.5.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user