ApeWorX / ape-safe

Safe (Wallet) account plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
14 stars 8 forks source link

Api Update #46

Closed solarthesis closed 5 months ago

solarthesis commented 5 months ago

Environment information

$ ape --version
0.7.23

$ ape plugins list
Installed Plugins
  alchemy      0.7.3
  etherscan    0.7.4
  foundry      0.7.5
  optimism     0.7.3
  safe         0.7.0b2
  solidity     0.7.3

What went wrong?

The safe api changed for fetching transactions, i believe v1/safes/{address}/transactions/ no longer works and is now https://safe-transaction-optimism.safe.global/ /v1/safes/{address}/all-transactions/

https://github.com/ApeWorX/ape-safe/blob/eddc804f771b791d3891d3cfe6245edc98f90cf8/ape_safe/client/__init__.py#L84

Please include information like:

<!doctype html>

Not Found

Not Found

The requested resource was not found on this server.


### How can it be fixed?

Need to update the api
linear[bot] commented 5 months ago

APE-1749 Api Update

fubuloubu commented 5 months ago

@solarthesis please check out https://github.com/ApeWorX/ape-safe/pull/47 and let me know if that solves your problem!