-
Notifications
You must be signed in to change notification settings - Fork 544
[SDK] Feature: Add wagmi adapter for in-app wallet #5644
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] Feature: Add wagmi adapter for in-app wallet #5644
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 391319a 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 |
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. |
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. |
fce76b8
to
c61df2c
Compare
b54ca2e
to
ca0b639
Compare
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5644 +/- ##
==========================================
- Coverage 52.89% 52.85% -0.04%
==========================================
Files 1098 1098
Lines 58976 58976
Branches 4792 4788 -4
==========================================
- Hits 31193 31173 -20
- Misses 27065 27087 +22
+ Partials 718 716 -2
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
826cdca
to
96fd85b
Compare
96fd85b
to
1d2a2bc
Compare
f017a05
to
8496237
Compare
8496237
to
6052378
Compare
6052378
to
73b2d9b
Compare
73b2d9b
to
391319a
Compare
Problem solved
CNCT-2566
PR-Codex overview
This PR introduces the
wagmi-adapter
package, enabling integration of thirdweb's in-app wallets with wagmi. It includes new types, functions, and example usage for connecting to in-app wallets, along with configuration files for TypeScript support.Detailed summary
README.md
forwagmi-adapter
with usage instructions.inAppWalletConnector
and related types fromthirdweb.ts
.tsconfig
files for build and development configurations.wallets.ts
andwallets.native.ts
.InAppWalletConnectionOptions
usingPrettify
for better type handling.package.json
forwagmi-adapter
with dependencies and scripts.