-
Notifications
You must be signed in to change notification settings - Fork 4
/
genesis.json
36 lines (36 loc) · 1.75 KB
/
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
{
"nonce": "0x0000000000000042",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"difficulty": "0x01",
"coinbase": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x47e7c5",
"config": {
"chainId": 12342,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"ByzantiumBlock": 0,
"ethash": {}
},
"alloc": {
"0x0000000000000000000000000000000000000001": {"balance": "1"},
"0x0000000000000000000000000000000000000002": {"balance": "1"},
"0x0000000000000000000000000000000000000003": {"balance": "1"},
"0x0000000000000000000000000000000000000004": {"balance": "1"},
"0x627306090abab3a6e1400e9345bc60c78a8bef57": {"balance": "999000000000000000000"},
"0xf17f52151ebef6c7334fad080c5704d77216b732": {"balance": "999000000000000000000"},
"0xc5fdf4076b8f3a5357c5e395ab970b5b54098fef": {"balance": "999000000000000000000"},
"0x821aea9a577a9b44299b9c15c88cf3087f3b5544": {"balance": "999000000000000000000"},
"0x0d1d4e623d10f9fba5db95830f7d3839406c6af2": {"balance": "999000000000000000000"},
"0x2932b7a2355d6fecc4b5c0b6bd44cc31df247a2e": {"balance": "999000000000000000000"},
"0x2191ef87e392377ec08e7c08eb105ef5448eced5": {"balance": "999000000000000000000"},
"0x0f4f2ac550a1b4e2280d04c21cea7ebd822934b5": {"balance": "999000000000000000000"},
"0x6330a553fc93768f612722bb8c2ec78ac90b3bbc": {"balance": "999000000000000000000"},
"0x5aeda56215b167893e80b4fe645ba6d5bab767de": {"balance": "999000000000000000000"}
}
}