From bd26372b45b31fd0e427a6a63e450078d19bd08f Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Mon, 12 Feb 2024 12:34:18 +0530 Subject: [PATCH] adding dydx to mainnet --- umee-provider-config/currency-pairs.toml | 14 ++++++++++++++ umee-provider-config/deviation-thresholds.toml | 6 +++++- 2 files changed, 19 insertions(+), 1 deletion(-) 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"