Skip to content

Commit

Permalink
remove dune price feed
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Aug 20, 2024
1 parent 37e4fcd commit 85061b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/price_providers/price_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class PriceFeed:
def __init__(self):
self.providers = [
CoingeckoPriceProvider(),
DunePriceProvider(),
MoralisPriceProvider(),
AuctionPriceProvider(),
]
Expand Down

0 comments on commit 85061b7

Please sign in to comment.