Skip to content

Commit

Permalink
chore: adding stTIA pf config for mainnet (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 authored Feb 14, 2024
1 parent 86d07c5 commit e734f38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ providers = [ "kraken", "crypto",]
[[currency_pairs]]
base = "JUNO"
quote = "USDT"
providers = [ "bitget", "mexc",]
providers = [ "mexc",]

[[currency_pairs]]
base = "JUNO"
Expand Down Expand Up @@ -441,3 +441,10 @@ providers = [
"osmosis",
]
quote = "OSMO"

[[currency_pairs]]
base = "stTIA"
providers = [
"osmosis",
]
quote = "TIA"
4 changes: 4 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,7 @@ threshold = "2"
[[deviation_thresholds]]
base = "DYDX"
threshold = "2"

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

0 comments on commit e734f38

Please sign in to comment.