-
Notifications
You must be signed in to change notification settings - Fork 619
feat: add Soneium Minato chain definition #4977
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: 7c10343 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 ↗︎
|
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @joaquim-verges and the rest of your teammates on |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4977 +/- ##
==========================================
+ Coverage 47.67% 47.68% +0.01%
==========================================
Files 1057 1058 +1
Lines 57277 57290 +13
Branches 3940 3942 +2
==========================================
+ Hits 27307 27319 +12
- Misses 29279 29280 +1
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more.
|
d221980 to
4f49c18
Compare
4f49c18 to
ae1e95d
Compare
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on adding a new blockchain definition for `soneiumMinato` and updating the in-app wallet component to link with `Metamask` and `Passkey`.
### Detailed summary
- Added `soneiumMinato` chain definition in `packages/thirdweb/src/chains/chain-definitions/soneium-minato.ts`.
- Updated `packages/thirdweb/src/exports/chains.ts` to export `soneiumMinato`.
- Modified `apps/playground-web/src/components/in-app-wallet/profile-sections.tsx` to include buttons for linking `Metamask` and `Passkey`, replacing the `Coinbase Wallet` button.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
ae1e95d to
7c10343
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces a new blockchain chain definition for
soneiumMinatoand modifies the wallet linking functionality in theAppcomponent to support linking toMetamaskandPasskeyinstead ofCoinbase Wallet.Detailed summary
soneiumMinatochain definition inpackages/thirdweb/src/chains/chain-definitions/soneium-minato.ts.soneiumMinatoinpackages/thirdweb/src/exports/chains.ts.Appcomponent inapps/playground-web/src/components/in-app-wallet/profile-sections.tsxto:linkMetamaskfunction for linking toMetamask.linkPasskeyfunction for linking toPasskey.Link Coinbase Walletbutton with buttons forLink MetamaskandLink Passkey.