diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 7e76a79..fcbed8b 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -374,4 +374,28 @@ providers = [ "bitget", "mexc", ] +quote = "USDT" + +[[currency_pairs]] +base = "SFRXETH" +providers = [ + "eth-uniswap" +] +quote = "WETH" + +[[currency_pairs]] +base = "WSTETH" +providers = [ + "eth-uniswap" +] +quote = "WETH" + +[[currency_pairs]] +base = "TIA" +providers = [ + "binance", + "okx", + "bitget", + "gate", +] quote = "USDT" \ No newline at end of file diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index 3e30c8d..c1a6187 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -137,3 +137,15 @@ threshold = "2" [[deviation_thresholds]] base = "INJ" threshold = "2" + +[[deviation_thresholds]] +base = "SFRXETH" +threshold = "2" + +[[deviation_thresholds]] +base = "WSTETH" +threshold = "2" + +[[deviation_thresholds]] +base = "TIA" +threshold = "2" \ No newline at end of file