-
Notifications
You must be signed in to change notification settings - Fork 2
/
genesis.json
71 lines (71 loc) · 2.04 KB
/
genesis.json
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
{
"alloc" : {
"0000000000000000000000000000000000000001" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000002" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000003" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000004" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000005" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000006" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000007" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000008" : {
"balance" : "0x1"
},
"0000000000000000000000000000000000000009" : {
"balance" : "0x1"
},
"0x512C05576b2047293aF1ba00c18eb014D838D1E9": {
"balance": "9999999999999999999999999"
},
"0xC08B5542D177ac6686946920409741463a15dDdB": {
"balance": "9999999999999999999999999"
}
},
"baseFeePerGas" : "0x3b9aca00",
"blobGasUsed" : null,
"coinbase" : "0x0000000000000000000000000000000000000000",
"config" : {
"arrowGlacierBlock" : 0,
"berlinBlock" : 0,
"byzantiumBlock" : 0,
"cancunTime": 0,
"chainId" : 1337,
"constantinopleBlock" : 0,
"eip150Block" : 0,
"eip155Block" : 0,
"eip158Block" : 0,
"grayGlacierBlock" : 0,
"homesteadBlock" : 0,
"istanbulBlock" : 0,
"londonBlock" : 0,
"muirGlacierBlock" : 0,
"petersburgBlock" : 0,
"shanghaiBlock": 0,
"shanghaiTime" : 0,
"terminalTotalDifficulty" : 0,
"terminalTotalDifficultyPassed" : true
},
"difficulty" : "0x0",
"excessBlobGas" : null,
"extraData" : "0x",
"gasLimit" : "0xaf79e0",
"gasUsed" : "0x0",
"mixHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce" : "0x0",
"number" : "0x0",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x0"
}