-
Notifications
You must be signed in to change notification settings - Fork 570
[SDK]Fix: use base autoconnect in wagmi adapter #6005
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: use base autoconnect in wagmi adapter #6005
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: dc05f2e 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 |
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. |
dc4f399
to
ab55682
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6005 +/- ##
=======================================
Coverage 54.88% 54.88%
=======================================
Files 1151 1151
Lines 61165 61165
Branches 5152 5152
=======================================
Hits 33573 33573
Misses 26864 26864
Partials 728 728
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you get it to work?
Yeah |
Merge activity
|
<!-- start pr-codex --> ## PR-Codex overview This PR introduces minor updates to the `@thirdweb-dev/wagmi-adapter` package, enhancing the autoconnection feature to accept URL token parameters and making adjustments to the package's metadata. ### Detailed summary - Added support for URL token parameters in the autoconnection feature within `packages/wagmi-adapter/src/connector.ts`. - Updated the `autoConnect` function call to include `wallets: [wallet]`. - Minor updates to the `package.json` file's metadata and dependencies. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
f279a72
to
dc05f2e
Compare
PR-Codex overview
This PR focuses on enhancing the
@thirdweb-dev/wagmi-adapter
by adding support for accepting URL token parameters during auto-connection and updating theautoConnect
function usage.Detailed summary
autoConnect
inpackages/wagmi-adapter/src/connector.ts
.package.json
structure while ensuring dependencies and scripts are preserved.