-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safe v1.4.1 support #2558
Comments
This preview can recognize Bitski accounts utilizing the Safe 1.4.1 contracts, but won't allow import. Is there anything we can do to support importing via safe.global? Sample Safe contract account: https://polygonscan.com/address/0x9082269eeb932d7e697dbdf62d6b2d9fae4302c3#code |
We don't support deployments that are not in https://github.com/safe-global/safe-deployments. |
Can anyone add to deployments there? Or is this only deployed contracts by Safe DAO? |
@katspaugh I think the indexer is not working due to https://github.com/safe-global/safe-eth-py/pull/691/files |
v1.4.1 singletons are now supported on the tx service (when available on https://github.com/safe-global/safe-deployments)
Anyone can propose deployments there, as long as they follow the same deterministic addresses, and we will merge |
This is now working for me! |
Blocked by #1984. The legacy Safe Core SDK only supports Safes up to 1.3.0. |
This 1.4.1 Safe can be used for testing: https://safe-wallet-web.staging.5afe.dev/transactions/history?safe=gor:0xD9F842c3F12fDf58b46703903BBEAba6da4888c5 (created by @Uxio0 via the CLI).
It might be related to the fact that safe-deployments don't yet have all the deployments for this version. Specifically Goerli is still missing, which explains the error above.
The text was updated successfully, but these errors were encountered: