Skip to content

Commit

Permalink
adding strd to umee pf config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jan 18, 2024
1 parent 405a0f2 commit 0653c4e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
16 changes: 15 additions & 1 deletion umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,18 @@ providers = [
"bitget",
"gate",
]
quote = "USDT"
quote = "USDT"

[[currency_pairs]]
base = "STRD"
providers = [
"osmosis",
]
quote = "OSMO"

[[currency_pairs]]
base = "STRD"
providers = [
"osmosis",
]
quote = "USDC"
4 changes: 4 additions & 0 deletions umee-provider-config/deviation-thresholds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,8 @@ threshold = "2"

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

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

0 comments on commit 0653c4e

Please sign in to comment.