Skip to content

Commit

Permalink
Merge pull request #37 from cowprotocol/deactivate_dune
Browse files Browse the repository at this point in the history
Disable dune price feed
  • Loading branch information
harisang authored Aug 20, 2024
2 parents 37e4fcd + 85061b7 commit fb51039
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 fb51039

Please sign in to comment.