forked from tao-foundation/explorer1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
35 lines (35 loc) · 1.2 KB
/
config.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
{
"nodeAddr": "localhost",
"gethPort": 8545,
"startBlock": 0,
"endBlock": "latest",
"quiet": true,
"syncAll": true,
"patch": true,
"patchBlocks": 100,
"bulkSize": 100,
"settings": {
"symbol": "TEO",
"name": "TEO (TrustEthreOrigin)",
"title": "TEO Block Explorer",
"author": "trustfarm",
"contact": "mailto:admin@tao.foundation",
"about": "This is an open source TEO Blockchain Explorer.",
"rss": "https://forum.tao.foundation",
"reddit": "https://www.reddit.com/r/taofoundation",
"twitter": "https://twitter.com/ioetao",
"github": "https://github.com/tao-foundation",
"logo": "/img/explorer-logo.png",
"customCss": "green-haze.min.css",
"copyright": "2018 © TAO Foundation. TEO Explorer",
"useEthFiat": false,
"poweredbyCustom": false,
"poweredbyEtcImage": "/img/powered-by-etcexplorer-w.png",
"poweredbyEtc": false,
"tokenList": "tokens.json",
"miners": {
"0x33fb19318ba4bdc22e0ede206cc8dee5d4dd53cd": "TeoPool1" ,
"0x639b1016f27d7b36b1d113233c4566414ebe6461": "TeoPool2"
}
}
}