Add UniswapCalibur and RainbowCalibur to EIP-7702 delegator whitelist#967
Open
DanielSinclair wants to merge 2 commits into
Open
Conversation
e9f8613 to
12b33bb
Compare
Add Uniswap Wallet's EIP-7702 delegator contract (Calibur) to the on-device whitelist, allowing Ledger users to delegate their EOA to the Calibur implementation with a recognizable name shown on the device display. The contract is deployed at the same deterministic address across all supported chains, so a single chain_id = 0 (CHAIN_ID_ALL) entry covers them all. The address was verified byte-by-byte against the upstream deployment: 0x000000009B1D0aF20D8C6d0A44e162d11F9b8f00 Source and audits: https://github.com/Uniswap/calibur https://github.com/Uniswap/calibur/tree/main/audits
Add Rainbow Wallet's EIP-7702 delegator contract (Calibur) to the on-device whitelist, enabling Ledger users to delegate their EOA to the RainbowCalibur implementation with a recognizable name shown on the device display. The contract is deployed at the same deterministic address across all supported chains, so a single chain_id = 0 (CHAIN_ID_ALL) entry covers them all. The address was verified byte-by-byte against the upstream deployment: 0x612373D7003d694220f7800EeaF8E3924c0951D3 Source and audits: https://github.com/Uniswap/calibur https://github.com/Uniswap/calibur/tree/main/audits
12b33bb to
981556d
Compare
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 two EIP-7702 delegator contracts to the Ledger Ethereum app whitelist: Uniswap Calibur (Uniswap Wallet) and RainbowCalibur (Rainbow Wallet). Both are deployments of the Calibur smart account implementation, which has been independently audited — see audits.
Uniswap Calibur (
Calibur) —0x000000009B1D0aF20D8C6d0A44e162d11F9b8f00Deployed at the same deterministic address across all supported chains. Added as a single
chain_id = 0(all-chains) entry.Rainbow Calibur (
RainbowCalibur) —0x612373D7003d694220f7800EeaF8E3924c0951D3Deployed at the same deterministic address across all supported chains. Added as a single
chain_id = 0(all-chains) entry.Changes include