From e9fd5ee1a5499bfa7d327bb3e5d8b987ddbb0b46 Mon Sep 17 00:00:00 2001 From: 0xSpuddy Date: Thu, 26 Sep 2024 10:33:40 -0400 Subject: [PATCH] fix typos --- src/telliot_feeds/feeds/btc_usd_feed.py | 2 +- src/telliot_feeds/feeds/comp_usd_feed.py | 2 +- src/telliot_feeds/feeds/crv_usd_feed.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/telliot_feeds/feeds/btc_usd_feed.py b/src/telliot_feeds/feeds/btc_usd_feed.py index 1ab2cde1..486427ce 100644 --- a/src/telliot_feeds/feeds/btc_usd_feed.py +++ b/src/telliot_feeds/feeds/btc_usd_feed.py @@ -15,7 +15,7 @@ currency="usd", algorithm="median", sources=[ - # BinanceSpotPriceSource(asset="bch", currency="usdt"), + # BinanceSpotPriceSource(asset="btc", currency="usdt"), CoinGeckoSpotPriceSource(asset="btc", currency="usd"), GeminiSpotPriceSource(asset="btc", currency="usd"), KrakenSpotPriceSource(asset="xbt", currency="usd"), diff --git a/src/telliot_feeds/feeds/comp_usd_feed.py b/src/telliot_feeds/feeds/comp_usd_feed.py index c3fb7c43..636c458e 100644 --- a/src/telliot_feeds/feeds/comp_usd_feed.py +++ b/src/telliot_feeds/feeds/comp_usd_feed.py @@ -14,7 +14,7 @@ currency="usd", algorithm="median", sources=[ - # BinanceSpotPriceSource(asset="bch", currency="usd"), + # BinanceSpotPriceSource(asset="comp", currency="usd"), CoinGeckoSpotPriceSource(asset="comp", currency="usd"), GeminiSpotPriceSource(asset="comp", currency="usd"), OKXSpotPriceSource(asset="comp", currency="usdt"), diff --git a/src/telliot_feeds/feeds/crv_usd_feed.py b/src/telliot_feeds/feeds/crv_usd_feed.py index 0c8dc7e0..7fa96709 100644 --- a/src/telliot_feeds/feeds/crv_usd_feed.py +++ b/src/telliot_feeds/feeds/crv_usd_feed.py @@ -14,7 +14,7 @@ currency="usd", algorithm="median", sources=[ - # BinanceSpotPriceSource(asset="bch", currency="usd"), + # BinanceSpotPriceSource(asset="crv", currency="usd"), CoinGeckoSpotPriceSource(asset="crv", currency="usd"), KrakenSpotPriceSource(asset="crv", currency="usd"), OKXSpotPriceSource(asset="crv", currency="usdt"),