-
Notifications
You must be signed in to change notification settings - Fork 347
/
clique-genesis.json
54 lines (54 loc) · 1.92 KB
/
clique-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
{
"alloc": {
"0xed9d02e382b34818e88b88a309c7fe71e65f419d": {
"balance": "1000000000000000000000000000"
},
"0xca843569e3427144cead5e4d5999a3d0ccf92b8e": {
"balance": "1000000000000000000000000000"
},
"0x0fbdc686b912d7722dc86510934589e0aaf3b55a": {
"balance": "1000000000000000000000000000"
},
"0x9186eb3d20cbd1f5f992a950d808c4495153abd5": {
"balance": "1000000000000000000000000000"
},
"0x0638e1574728b6d862dd5d3a3e0942c3be47d996": {
"balance": "1000000000000000000000000000"
}
},
"coinbase": "0x0000000000000000000000000000000000000000",
"config": {
"homesteadBlock": 0,
"byzantiumBlock": 0,
"constantinopleBlock":0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"chainId": 10,
"eip150Block": 0,
"eip155Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip158Block": 0,
"qip714Block": 100,
"isQuorum": true,
"privacyPrecompileBlock": 0,
"maxCodeSizeConfig" : [
{
"block" : 0,
"size" : 64
}
],
"clique": {
"period": 2,
"epoch": 30000
}
},
"difficulty": "0x0",
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000000638e1574728b6d862dd5d3a3e0942c3be47d9960fbdc686b912d7722dc86510934589e0aaf3b55a9186eb3d20cbd1f5f992a950d808c4495153abd5ae9bc6cd5145e67fbd1887a5145271fd182f0ee7ca843569e3427144cead5e4d5999a3d0ccf92b8ecc71c7546429a13796cf1bf9228bff213e7ae9cced9d02e382b34818e88b88a309c7fe71e65f419d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0xE0000000",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp": "0x00",
"number": "0x0",
"gasUsed": "0x0"
}