Skip to content

Commit

Permalink
Merge branch 'umee' into ryan/umee-0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari authored Oct 30, 2023
2 parents ee5cc17 + ca8d321 commit d391d7b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 15 additions & 1 deletion umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,18 @@ base = "SOMM"
providers = [
"gate",
]
quote = "USDT"
quote = "USDT"

[[currency_pairs]]
base = "STARS"
providers = [
"osmosis",
]
quote = "ATOM"

[[currency_pairs]]
base = "STARS"
providers = [
"osmosis",
]
quote = "OSMO"
6 changes: 5 additions & 1 deletion umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,8 @@ threshold = "2"

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

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

0 comments on commit d391d7b

Please sign in to comment.