Skip to content

Commit

Permalink
fix: update for API route change
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Jun 5, 2024
1 parent b491134 commit 6ff9246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_safe/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _all_transactions(self) -> Iterator[SafeApiTxData]:
confirmed: Confirmed if True, not confirmed if False, both if None
"""

url = f"safes/{self.address}/transactions"
url = f"safes/{self.address}/all-transactions"
while url:
response = self._get(url)
data = response.json()
Expand Down

0 comments on commit 6ff9246

Please sign in to comment.