-
Notifications
You must be signed in to change notification settings - Fork 619
fix: add missing partner id for ecosystem wallet #4886
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: 985c4b0 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 ↗︎
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4886 +/- ##
==========================================
- Coverage 47.52% 47.49% -0.03%
==========================================
Files 1054 1055 +1
Lines 57152 57191 +39
Branches 3903 3902 -1
==========================================
+ Hits 27159 27165 +6
- Misses 29304 29337 +33
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on fixing the issue of missing `partnerId` when creating an ecosystem wallet in the `thirdweb` package.
### Detailed summary
- Updated `partnerId` in `packages/thirdweb/src/wallets/in-app/web/ecosystem.ts` to use `ecosystem.partnerId`.
- Updated `partnerId` in `packages/thirdweb/src/wallets/in-app/native/ecosystem.ts` to use `createOptions?.partnerId`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
0e0d361 to
985c4b0
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on fixing the issue of missing
partnerIdwhen creating an ecosystem wallet in thethirdwebpackage.Detailed summary
partnerId: ecosystem.partnerIdinpackages/thirdweb/src/wallets/in-app/web/ecosystem.ts.partnerId: createOptions?.partnerIdinpackages/thirdweb/src/wallets/in-app/native/ecosystem.ts.