pezstaging-chain-spec-builder 1.6.1

Utility for building chain-specification files for Bizinikiwi-based runtimes based on `pezsp-genesis-builder`
Documentation
{
  "name": "Custom",
  "id": "custom",
  "chainType": "Live",
  "bootNodes": [],
  "telemetryEndpoints": null,
  "protocolId": null,
  "properties": {
    "tokenDecimals": 12,
    "tokenSymbol": "UNIT"
  },
  "codeSubstitutes": {},
  "genesis": {
    "runtimeGenesis": {
      "code": "0x010203",
      "config": {
        "babe": {
          "authorities": [],
          "epochConfig": {
            "allowed_slots": "PrimaryAndSecondaryVRFSlots",
            "c": [
              1,
              4
            ]
          }
        },
        "balances": {
          "balances": [],
          "devAccounts": null
        },
        "bizinikiwiTest": {
          "authorities": []
        },
        "system": {}
      }
    }
  }
}