From ca8d3212cc2cc535e22a9b7e559846be190b2eda Mon Sep 17 00:00:00 2001 From: Sai Kumar <17549398+gsk967@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:24:55 +0530 Subject: [PATCH] adding stars(stargaze) to pf config (#298) --- umee-provider-config/currency-pairs.toml | 16 +++++++++++++++- umee-provider-config/deviation-thresholds.toml | 6 +++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index ac667980..a67c5c78 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -366,4 +366,18 @@ base = "SOMM" providers = [ "gate", ] -quote = "USDT" \ No newline at end of file +quote = "USDT" + +[[currency_pairs]] +base = "STARS" +providers = [ + "osmosis", +] +quote = "ATOM" + +[[currency_pairs]] +base = "STARS" +providers = [ + "osmosis", +] +quote = "OSMO" diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index f5190c0d..d444284f 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -128,4 +128,8 @@ threshold = "2" [[deviation_thresholds]] base = "SOMM" -threshold = "2" \ No newline at end of file +threshold = "2" + +[[deviation_thresholds]] +base = "STARS" +threshold = "2"