Skip to content

Commit

Permalink
chore: add tia, wsteth, and sfrxeth to umee config (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 authored Nov 21, 2023
1 parent 1da01c3 commit f5be604
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
24 changes: 24 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,28 @@ providers = [
"bitget",
"mexc",
]
quote = "USDT"

[[currency_pairs]]
base = "SFRXETH"
providers = [
"eth-uniswap"
]
quote = "WETH"

[[currency_pairs]]
base = "WSTETH"
providers = [
"eth-uniswap"
]
quote = "WETH"

[[currency_pairs]]
base = "TIA"
providers = [
"binance",
"okx",
"bitget",
"gate",
]
quote = "USDT"
12 changes: 12 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,15 @@ threshold = "2"
[[deviation_thresholds]]
base = "INJ"
threshold = "2"

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

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

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

0 comments on commit f5be604

Please sign in to comment.