-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
50 lines (50 loc) · 1.07 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"check_ping": true,
"check_block_height": true,
"check_version": true,
"max_blocks_behind": 15,
"telegram_settings": {
"use_telegram": false,
"bot_key": "",
"chat_id": ""
},
"adamant_main_hosts": [],
"ark_main_hosts": [],
"ark_dev_hosts": [],
"blockpool_main_hosts": [],
"compendia_main_hosts": [],
"compendia_dev_hosts": [],
"kapu_main_hosts": [],
"lisk_main_hosts": [],
"lisk_test_hosts": [],
"lwf_main_hosts": [],
"lwf_test_hosts": [],
"onz_main_hosts": [],
"onz_test_hosts": [],
"oxy_main_hosts": [
{
"name": "oxy_node_1",
"host": "1.2.3.4",
"port": 10000,
"can_ping": true
},
{
"name": "oxy_node_2",
"host": "2.3.4.5",
"port": 10000,
"can_ping": false
}
],
"oxy_test_hosts": [],
"qredit_main_hosts": [],
"qreditv2_main_hosts": [],
"ripa_main_hosts": [],
"rise_main_hosts": [],
"rise_test_hosts": [],
"sauco_main_hosts": [],
"shift_main_hosts": [],
"shift_test_hosts": [],
"solar_main_hosts": [],
"solar_test_hosts": [],
"swapblocks_main_hosts": []
}