brownie-safe
brownie-safe copied to clipboard
First example in the docs no longer works
Hi,
We've been using Ape Safe in the past with PieDAO but recent installs now fail to build. Even the quickstart example no longer works.
Investigating the issue and it seems that there are a few issues:
- The Ethereum Client and the Contract address are not being correctly passed to the Gnosis Safe SDK
- The gnosis-py library has been changed to safe-eth-py, it's not clear if the new dependencies are resolving correctly.
- The Gnosis library packaged with ApeSafe makes calls (such as
get_contract
) that are either yet to be implemented or not correctly overriden
I'm happy to go into more details but, seeing that the quickstart no longer works and there have been no commits in over a year, I wanted to check if this library is even maintained, or if we need to find an alternative solution to building safe transactions?