diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 99ff6df..9a28f16 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -203,7 +203,7 @@ providers = [ "kraken", "crypto",] [[currency_pairs]] base = "JUNO" quote = "USDT" -providers = [ "bitget", "mexc",] +providers = [ "mexc"] [[currency_pairs]] base = "JUNO" @@ -400,6 +400,58 @@ providers = [ ] 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 = "stSTARS" +providers = [ + "osmosis", +] +quote = "STARS" + +[[currency_pairs]] +base = "DYDX" +providers = [ + "osmosis", +] +quote = "USDC" + +[[currency_pairs]] +base = "DYDX" +providers = [ + "osmosis", +] +quote = "OSMO" + +[[currency_pairs]] +base = "HUAHUA" +providers = [ + "osmosis", +] +quote = "OSMO" + +[[currency_pairs]] +base = "HUAHUA" +providers = [ + "osmosis", +] +quote = "ATOM" + +[[currency_pairs]] +base = "HUAHUA" +providers = [ + "osmosis", +] +quote = "ATOM" + [[currency_pairs]] base = "STRD" providers = [ @@ -413,3 +465,17 @@ providers = [ "osmosis", ] quote = "USDC" + +[[currency_pairs]] +base = "nBTC" +providers = [ + "osmosis", +] +quote = "WBTC" + +[[currency_pairs]] +base = "nBTC" +providers = [ + "osmosis", +] +quote = "USDC" \ No newline at end of file diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index 0b486b8..27e0daf 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -150,6 +150,30 @@ threshold = "2" base = "TIA" threshold = "2" +[[deviation_thresholds]] +base = "KAVA" +threshold = "2" + +[[deviation_thresholds]] +base = "STUMEE" +threshold = "2" + +[[deviation_thresholds]] +base = "STSTARS" +threshold = "2" + +[[deviation_thresholds]] +base = "DYDX" +threshold = "2" + +[[deviation_thresholds]] +base = "HUAHUA" +threshold = "2" + [[deviation_thresholds]] base = "STRD" -threshold = "2" \ No newline at end of file +threshold = "2" + +[[deviation_thresholds]] +base = "NBTC" +threshold = "2"