status-go/config/status-chain-genesis.json
Pedro Pombeiro 3d00af7fa3
Streamline configuration in status-go. Part of #1180 (#1183)
- Replace command line flags with `-c` config flag. Part of #1180
- Convert node config private keys to hex-encoded string versions.
- Remove `GenerateConfig` from library.
- Remove unused `FirebaseConfig` from library.
- Fix loading of `config/status-chain-genesis.json` in non-dev machines.
2018-09-13 18:31:29 +02:00

23 lines
612 B
JSON

{
"alloc": {
"bF164ca341326a03b547c05B343b2E21eFAe24b9": {
"balance": "0x10F0CF064DD59200000"
},
"205a5d0e72ff65079fcabb4a63e33d28aa6def2c": {
"balance": "0x10F0CF064DD59200000"
}
},
"config": {
"chainId": 777,
"homesteadBlock": 0,
"daoForkSupport": true,
"byzantiumBlock": 0,
"eip150Hash": "0x50e6edb4e90d9616ac8bf7119ee37c4048c41ad09328676e1b39dc68a0ecfb3d",
"eip155Block": 0,
"eip158Block": 0
},
"difficulty": "0x100000",
"extraData": "0x537461747573436861696e20507269766174652054657374696e67204e6574776f726b",
"gasLimit": "0x1000000"
}