From 1de0d051de7841fffa6fbddf0e8ee31b750dcb74 Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Wed, 27 Mar 2024 15:22:02 +0530 Subject: [PATCH] adding KAVA to mainnet --- umee-provider-config/currency-pairs.toml | 10 ++++++++++ umee-provider-config/deviation-thresholds.toml | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 7bf936d7..a6fec22f 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -469,3 +469,13 @@ providers = [ "osmosis", ] quote = "DYDX" + +[[currency_pairs]] +base = "KAVA" +quote = "USDT" +providers = ["binance", "gate", "bitget", "binanceus", "crypto"] + +[[currency_pairs]] +base = "KAVA" +quote = "USD" +providers = ["kraken", "coinbase", "crypto"] \ No newline at end of file diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index e106d249..46496ee4 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -173,3 +173,7 @@ threshold = "2" [[deviation_thresholds]] base = "stDYDX" threshold = "2" + +[[deviation_thresholds]] +base = "KAVA" +threshold = "2"