-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Fix: Connect to correct chain with guest account #5426
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
[SDK] Fix: Connect to correct chain with guest account #5426
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5426 +/- ##
==========================================
- Coverage 45.53% 45.51% -0.03%
==========================================
Files 1070 1071 +1
Lines 55671 55700 +29
Branches 4032 4030 -2
==========================================
+ Hits 25350 25351 +1
- Misses 29633 29662 +29
+ Partials 688 687 -1
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
CNCT-2370 <!-- start pr-codex --> --- ## PR-Codex overview This PR adds support for the `chain` property in the `connectOptions` object within the `ConnectWalletSocialOptions.tsx` file, enhancing the flexibility of wallet connections based on the provided chain. ### Detailed summary - Added `chain: props.chain` to the `connectOptions` object. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
e845ff0 to
f7a4a46
Compare
CNCT-2370
PR-Codex overview
This PR focuses on enhancing the
ConnectWalletSocialOptions.tsxfile by adding a new property to the connection options for wallets.Detailed summary
chaintoconnectOptions, which takes its value fromprops.chain.