Skip to content
Alchemy Logo
Changelog

August 20, 2026

Wallet APIs: EIP-7702 default changes September 21

Beginning September 21, 2026, new EIP-7702 accounts created through wallet_prepareCalls or wallet_requestAccount will delegate to SemiModularAccount7702 v1.1.0 by default on every supported network. Existing accounts are unaffected: they keep their recorded delegate and do not need to sign a new authorization.

If your application validates or recognizes accounts by delegate address or accountId(), add v1.1.0 to the accepted set before the rollout. Both versions remain supported, so accept both rather than replacing v1.0.0. You can opt in to v1.1.0 now or explicitly keep new accounts on v1.0.0.

Smart Accounts

VersionDelegate addressaccountId()
v1.0.00x69007702764179f14F51cdce752f4f775d74E139alchemy.sma-7702.1.0.0
v1.1.00x77021100bD87b7008E5E1989d0eB38555d0d0000alchemy.sma-7702.1.1.0

Gas Manager

Admin API

Upgrades