-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.json
32 lines (32 loc) · 919 Bytes
/
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
{
"nodeAddr": "localhost",
"gethPort": 8989,
"WSURL": "ws://localhost:8888",
"RPCURL": "http://localhost:8989",
"epoch":900,
"fRewards":500,
"mnRewards":4500,
"rewards":5000,
"xdce_id":2634,
"MONGO_URI":"mongodb://localhost/XDCScan",
"startBlock": 0,
"endBlock": "latest",
"quiet": true,
"syncAll": true,
"patch": true,
"patchBlocks": 100,
"bulkSize": 100,
"CMC_API_KEY": "",
"wss": "ws://localhost:8888",
"GOOGLE_RECAPTCHA_RESPONSE": "6LdM7jQbAAAAABvHByxwA6_wwCJW6FF7VofIlWDZ",
"settings": {
"useRichList": true,
"useFiat": true,
"symbol": "XDC",
"name": "XinFin Network",
"title": "XinFin Network XDC Blockchain Explorer",
"author": "XinFin XDC Network Community",
"useEthFiat": false,
"tokenList": "tokens.json"
}
}