-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
46 lines (46 loc) · 875 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"viz": {
"active": true,
"token": "VIZ",
"lib": "viz-js-lib",
"node": "wss://solox.world/ws",
"login": "user",
"posting_key": "5k",
"active_key": "5j",
"how_to_viz": 1,
"fee": 0
},
"golos": {
"active": true,
"token": "GOLOS",
"lib": "golos-js",
"node": "wss://ws.golos.io",
"login": "user",
"posting_key": "5j",
"active_key": "5k",
"how_to_viz": 0.5,
"fee": 0
},
"steem": {
"active": true,
"token": "STEEM",
"lib": "steem",
"node": "https://steemd.minnowsupportproject.org",
"login": "user",
"posting_key": "5j",
"active_key": "5k",
"how_to_viz": 15,
"fee": 0
},
"whaleshares": {
"active": false,
"token": "WLS",
"lib": "@whaleshares/wlsjs",
"node": "https://pubrpc.whaleshares.io/",
"login": "user",
"posting_key": "5j",
"active_key": "5k",
"how_to_viz": 2.5,
"fee": 0
}
}