-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig.toml
More file actions
36 lines (26 loc) · 867 Bytes
/
config.toml
File metadata and controls
36 lines (26 loc) · 867 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
26
27
28
29
30
31
32
33
34
35
# TOML Document
title = "TOML Document"
[Validator]
operatorAddr = "terravaloper~"
[Feeder]
name= ""
password = ""
[APIs]
[APIs.Luna.Krw]
coinone = "https://tb.coinone.co.kr/api/v1/tradehistory/recent/?market=krw&target=luna"
bithumb = "https://api.bithumb.com/public/ticker/luna_krw"
[APIs.Luna.Usd]
binance = "https://api.binance.com/api/v3/ticker/price?symbol=LUNAUSDT"
[APIs.Stables]
# API key is required
# https://currencylayer.com/product
currencylayer = "https://api.currencylayer.com/live?access_key="
# [APIs.sdr]
# imf = "https://www.imf.org/external/np/fin/data/rms_five.aspx?tsvflag=Y"
[APIs.band]
active = false
band = "https://terra-lcd-poa.bandchain.org"
[Options]
[Options.Interval]
luna = 5
stables = 200