diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 08cd069..4e20b53 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -427,3 +427,17 @@ providers = [ "osmosis", ] quote = "USDC" + +[[currency_pairs]] +base = "DYDX" +providers = [ + "osmosis", +] +quote = "USDC" + +[[currency_pairs]] +base = "DYDX" +providers = [ + "osmosis", +] +quote = "OSMO" diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index 6d84927..780b416 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -156,4 +156,8 @@ threshold = "2" [[deviation_thresholds]] base = "milkTIA" -threshold = "2" \ No newline at end of file +threshold = "2" + +[[deviation_thresholds]] +base = "DYDX" +threshold = "2"