From e734f38967144e5e8a62e46f2bcfd0e95ca4b534 Mon Sep 17 00:00:00 2001 From: Sai Kumar <17549398+gsk967@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:57:10 +0530 Subject: [PATCH] chore: adding stTIA pf config for mainnet (#353) --- umee-provider-config/currency-pairs.toml | 9 ++++++++- umee-provider-config/deviation-thresholds.toml | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index af8c97b..0093851 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" @@ -441,3 +441,10 @@ providers = [ "osmosis", ] quote = "OSMO" + +[[currency_pairs]] +base = "stTIA" +providers = [ + "osmosis", +] +quote = "TIA" diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index 780b416..47051b1 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -161,3 +161,7 @@ threshold = "2" [[deviation_thresholds]] base = "DYDX" threshold = "2" + +[[deviation_thresholds]] +base = "stTIA" +threshold = "2"