Skip to content

Commit

Permalink
adding SEI to mainnet (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 authored Apr 8, 2024
1 parent d0fdb31 commit aa81910
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 19 additions & 1 deletion umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,22 @@ providers = ["binance", "gate", "bitget", "binanceus", "crypto"]
[[currency_pairs]]
base = "KAVA"
quote = "USD"
providers = ["kraken", "coinbase", "crypto"]
providers = ["kraken", "coinbase", "crypto"]

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

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

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

0 comments on commit aa81910

Please sign in to comment.