forked from esculapeso/core-geth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
updated_genesis.json
37 lines (37 loc) · 1.01 KB
/
updated_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
{
"config": {
"chainId": 64879,
"homesteadBlock": 0,
"eip150Block": 16,
"eip155Block": 32,
"eip158Block": 48,
"byzantiumBlock": 64,
"constantinopleBlock": 80,
"petersburgBlock": 96,
"istanbulBlock": 112,
"berlinBlock": 128,
"londonBlock": 144,
"ethash": {}
},
"nonce": "0x0",
"timestamp": "0x6048d57c",
"extraData": "0x42",
"gasLimit": "0x2fefd8",
"difficulty": "0x20000",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"number": "0x0",
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"alloc": {
"0xdbb9a7b465a515642050a5788d6d5575e7732c07": {
"balance": "0x341CC4D7E46E7A9F000000"
},
"0xdb95ba98b54f6c078daad9c07783f2efeccefff6": {
"balance": "0x457BB11FDB3DF8D4000000"
},
"0x9636470f2e7093f324a745e6971342c150b4b5a9": {
"balance": "0x341CC4D7E46E7A9F000000"
}
}
}