diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 00938513..7bf936d7 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -448,3 +448,24 @@ providers = [ "osmosis", ] quote = "TIA" + +[[currency_pairs]] +base = "BLD" +providers = [ + "osmosis", +] +quote = "OSMO" + +[[currency_pairs]] +base = "BLD" +providers = [ + "gate", +] +quote = "USDT" + +[[currency_pairs]] +base = "stDYDX" +providers = [ + "osmosis", +] +quote = "DYDX" diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index 47051b15..e106d249 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -165,3 +165,11 @@ threshold = "2" [[deviation_thresholds]] base = "stTIA" threshold = "2" + +[[deviation_thresholds]] +base = "BLD" +threshold = "2" + +[[deviation_thresholds]] +base = "stDYDX" +threshold = "2"