-
Notifications
You must be signed in to change notification settings - Fork 138
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
Snapshot's Lock.js not working with latest SDK version #235
Comments
did you try to debug it? if you do |
@mikheevm yes I tried debugging it, but without any success. This is the console of SafeAppsSDK |
You need to add one more |
@mikheevm yes I tried that before, but now I get the following error: |
Please debug it the same way, it's not SDK's problem |
@mikheevm This is related to this issue: I think you should have an esm build for the SDK |
@TomAFrench I've been trying to get your implementation below working with
safe-apps-sdk 4.3.0
andsafe-apps-provider 0.8.0
. I've changed thesdk.getSafeInfo();
tosdk.safe.getInfo();
by following the README, but I'm gettingTypeError: SafeAppsSDK is not a constructor
which I'm not able to solve.snapshot-labs/lock@be6d030
The text was updated successfully, but these errors were encountered: