-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 710 Bytes
/
config.json
File metadata and controls
25 lines (25 loc) · 710 Bytes
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
{
"rpc_nodes": [
"https://api.moecki.online",
"https://steemd.steemworld.org",
"https://api.campingclub.me",
"https://api.steemit.com",
"https://api.steemitdev.com",
"https://api.justyy.com",
"https://api.pennsif.net",
"https://steemapi.boylikegirl.club",
"https://api.steem.fans",
"https://api.steemyy.com",
"https://api.steem.buzz"
],
"feed_steem_account": "",
"feed_steem_active_key": "",
"coinmarketcap_api_key": "",
"exchanges": ["coingecko", "cryptocompare", "binance", "poloniex", "slowapi"],
"interval": 60,
"feed_publish_interval": 30,
"feed_publish_fail_retry": 5,
"price_feed_max_retry": 5,
"retry_interval": 10,
"peg_multi": 1
}