Skip to content

Commit

Permalink
adding INJ - Injective asset to pf config (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 authored Nov 6, 2023
1 parent 98364dc commit f7231fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,14 @@ providers = [
"osmosis",
]
quote = "OSMO"

[[currency_pairs]]
base = "INJ"
providers = [
"binance",
"gate",
"bitget",
"mexc",
]
quote = "USDT"

4 changes: 4 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ threshold = "2"
[[deviation_thresholds]]
base = "STARS"
threshold = "2"

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

0 comments on commit f7231fd

Please sign in to comment.