-
Notifications
You must be signed in to change notification settings - Fork 139
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
feat: eip 7702 support and demo #1268
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to 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. |
* feat: adds initial impl of signAuthorization * docs: adds signAuthorization documentation * fix: rename var
import { MintCard } from "../shared/mint-card/MintCard"; | ||
import { Debug7702Button } from "../shared/7702/Debug7702Button"; |
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.
'Debug7702Button' is defined but never used.
closing as this has been split into two PRs for ease of reviewing - #1287 for the core support, and an upcoming one from |
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR primarily focuses on updating dependencies, enhancing the
7702
wallet integration, improving transaction handling, and refining the user interface components related to minting and user operations.Detailed summary
viem
dependency version from^2.20.0
to^2.22.6
across multiple packages.Counter
andNFT
smart contracts inexamples/ui-demo/contracts/src
.signAuthorization
method inLocalAccountSigner
.MintCard7702
andWrapper7702
components for better user experience.WalletTypeSwitch
for selecting wallet types.solhint
and added relevant scripts for linting..mdx
files related to smart contracts.