-
Notifications
You must be signed in to change notification settings - Fork 162
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: Show wallet which not config connector when eip6963 is true #513
Conversation
yutingzhao1991
commented
Jan 19, 2024
•
edited
Loading
edited
- 当开发者配置了 eip6963 时,不需要配置 Connector 也正常显示 wallet,会使用基于 eip6963 自动检测到的 connector
- MetaMask 也改为了基于 UniversalWallet 实现,修复了这个相同的问题
🦋 Changeset detectedLatest commit: 6873111 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #513 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 96 96
Lines 4333 4338 +5
Branches 444 447 +3
=======================================
+ Hits 4317 4322 +5
Misses 15 15
Partials 1 1 ☔ View full report in Codecov by Sentry. |
And will close #398 |