forked from xero-official/blockscout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchainspec.json
More file actions
40 lines (40 loc) · 978 Bytes
/
chainspec.json
File metadata and controls
40 lines (40 loc) · 978 Bytes
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
37
38
39
40
{
"name": "Xerom",
"engine": {
"Ethash": {
"params": {
"gasLimitBoundDivisor": "0x0400",
"minimumDifficulty": "0x020000",
"difficultyBoundDivisor": "0x0800",
"durationLimit": "0xD",
"blockReward": "0x1314FB37062980000",
"registrar": "",
"homesteadTransition": "0x0"
}
}
},
"params": {
"accountStartNonce": "0x0100000",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID" : "0x140ADC"
},
"genesis": {
"seal": {
"ethereum": {
"nonce": "0x0000000000000042",
"mixHash": "0x00000000000000000000000000000000000000647572616c65787365646c6578"
}
},
"difficulty": "2E90EDD000",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x646563656e7472616c697a6564206279206e6174757265",
"gasLimit": "0x2fefd8"
},
"nodes": [
],
"accounts": {
}
}