aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/testdata/stureby_geth.json
blob: c8c3b3c9564c2285f7f4998b723abe00db9092c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "config": {
    "ethash":{},
    "chainId": 314158,
    "homesteadBlock": 10000,
    "eip150Block": 15000,
    "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "eip155Block": 23000,
    "eip158Block": 23000,
    "byzantiumBlock": 30000,
    "constantinopleBlock": 40000
  },
  "nonce": "0x0",
  "timestamp": "0x59a4e76d",
  "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "extraData": "0x0000000000000000000000000000000000000000000000000000000b4dc0ffee",
  "gasLimit": "0x47b760",
  "difficulty": "0x20000",
  "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "coinbase": "0x0000000000000000000000000000000000000000",
  "alloc": {
    "0000000000000000000000000000000000000001": {
      "balance": "0x01"
    },
    "0000000000000000000000000000000000000002": {
      "balance": "0x01"
    },
    "0000000000000000000000000000000000000003": {
      "balance": "0x01"
    },
    "0000000000000000000000000000000000000004": {
      "balance": "0x01"
    },
    "0000000000000000000000000000000000000005": {
      "balance": "0x01"
    },
    "0000000000000000000000000000000000000006": {
      "balance": "0x01"
    },
    "0000000000000000000000000000000000000007": {
      "balance": "0x01"
    },
    "0000000000000000000000000000000000000008": {
      "balance": "0x01"
    }
  }
}