docs(wallets): document new v1.1.0 EIP-7702 delegation address - #1563
Merged
Conversation
Wallet APIs now accept a second SemiModularAccount7702 delegation address (v1.1.0) in addition to the v1.0.0 default. Also corrects several contract version labels in the deployed-addresses table to match each contract's own on-chain accountId()/moduleId(), which had been mislabeled with the repo's overall release tag, and repoints the v2 Source link at the tag that actually documents the new address. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🔗 Preview Mode
|
Lets the Monad support section be linked to directly, since accordions don't get an auto-generated anchor from their title like headings do. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
dancoombs
approved these changes
Aug 24, 2026
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
Wallet APIs now accept a second EIP-7702 delegation address (SemiModularAccount7702 v1.1.0) in addition to the existing v1.0.0 default. This PR documents the new address and fixes several incorrect contract version labels on the deployed-addresses page.
Related Issues
N/A
Changes Made
using-eip-7702/index.mdx: list both supported delegation contracts (v1.0.0 and v1.1.0) instead of only v1.0.0.deployed-addresses.mdx: add the new v1.1.0SemiModularAccount7702address to the Modular Account V2 table.deployed-addresses.mdx: correct 6 rows that were labeled with the repo's overall release tag (e.g. v2.0.0) instead of each contract's own on-chain version — verified directly viaaccountId()/moduleId()calls against the deployed contracts.deployed-addresses.mdx: repoint the Modular Account V2 Source link at thev2.0.2tag, since thedevelopbranch doesn't yet include the v1.1.0 entry.Testing
pnpm run validate)