-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenesis.json
More file actions
23 lines (23 loc) · 740 Bytes
/
genesis.json
File metadata and controls
23 lines (23 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"config": {
"chainId": 42,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"nonce": "0x0000000000000042",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x8000000",
"difficulty": "0x400",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x3333333333333333333333333333333333333333",
"alloc": {
"0x80d4dddffd9d1292f16045166aecdaf34b82a0fb": {
"balance": "200000000000000000000000000"
},
"0xde0aa3182d68e25520e12247e078cc7a60fa96fe": {
"balance": "200000000000000000000000000"
}
}
}