We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry: https://sentry.io/organizations/gnosis/issues/3732706691/?project=6769196&query=is%3Aunresolved&referrer=issue-stream
It's coming from this code: https://github.com/safe-global/web-core/blob/dev/src/utils/wallets.ts#L30-L33
Probably some versions of MetaMask don't support this method. We need to add a check that it exists.
if (window.ethereum?._metamask?.isUnlocked) { return window.ethereum._metamask.isUnlocked() }
The text was updated successfully, but these errors were encountered:
usame-algan
Successfully merging a pull request may close this issue.
Bug description
Sentry: https://sentry.io/organizations/gnosis/issues/3732706691/?project=6769196&query=is%3Aunresolved&referrer=issue-stream
It's coming from this code: https://github.com/safe-global/web-core/blob/dev/src/utils/wallets.ts#L30-L33
Probably some versions of MetaMask don't support this method. We need to add a check that it exists.
The text was updated successfully, but these errors were encountered: