-
Notifications
You must be signed in to change notification settings - Fork 630
[MNY-348] SDK: Remove in-app wallet from default wallet list for bridge widgets #8579
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
🦋 Changeset detectedLatest commit: 304e4e5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8579 +/- ##
==========================================
- Coverage 53.26% 53.24% -0.03%
==========================================
Files 922 922
Lines 61386 61415 +29
Branches 4026 4026
==========================================
+ Hits 32696 32699 +3
- Misses 28593 28618 +25
- Partials 97 98 +1
🚀 New features to boost your workflow:
|
Merge activity
|
…ge widgets (#8579) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing wallet integration in bridge components by introducing custom wallet options and modifying default wallet selections for various widgets. ### Detailed summary - Removed in-app wallet from default wallet list for bridge widgets. - Added `CustomWallets` component in `BuyWidget.stories.tsx` and `SwapWidget.stories.tsx`. - Implemented `getDefaultWalletsForBridgeComponents` to return a list of wallets. - Updated `FundWallet`, `SwapUI`, and `TransactionPayment` components to use custom wallet options. - Introduced new wallet options in `TransactionWidget.stories.tsx`. - Added `CustomWallets` functionality in `BridgeWidget` stories. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
116c326 to
fdd2557
Compare
c4a34b5 to
304e4e5
Compare

PR-Codex overview
This PR focuses on enhancing wallet integration for bridge widgets by customizing wallet options and updating the default wallet list. It introduces new wallet configurations and story examples for better user experience.
Detailed summary
CustomWalletscomponent in multiple story files to allow specific wallet selection.getDefaultWalletsForBridgeComponentsto include new wallets.FundWallet,SwapUI, andTransactionPaymentcomponents to support custom wallet options.