-
Notifications
You must be signed in to change notification settings - Fork 619
add useWalletDetailsModal hook #3229
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: b22df5c The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 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 |
|
/release-pr |
CodSpeed Performance ReportMerging #3229 will not alter performanceComparing Summary
|
size-limit report 📦
|
| const activeChain = useActiveWalletChain(); | ||
| const chainId = activeChain?.id; | ||
| const { connectLocale, client } = useConnectUI(); | ||
| const { connectLocale, client } = props; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, less context dependency!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3229 +/- ##
==========================================
- Coverage 63.31% 63.28% -0.03%
==========================================
Files 832 832
Lines 63007 63281 +274
Branches 3426 3426
==========================================
+ Hits 39892 40048 +156
- Misses 22438 22556 +118
Partials 677 677
*This pull request uses carry forward flags. Click here to find out more.
|
PR-Codex overview
The focus of this PR is to add a new hook
useWalletDetailsModaland make various updates related to client handling and UI components.Detailed summary
useWalletDetailsModalhookclientprop