-
Couldn't load subscription status.
- Fork 609
[SDK] Add EIP-5792 support for EIP1193.toProvider() #8298
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] Add EIP-5792 support for EIP1193.toProvider() #8298
Conversation
🦋 Changeset detectedLatest commit: 646fdec The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 GitHub.
|
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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8298 +/- ##
==========================================
- Coverage 54.90% 54.87% -0.04%
==========================================
Files 919 919
Lines 60665 60707 +42
Branches 4129 4125 -4
==========================================
Hits 33310 33310
- Misses 27254 27296 +42
Partials 101 101
🚀 New features to boost your workflow:
|
size-limit report 📦
|
462f0e8 to
646fdec
Compare

PR-Codex overview
This PR introduces support for EIP-5792 in the
thirdwebwallet implementation, enhancing theEIP1193.toProvider()functionality. It adds new transaction handling methods and integratessendCallsandgetCallsStatusfeatures for improved wallet interactions.Detailed summary
EIP1193.toProvider().inAppWalletSendCallsto includechainin transaction options.wagmi.tsto initializeinAppWalletwithEIP7702execution mode.useSendCallsanduseCallsStatushooks inApp.tsx.to-eip1193.ts.