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
Due to the deprecated method, in case the user has Web3 security extensions installed, you may get the error "Cannot read properties of undefined (reading '0')". Apparently because they are working with the actual implementation, they change the behaviour of the send method and it gets an array of addresses at once, which doesn't have a result property.
Solution
ethereum.send() => ethereum.request()
The text was updated successfully, but these errors were encountered:
Problem
Solution
ethereum.send() => ethereum.request()
The text was updated successfully, but these errors were encountered: