mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
32 lines
1,018 B
JSON
32 lines
1,018 B
JSON
{
|
|
"config": {
|
|
"chainId": 1337,
|
|
"homesteadBlock":0,
|
|
"eip150Block":0,
|
|
"eip155Block":10,
|
|
"eip158Block":10,
|
|
"eip160Block":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"
|
|
}
|