Skip to content

Commit c1115dd

Browse files
authored
Merge branch 'main' into adam/flaggo
2 parents eaba67f + 9f0c277 commit c1115dd

File tree

1 file changed

+76
-2
lines changed

1 file changed

+76
-2
lines changed

price-feeder/price-feeder.example.toml

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,34 @@ threshold = "1.5"
2222
base = "USDC"
2323
threshold = "1.5"
2424

25+
[[deviation_thresholds]]
26+
base = "CRO"
27+
threshold = "1.5"
28+
29+
[[deviation_thresholds]]
30+
base = "DAI"
31+
threshold = "2"
32+
33+
[[deviation_thresholds]]
34+
base = "ETH"
35+
threshold = "2"
36+
37+
[[deviation_thresholds]]
38+
base = "BTC"
39+
threshold = "2"
40+
2541
[[currency_pairs]]
2642
base = "UMEE"
2743
providers = [
2844
"okx",
29-
"gate"
45+
"gate",
3046
]
3147
quote = "USDT"
3248

3349
[[currency_pairs]]
3450
base = "UMEE"
3551
providers = [
36-
"ftx"
52+
"ftx",
3753
]
3854
quote = "USD"
3955

@@ -70,6 +86,64 @@ providers = [
7086
]
7187
quote = "USDT"
7288

89+
[[currency_pairs]]
90+
base = "CRO"
91+
providers = [
92+
"okx",
93+
"bitget",
94+
"huobi",
95+
]
96+
quote = "USDT"
97+
98+
[[currency_pairs]]
99+
base = "DAI"
100+
providers = [
101+
"okx",
102+
"bitget",
103+
"huobi",
104+
]
105+
quote = "USDT"
106+
107+
[[currency_pairs]]
108+
base = "DAI"
109+
providers = [
110+
"kraken",
111+
]
112+
quote = "USD"
113+
114+
[[currency_pairs]]
115+
base = "ETH"
116+
providers = [
117+
"binance",
118+
"okx",
119+
"bitget",
120+
]
121+
quote = "USDT"
122+
123+
[[currency_pairs]]
124+
base = "ETH"
125+
providers = [
126+
"kraken",
127+
]
128+
quote = "USD"
129+
130+
[[currency_pairs]]
131+
base = "BTC"
132+
providers = [
133+
"binance",
134+
"okx",
135+
"bitget",
136+
"huobi",
137+
]
138+
quote = "USDT"
139+
140+
[[currency_pairs]]
141+
base = "BTC"
142+
providers = [
143+
"kraken",
144+
]
145+
quote = "USD"
146+
73147
[account]
74148
address = "umee15nejfgcaanqpw25ru4arvfd0fwy6j8clccvwx4"
75149
chain_id = "umee-local-testnet"

0 commit comments

Comments
 (0)