Skip to content

Commit 7686dae

Browse files
authored
fix: dydx provider config (#430)
1 parent 1dd19a3 commit 7686dae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

umee-provider-config/currency-pairs.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,13 @@ quote = "USDC"
423423

424424
[[currency_pairs]]
425425
base = "DYDX"
426-
providers = [
427-
"osmosis",
428-
]
426+
quote = "USDT"
427+
providers = [ "binance", "okx",]
428+
429+
[[currency_pairs]]
430+
base = "DYDX"
429431
quote = "USDC"
432+
providers = [ "binance", "okx",]
430433

431434
[[currency_pairs]]
432435
base = "DYDX"

0 commit comments

Comments
 (0)