File tree Expand file tree Collapse file tree 1 file changed +76
-2
lines changed
Expand file tree Collapse file tree 1 file changed +76
-2
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,34 @@ threshold = "1.5"
2222base = " USDC"
2323threshold = " 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 ]]
2642base = " UMEE"
2743providers = [
2844 " okx" ,
29- " gate"
45+ " gate" ,
3046]
3147quote = " USDT"
3248
3349[[currency_pairs ]]
3450base = " UMEE"
3551providers = [
36- " ftx"
52+ " ftx" ,
3753]
3854quote = " USD"
3955
@@ -70,6 +86,64 @@ providers = [
7086]
7187quote = " 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 ]
74148address = " umee15nejfgcaanqpw25ru4arvfd0fwy6j8clccvwx4"
75149chain_id = " umee-local-testnet"
You can’t perform that action at this time.
0 commit comments