Skip to content

Commit

Permalink
adding dydx to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Feb 12, 2024
1 parent ce33dbe commit bd26372
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -427,3 +427,17 @@ providers = [
"osmosis",
]
quote = "USDC"

[[currency_pairs]]
base = "DYDX"
providers = [
"osmosis",
]
quote = "USDC"

[[currency_pairs]]
base = "DYDX"
providers = [
"osmosis",
]
quote = "OSMO"
6 changes: 5 additions & 1 deletion umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,8 @@ threshold = "2"

[[deviation_thresholds]]
base = "milkTIA"
threshold = "2"
threshold = "2"

[[deviation_thresholds]]
base = "DYDX"
threshold = "2"

0 comments on commit bd26372

Please sign in to comment.