Skip to content
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

fix: mustBeMetaMask should not detect brave as MetaMask #87

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gomesalexandre
Copy link

Brave Wallet's window.ethereum sets isMetaMask to true, hence using the mustBeMetaMask option here will falsely detect Brave as MM, see:

https://github.com/brave/brave-core/blob/ae4c9dab752c588fc7b5921863f862777a19589d/components/brave_wallet/renderer/js_ethereum_provider.cc#L254-L256

This is a non-standard behavior of Brave as opposed to most MetaMask impersonators setting isMetaMask to false, hence requires explicit handling. Thankfully, a isBraveWallet property is also exposed (brave/brave-core#12794), which we can check for to guard against wrongly detecting Brave as MM.

@gomesalexandre gomesalexandre requested a review from a team as a code owner September 17, 2023 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants