Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpuddy committed Sep 26, 2024
1 parent 5b7ee2c commit e9fd5ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/telliot_feeds/feeds/btc_usd_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion src/telliot_feeds/feeds/comp_usd_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion src/telliot_feeds/feeds/crv_usd_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit e9fd5ee

Please sign in to comment.