-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update dependencies related to gnosis-safe-sdk #1638
Update dependencies related to gnosis-safe-sdk #1638
Comments
ima 2.1.0-beta.2 |
Contracts update via multisig still not working "out of the box" for modern testnets e.g. Sepolia and Holesky IMA: 2.1.0-beta.2 Error log:
Solution:
For the holesky we should consider using 3rd party api url, as gnosis-safe do not provide their own api for this network, maybe we can use this project: https://holesky-safe.protofire.io/ |
Gnosis updated their sdk from
safe-core-sdk
toprotocol-kit
. In IMA upgrade script we still use old SDK, which causes problems with upgrade procedure via multisig. We should update dependencies to useprotocol-kit
instead of deprecatedsafe-core-sdk
.https://www.npmjs.com/package/@gnosis.pm/safe-core-sdk
The text was updated successfully, but these errors were encountered: