You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ones under safe-core-sdk do not have my chain ID in them, and as a result, the safe-tx-service doesn't know how to talk to my chain for those parts that are routed through the SDK, such as ownership changes.
Steps to reproduce
Build current safe-core-sdk
Compare versions of safe-deployments used within.
Expected result
Always use current release of safe-deployments
The text was updated successfully, but these errors were encountered:
Description
safe-core-sdk-types is not aware of recent new blockchains because it depends on an old version of safe-deployments.
Environment
safe-react mentions these SDK dependencies in package.json:
Itself safe-rect requires safe-deployments ^1.15.0
However the core SDK build has its own copy of the safe-deployments module, it seems:
The ones under
safe-core-sdk
do not have my chain ID in them, and as a result, the safe-tx-service doesn't know how to talk to my chain for those parts that are routed through the SDK, such as ownership changes.Steps to reproduce
Build current safe-core-sdk
Compare versions of safe-deployments used within.
Expected result
Always use current release of safe-deployments
The text was updated successfully, but these errors were encountered: