From 0653c4edcfb44b7f28f35eec58515ced0e263bb5 Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Thu, 18 Jan 2024 19:31:24 +0530 Subject: [PATCH] adding strd to umee pf config --- umee-provider-config/currency-pairs.toml | 16 +++++++++++++++- umee-provider-config/deviation-thresholds.toml | 4 ++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index fcbed8b..99ff6df 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -398,4 +398,18 @@ providers = [ "bitget", "gate", ] -quote = "USDT" \ No newline at end of file +quote = "USDT" + +[[currency_pairs]] +base = "STRD" +providers = [ + "osmosis", +] +quote = "OSMO" + +[[currency_pairs]] +base = "STRD" +providers = [ + "osmosis", +] +quote = "USDC" diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index c1a6187..0b486b8 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -148,4 +148,8 @@ threshold = "2" [[deviation_thresholds]] base = "TIA" +threshold = "2" + +[[deviation_thresholds]] +base = "STRD" threshold = "2" \ No newline at end of file