Skip to content

Commit

Permalink
adding KAVA to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Mar 27, 2024
1 parent 0a3af68 commit 1de0d05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -469,3 +469,13 @@ providers = [
"osmosis",
]
quote = "DYDX"

[[currency_pairs]]
base = "KAVA"
quote = "USDT"
providers = ["binance", "gate", "bitget", "binanceus", "crypto"]

[[currency_pairs]]
base = "KAVA"
quote = "USD"
providers = ["kraken", "coinbase", "crypto"]
4 changes: 4 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,7 @@ threshold = "2"
[[deviation_thresholds]]
base = "stDYDX"
threshold = "2"

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

0 comments on commit 1de0d05

Please sign in to comment.