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
When initializing the Safe protocol-kit with a predicted Safe, multiple functions do not work properly.
Some examples which I tried to use are:
createEnableModuleTx
createEnableGuardTx
createAddOwnerTx
...
Environment
Safe Core SDK version: 3.0.2
Safe contract version: 1.3.0
Environment:
browser
Steps to reproduce
Create a predictedSafe and then try to create one of the listed methods.
Expected result
I expect a successful Transaction creation, but instead we receive an error when trying to load some data for the transaction such as the current modules or other data from the Safe.
The text was updated successfully, but these errors were encountered:
Description
When initializing the Safe protocol-kit with a predicted Safe, multiple functions do not work properly.
Some examples which I tried to use are:
createEnableModuleTx
createEnableGuardTx
createAddOwnerTx
Environment
Steps to reproduce
Create a predictedSafe and then try to create one of the listed methods.
Expected result
I expect a successful Transaction creation, but instead we receive an error when trying to load some data for the transaction such as the current modules or other data from the Safe.
The text was updated successfully, but these errors were encountered: