Skip to content

Commit

Permalink
adding BLD and stDYDX to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Mar 18, 2024
1 parent 2118875 commit 1c19d22
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
21 changes: 21 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 8 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,11 @@ threshold = "2"
[[deviation_thresholds]]
base = "stTIA"
threshold = "2"

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

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

0 comments on commit 1c19d22

Please sign in to comment.