Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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