-
Notifications
You must be signed in to change notification settings - Fork 5.4k
feat: add Account Abstraction metadata to wallet finder (EIP-4337 & EIP-7702) #17062
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
base: dev
Are you sure you want to change the base?
feat: add Account Abstraction metadata to wallet finder (EIP-4337 & EIP-7702) #17062
Conversation
Add two new metadata fields to the wallet finder for Account Abstraction: - Smart Accounts (EIP-4337): Filter for wallets that support smart contract accounts, enabling features like gas fee abstraction, social recovery, and transaction batching. - Account Upgrades (EIP-7702): Filter for wallets that support upgrading EOA accounts with smart contract features while keeping the existing address. These fields appear in the Smart Contract category alongside existing multisig and social recovery filters. Both are optional boolean fields that wallet maintainers can set when submitting wallet updates.
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Great implementation! A few suggestions to better integrate with the existing wallet metadata structure: Leveraging Existing MetadataThe wallet submission form (suggest_wallet.yaml) already has related fields we should consider: 1. Existing
|











Summary
Adds two new metadata fields to the wallet finder to help users identify wallets that support Account Abstraction features. These fields appear under the Smart Contract category.
New Filters
Smart Accounts (EIP-4337)
Account Upgrades (EIP-7702)
Changes
eip_4337_supportandeip_7702_supportoptional boolean fields toWalletDatatypeconstants.tsuseWalletFilters.tsxTechnical Notes
mpc,privacy,new_to_cryptoFixes #17061
Test plan