Skip to content

Commit

Permalink
fix: cmst & stkatom configs (#285)
Browse files Browse the repository at this point in the history
* fix: CMST data feed fix

* stkatom -> osmosis
  • Loading branch information
adamewozniak authored Oct 8, 2023
1 parent c90c47c commit 937cb8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ quote = "USDT"
[[currency_pairs]]
base = "stkATOM"
providers = [
"crescent",
"osmosis",
]
quote = "ATOM"

Expand All @@ -315,9 +315,9 @@ providers = [ "coinbase",]
[[currency_pairs]]
base = "CMST"
providers = [
"crescent",
"osmosis",
]
quote = "USDC"
quote = "OSMO"

[[currency_pairs]]
base = "MARS"
Expand Down

0 comments on commit 937cb8c

Please sign in to comment.