Skip to content

Commit

Permalink
adding stars(stargaze) to pf config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Oct 25, 2023
1 parent ef46de1 commit 0403ac9
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 0403ac9

Please sign in to comment.