Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: wallets/transactions/using-eip-7702
[EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) is enabled by default, giving you access to all Smart Wallet capabilities including gas sponsorship, batching, and more - while keeping the same address.

<Note>
**Upcoming default delegation change — September 21, 2026:** New EIP-7702 accounts created through Wallet APIs will delegate to Modular Account v2 v1.1.0 at `0x77021100bD87b7008E5E1989d0eB38555d0d0000`, instead of v1.0.0 at `0x69007702764179f14F51cdce752f4f775d74E139`. Existing accounts are unaffected. If your application validates delegation addresses, allowlist the v1.1.0 address before then. See the [changelog announcement](/docs/changelog/2026/8/20) for details.
New EIP-7702 accounts created through Wallet APIs delegate to Modular Account v2 v1.1.0 at `0x77021100bD87b7008E5E1989d0eB38555d0d0000` by default. Accounts delegated to a prior version of Modular Account v2 keep their recorded delegate, and v1.0.0 at `0x69007702764179f14F51cdce752f4f775d74E139` remains available if explicitly requested.
</Note>

## How it works
Expand Down
Loading