-
Notifications
You must be signed in to change notification settings - Fork 22
/
config.example.toml
72 lines (58 loc) · 1.46 KB
/
config.example.toml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
gas_adjustment = 1.7
gas_prices = "0.00125ukuji"
enable_server = true
enable_voter = true
history_db = "/var/tmp/feeder.db"
[server]
listen_addr = "0.0.0.0:7171"
read_timeout = "20s"
verbose_cors = true
write_timeout = "20s"
[rpc]
grpc_endpoint = "localhost:9090"
rpc_timeout = "100ms"
tmrpc_endpoint = "http://localhost:26657"
[telemetry]
enable_hostname = true
enable_hostname_label = true
enable_service_label = true
enabled = true
global_labels = [["chain-id", "kaiyo-1"]]
service_name = "price-feeder"
type = "prometheus"
[account]
address = "kujira..."
chain_id = "kaiyo-1"
validator = "kujiravaloper..."
prefix = "kujira"
# Optional
fee_granter = "kujira..."
[keyring]
backend = "file"
dir = "/home/<user>/.kujira"
[[healthchecks]]
url = "https://hc-ping.com/HEALTHCHECK-UUID"
[[deviation_thresholds]]
base = "USDT"
threshold = "2"
[[provider_min_overrides]]
denoms = ["BTC"]
providers = 5
[contract_addresses.finv2]
KUJIUSDC = "kujira14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sl4e867"
WINKUSK = "kujira1qxtd87qus6uzvqs4jv9r0j9ccd4yla42s6qag7y8fp7hhv68nzas6hqxgw"
[[currency_pairs]]
base = "USDT"
quote = "USD"
providers = ["coinbase", "kraken", "crypto", "gate", "binanceus"]
[[currency_pairs]]
base = "BTC"
quote = "USD"
providers = ["coinbase", "kraken", "crypto"]
[[currency_pairs]]
base = "BTC"
quote = "USDT"
providers = ["binance", "mexc", "huobi"]
[[provider_endpoints]]
name = "osmosiv2"
urls = ["https://some.alternate.url", "https://my-own-endpoi.nt"]