aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/testdata/stureby_aleth.json
blob: 1ef1d8ae1866ce146e8d3e14977c15b037d8098b (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "sealEngine":"Ethash",
  "params":{
    "accountStartNonce":"0x00",
    "maximumExtraDataSize":"0x20",
    "homesteadForkBlock":"0x2710",
    "daoHardforkBlock":"0x00",
    "EIP150ForkBlock":"0x3a98",
    "EIP158ForkBlock":"0x59d8",
    "byzantiumForkBlock":"0x7530",
    "constantinopleForkBlock":"0x9c40",
    "minGasLimit":"0x1388",
    "maxGasLimit":"0x7fffffffffffffff",
    "tieBreakingGas":false,
    "gasLimitBoundDivisor":"0x0400",
    "minimumDifficulty":"0x20000",
    "difficultyBoundDivisor":"0x0800",
    "durationLimit":"0x0d",
    "blockReward":"0x4563918244F40000",
    "networkID":"0x4cb2e",
    "chainID":"0x4cb2e",
    "allowFutureBlocks":false
  },
  "genesis":{
    "nonce":"0x0000000000000000",
    "difficulty":"0x20000",
    "mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
    "author":"0x0000000000000000000000000000000000000000",
    "timestamp":"0x59a4e76d",
    "parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
    "extraData":"0x0000000000000000000000000000000000000000000000000000000b4dc0ffee",
    "gasLimit":"0x47b760"
  },
  "accounts":{
    "0000000000000000000000000000000000000001":{
      "balance":"1",
      "precompiled":{
        "name":"ecrecover",
        "linear":{
          "base":3000,
          "word":0
        }
      }
    },
    "0000000000000000000000000000000000000002":{
      "balance":"1",
      "precompiled":{
        "name":"sha256",
        "linear":{
          "base":60,
          "word":12
        }
      }
    },
    "0000000000000000000000000000000000000003":{
      "balance":"1",
      "precompiled":{
        "name":"ripemd160",
        "linear":{
          "base":600,
          "word":120
        }
      }
    },
    "0000000000000000000000000000000000000004":{
      "balance":"1",
      "precompiled":{
        "name":"identity",
        "linear":{
          "base":15,
          "word":3
        }
      }
    },
    "0000000000000000000000000000000000000005":{
      "balance":"1",
      "precompiled":{
        "name":"modexp",
        "startingBlock":"0x7530"
      }
    },
    "0000000000000000000000000000000000000006":{
      "balance":"1",
      "precompiled":{
        "name":"alt_bn128_G1_add",
        "startingBlock":"0x7530",
        "linear":{
          "base":500,
          "word":0
        }
      }
    },
    "0000000000000000000000000000000000000007":{
      "balance":"1",
      "precompiled":{
        "name":"alt_bn128_G1_mul",
        "startingBlock":"0x7530",
        "linear":{
          "base":40000,
          "word":0
        }
      }
    },
    "0000000000000000000000000000000000000008":{
      "balance":"1",
      "precompiled":{
        "name":"alt_bn128_pairing_product",
        "startingBlock":"0x7530"
      }
    }
  }
}