-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: phantom wallet trying to make itself look like MetaMask #4525
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: ae33f23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +7 B (0%) Total Size: 798 kB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4525 +/- ##
=======================================
Coverage 94.04% 94.04%
=======================================
Files 278 278
Lines 7170 7170
Branches 829 829
=======================================
Hits 6743 6743
Misses 413 413
Partials 14 14 ☔ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
“Phantom” try to fake MetaMask wallet extension with the
isMetaMask
boolean.But it is not yet in the "fake" MetaMask list here:
wagmi/packages/core/src/connectors/injected.ts
Line 571 in 651aa72