Skip to content

Commit

Permalink
feat: added new coinbase url
Browse files Browse the repository at this point in the history
  • Loading branch information
Molaryy authored and aimxhaisse committed Dec 17, 2024
1 parent e42c5dd commit 4780aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_validator_watcher/coinbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .models import CoinbaseTrade


URL = "https://api.pro.coinbase.com/products/ETH-USD/trades"
URL = "https://api.exchange.coinbase.com/products/ETH-USD/trades"


@func.ttl_cache(ttl=600)
Expand Down

0 comments on commit 4780aae

Please sign in to comment.