Skip to content

Commit

Permalink
adding pf config for stumee and kava
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jan 9, 2024
1 parent 934b582 commit 58b7c6e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
19 changes: 18 additions & 1 deletion umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,21 @@ providers = [
"bitget",
"gate",
]
quote = "USDT"
quote = "USDT"

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

[[currency_pairs]]
base = "KAVA"
quote = "USD"
providers = [ "kraken", "coinbase", "crypto"]

[[currency_pairs]]
base = "STUMEE"
providers = [
"osmosis",
]
quote = "UMEE"
8 changes: 8 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,12 @@ threshold = "2"

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

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

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

0 comments on commit 58b7c6e

Please sign in to comment.