From 937cb8c6095a51a1a8b7ed9cf6c34bc41392e94e Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Sun, 8 Oct 2023 10:09:36 -0700 Subject: [PATCH] fix: cmst & stkatom configs (#285) * fix: CMST data feed fix * stkatom -> osmosis --- umee-provider-config/currency-pairs.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 7e112424..f4295a33 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -296,7 +296,7 @@ quote = "USDT" [[currency_pairs]] base = "stkATOM" providers = [ - "crescent", + "osmosis", ] quote = "ATOM" @@ -315,9 +315,9 @@ providers = [ "coinbase",] [[currency_pairs]] base = "CMST" providers = [ - "crescent", + "osmosis", ] -quote = "USDC" +quote = "OSMO" [[currency_pairs]] base = "MARS"