-
Notifications
You must be signed in to change notification settings - Fork 6
/
genesis.json
38 lines (38 loc) · 1.09 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
{
"config": {
"chainId": 496,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"progpowBlock": 0,
"ethercoreBlock": 0,
"ecip1017EraRounds": 100000000,
"ethash": {}
},
"nonce": "0x42",
"timestamp": "0x5e0be100",
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x7a1200",
"difficulty": "0x80000",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"alloc": {
"0xf09a82A9534f7C362217c6c615FB2a42375e74Cb": {
"balance": "0x52b7d2dcc80cd2e4000000"
},
"0xa75Ed73A90EEb4412a5757184e85cdFBb05653B4": {
"balance": "0x121836204bc2ce21e000000"
},
"0x69D2F31974cA62E982693c9e900eEA2d17Ae8a3A": {
"balance": "0x295be96e64066972000000"
}
},
"number": "0x0",
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
}