diff --git a/content/wallets/pages/transactions/using-eip-7702/index.mdx b/content/wallets/pages/transactions/using-eip-7702/index.mdx index 69c21ec28..a7674f840 100644 --- a/content/wallets/pages/transactions/using-eip-7702/index.mdx +++ b/content/wallets/pages/transactions/using-eip-7702/index.mdx @@ -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. - **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. ## How it works