From ca3d4ad9f3c0069446e34341354961d055061846 Mon Sep 17 00:00:00 2001 From: Sai Kumar <17549398+gsk967@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:20:46 +0530 Subject: [PATCH] adding BLD and stDYDX to mainnet (#363) --- umee-provider-config/currency-pairs.toml | 21 +++++++++++++++++++ .../deviation-thresholds.toml | 8 +++++++ 2 files changed, 29 insertions(+) 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"