-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.sample
34 lines (34 loc) · 1.15 KB
/
config.json.sample
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
{
"nodeAddr": "localhost",
"gethPort": 8545,
"tendermintAddr": "127.0.0.1:26657",
"syncConsensus" : true,
"startBlock": 0,
"quiet": false,
"syncAll": true,
"patch": true,
"patchBlocks": 100,
"bulkSize": 100,
"settings": {
"symbol": "PHT",
"name": "Lightchain",
"title": "Lightchain Block Explorer",
"author": "Gabriel Garrido",
"contact": "mailto:[email protected]",
"about": "Project forked of ",
"medium": "https://medium.com/lightstreams",
"reddit": "https://www.reddit.com/r/LightstreamsNetwork",
"twitter": "https://twitter.com/lightstreams_io",
"linkedin": "https://www.linkedin.com/company/lightstreams-io",
"github": "https://github.com/lightstreams-network",
"logo": "/img/logo-company.png",
"customCss": "blue-gray.css",
"copyright": "2018 © All Rights Reserved - Lightstreams Network OÜ. Registered in Estonia.",
"validators": {
},
"genesisAllocation": {
},
"tokenDistributionAddress": "",
"chainId": "160"
}
}