forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgeth.json
31 lines (31 loc) · 992 Bytes
/
geth.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
{
"config": {
"chainId": 1337,
"homesteadBlock":0,
"eip150Block":0,
"eip155Block":10,
"eip158Block":10
},
"nonce": "0x0000000000000042",
"alloc": {
"0x0000000000000000000000000000000000000001": {
"balance": "1"
},
"0x0000000000000000000000000000000000000002": {
"balance": "1"
},
"0x0000000000000000000000000000000000000003": {
"balance": "1"
},
"0x0000000000000000000000000000000000000004": {
"balance": "1"
}
},
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x3535353535353535353535353535353535353535353535353535353535353535",
"gasLimit": "0x1000000",
"difficulty": "0x10000",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000"
}