diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index ac66798..a67c5c7 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 f5190c0..d444284 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"