From 8e2381417b87500b7524d809517bf50b54f0c9c5 Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Tue, 30 Jan 2024 17:46:02 +0530 Subject: [PATCH] adding milkTIA to canon for testing --- umee-provider-config/currency-pairs.toml | 79 +++++++++++++++++++ .../deviation-thresholds.toml | 28 +++++++ 2 files changed, 107 insertions(+) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 7e8f35b..4d30c08 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -414,3 +414,82 @@ providers = [ ] quote = "USDC" +[[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 = "nBTC" +providers = [ + "osmosis", +] +quote = "WBTC" + +[[currency_pairs]] +base = "nBTC" +providers = [ + "osmosis", +] +quote = "USDC" + +[[currency_pairs]] +base = "milkTIA" +providers = [ + "osmosis", +] +quote = "TIA" + +[[currency_pairs]] +base = "milkTIA" +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 d34b381..082ee83 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -153,3 +153,31 @@ threshold = "2" [[deviation_thresholds]] base = "STRD" 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 = "NBTC" +threshold = "2" + +[[deviation_thresholds]] +base = "milkTIA" +threshold = "2" \ No newline at end of file