Add Ethereum Foundation–recognized EIP-7702 delegator implementations to whitelist (Uniswap, Alchemy, Ambire, MetaMask, Luganodes)#948
Open
superKalo wants to merge 1 commit into
Conversation
…legator implementations (Uniswap, Alchemy, Ambire, MetaMask, and Luganodes)
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.
Description
This PR adds Ethereum Foundation–recognized and audited EIP-7702 delegator implementations to the Ethereum app internal whitelist.
The change aligns the implementation with the official Ethereum Foundation guidance for EIP-7702 delegators:
https://ethereum.org/roadmap/pectra/7702/
For hardware wallets, the Ethereum Foundation recommends allowing only trusted delegator contracts instead of exposing arbitrary delegation. The current whitelist included only
Simple7702Account, while several other EF-recognized implementations were missing.The ecosystem moves only as fast as hardware wallets do. EIP-7702 adoption depends on all of us keeping pace. Supporting the full set of trusted delegators helps unblock progress and brings us closer to a seamless, EIP-7702–powered Ethereum. Let’s keep 7702 moving 💪
Changes include
Breaking changes
No behavior changes outside the delegator allowlist.