Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
298e9e6 to
7418945
Compare
...ages/no-modal/src/providers/ethereum-mpc-provider/providers/signingProviders/signingUtils.ts
Outdated
Show resolved
Hide resolved
...ages/no-modal/src/providers/ethereum-mpc-provider/providers/signingProviders/signingUtils.ts
Outdated
Show resolved
Hide resolved
...ages/no-modal/src/providers/ethereum-mpc-provider/providers/signingProviders/signingUtils.ts
Outdated
Show resolved
Hide resolved
...ages/no-modal/src/providers/ethereum-mpc-provider/providers/signingProviders/signingUtils.ts
Outdated
Show resolved
Hide resolved
packages/no-modal/src/providers/ethereum-provider/rpc/eip7702Middleware.ts
Outdated
Show resolved
Hide resolved
...ages/no-modal/src/providers/ethereum-mpc-provider/providers/signingProviders/signingUtils.ts
Outdated
Show resolved
Hide resolved
.../providers/ethereum-provider/providers/privateKeyProviders/TransactionFormatter/formatter.ts
Outdated
Show resolved
Hide resolved
packages/no-modal/src/providers/ethereum-provider/rpc/ethRpcMiddlewares.ts
Outdated
Show resolved
Hide resolved
packages/no-modal/src/providers/ethereum-provider/rpc/eip7702Middleware.ts
Outdated
Show resolved
Hide resolved
lwin-kyaw
commented
Feb 23, 2026
| "@toruslabs/http-helpers": "^8.1.1", | ||
| "@web3auth/auth": "^10.8.0", | ||
| "@web3auth/no-modal": "^10.14.1", | ||
| "@web3auth/no-modal": "file:../no-modal", |
Author
There was a problem hiding this comment.
TODO: update this to published version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Jira Link: https://consensyssoftware.atlassian.net/browse/W3APD-5325?atlOrigin=eyJpIjoiZTNmNmNkMjc4ODJmNGQ5YTgzYWJiYjhjZWM3MTUyNDUiLCJwIjoiaiJ9
Description
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Note
Medium Risk
Touches wallet transaction flows and introduces new provider RPC method usage (
wallet_*EIP-7702/5792), which can affect signing/sending behavior in demos; core logic changes appear limited and mostly additive.Overview
Adds an EIP-7702/EIP-5792 playground to the Next.js SSR demo
Main.tsx, including buttons to callwallet_getAccountUpgradeStatus,wallet_upgradeAccount,wallet_getCapabilities,wallet_sendCalls, andwallet_getCallsStatus, and a simplewagmi“send zero transaction” action with displayed tx hash/errors.Updates the demo Web3Auth provider config to set
defaultChainIdand enablewalletServicesConfigmodal confirmations/login mode. Also refreshes demo lockfiles to@web3auth/modal/@web3auth/no-modal10.14.1and related dependency bumps, and fixes a missing newline indemo/react-app-no-modal/src/web3RPC.ts.Written by Cursor Bugbot for commit 19a9ab9. This will update automatically on new commits. Configure here.