github.com/calmw/ethereum@v0.1.1/cmd/devp2p/internal/ethtest/testdata/genesis.json (about)

     1  {
     2      "config": {
     3          "chainId": 19763,
     4          "homesteadBlock": 0,
     5          "eip150Block": 0,
     6          "eip155Block": 0,
     7          "eip158Block": 0,
     8          "byzantiumBlock": 0,
     9          "terminalTotalDifficultyPassed": true,
    10          "ethash": {}
    11      },
    12      "nonce": "0xdeadbeefdeadbeef",
    13      "timestamp": "0x0",
    14      "extraData": "0x0000000000000000000000000000000000000000000000000000000000000000",
    15      "gasLimit": "0x80000000",
    16      "difficulty": "0x20000",
    17      "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    18      "coinbase": "0x0000000000000000000000000000000000000000",
    19      "alloc": {
    20          "71562b71999873db5b286df957af199ec94617f7": {
    21              "balance": "0xffffffffffffffffffffffffff"
    22          }
    23      },
    24      "number": "0x0",
    25      "gasUsed": "0x0",
    26      "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
    27  }