From 58b7c6e55f0047452dc617578faed560f24a5a0e Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Tue, 9 Jan 2024 16:30:30 +0530 Subject: [PATCH] adding pf config for stumee and kava --- umee-provider-config/currency-pairs.toml | 19 ++++++++++++++++++- .../deviation-thresholds.toml | 8 ++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index fcbed8b..5870ad6 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -398,4 +398,21 @@ providers = [ "bitget", "gate", ] -quote = "USDT" \ No newline at end of file +quote = "USDT" + +[[currency_pairs]] +base = "KAVA" +quote = "USDT" +providers = [ "binance", "gate", "bitget", "binanceus", "crypto"] + +[[currency_pairs]] +base = "KAVA" +quote = "USD" +providers = [ "kraken", "coinbase", "crypto"] + +[[currency_pairs]] +base = "STUMEE" +providers = [ + "osmosis", +] +quote = "UMEE" \ No newline at end of file diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index c1a6187..70ffd44 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -148,4 +148,12 @@ threshold = "2" [[deviation_thresholds]] base = "TIA" +threshold = "2" + +[[deviation_thresholds]] +base = "KAVA" +threshold = "2" + +[[deviation_thresholds]] +base = "STUMEE" threshold = "2" \ No newline at end of file