-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 1.73 KB
/
config.json
File metadata and controls
37 lines (37 loc) · 1.73 KB
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
{
"nodeAddr": "localhost",
"gethPort": 39573,
"startBlock": 0,
"quiet": false,
"syncAll": true,
"patch": true,
"patchBlocks": 100,
"bulkSize": 100,
"settings": {
"symbol": "WEB",
"name": "Webchain",
"description": "Webchain Block Explorer allows you to search through the blockchain. Enter a wallet address, transaction hash, block hash or block number.",
"keywords": "Block Height, Block Time, Network Hashrate, Difficulty, Transaction hash, Block Explorer, block number, block hash, wallet address",
"author": "Webchain project",
"contact": "mailto:support@webchain.network",
"about": "This is an open source Webchain Explorer.",
"facebook": "http://facebook.com/thewebchain",
"twitter": "https://twitter.com/TheWebchain",
"github": "https://github.com/webchain-network",
"linkedin": "https://www.linkedin.com/company/webchain-blockchain",
"reddit": "https://www.reddit.com/r/Webchain",
"telegram_group": "https://www.t.me/joinchat/IdMikBC1Ew28ufxKdfnKMQ",
"telegram_channel": "https://www.t.me/webchainnetwork",
"discord": "https://discordapp.com/invite/86nTHtf",
"qq": "https://jq.qq.com/?_wv=1027&k=5f9VO0G",
"gitter": "https://gitter.im/webchain-network/public",
"logo": "/img/explorer-logo.png",
"customCss": "green-haze.min.css",
"copyright": "2018-2019 © Webchain explorer.",
"useEthFiat": false,
"poweredbyCustom": "Powered by <a href=\"https://github.com/webchain-network/explorer\" target=\"_blank\">Webchain explorer</a>",
"miners": {
},
"analytics-code": "UA-1111111-00"
}
}