Add Rainbow Calibur to EIP-7702 known implementations#17834
Open
DanielSinclair wants to merge 3 commits intoethereum:devfrom
Open
Add Rainbow Calibur to EIP-7702 known implementations#17834DanielSinclair wants to merge 3 commits intoethereum:devfrom
DanielSinclair wants to merge 3 commits intoethereum:devfrom
Conversation
Adds Rainbow Wallet's Calibur delegation contract to the known implementations table in the EIP-7702 documentation page. The contract has been audited and its source is publicly available. The new row follows the existing table format: contract address, source repo link, and audits directory link. Contract: 0x612373D7003d694220f7800EeaF8E3924c0951D3 Source: https://github.com/rainbow-me/calibur Audits: https://github.com/rainbow-me/calibur/tree/main/audits
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Rename Uniswap/calibur label to Calibur - Rename rainbow-me/calibur label to RainbowCalibur - Update rainbow-me/calibur URLs to uniswap/calibur
wackerow
reviewed
Apr 3, 2026
| | 0x63c0c19a282a1b52b07dd5a65b58948a07dae32b | [MetaMask/delegation-framework](https://github.com/MetaMask/delegation-framework) | [audits](https://github.com/MetaMask/delegation-framework/tree/main/audits) | | ||
| | 0x4Cd241E8d1510e30b2076397afc7508Ae59C66c9 | [Ethereum Foundation AA team](https://github.com/eth-infinitism/account-abstraction/blob/develop/contracts/accounts/Simple7702Account.sol) | [audits](https://github.com/eth-infinitism/account-abstraction/blob/develop/audits/SpearBit%20Account%20Abstraction%20Security%20Review%20-%20Mar%202025.pdf) | | ||
| | 0x17c11FDdADac2b341F2455aFe988fec4c3ba26e3 | [Luganodes/Pectra-Batch-Contract](https://github.com/Luganodes/Pectra-Batch-Contract) | [audits](https://certificate.quantstamp.com/full/luganodes-pectra-batch-contract/23f0765f-969a-4798-9edd-188d276c4a2b/index.html) | | ||
| | 0x612373D7003d694220f7800EeaF8E3924c0951D3 | [RainbowCalibur](https://github.com/uniswap/calibur) | [audits](https://github.com/uniswap/calibur/tree/main/audits) | |
Member
There was a problem hiding this comment.
@DanielSinclair Hey just checking, didn't see the address in the audits and the repo showing 0x000000009B1D0aF20D8C6d0A44e162d11F9b8f00? Both appear deployed on Mainnet, just confirming this is what we should be using
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
Adds Rainbow Wallet's Calibur delegation contract deployment to the known implementations table in the EIP-7702 documentation page. This contract is a replica of Uniswap/Calibur
The new entry follows the existing table format and includes links to the source repository and audits directory.
0x612373D7003d694220f7800EeaF8E3924c0951D3Related Issue
N/A