Version | Nexus Version | ERC-7702 Support | Composability | Notes |
---|---|---|---|---|
2.1.0 | 1.2.0 | ✅ Yes | ✅ Native | Latest and recommended. Allows delegated/upgraded EOAs to directly own smart accounts in Nexus 1.2.0. |
2.0.0 | 1.2.0 | ✅ Yes | ✅ Native | Supports ERC-7702 flows but does not support delegated/upgraded EOAs as direct owners of smart accounts. |
1.1.0 | 1.0.2 | ❌ No | ⚠️ Manual | Composability must be installed manually (handled by the SDK). Best for EVM Paris–only chains with limited opcode support. |
1.0.0 | 1.0.2 | ❌ No | ⚠️ Manual | Same as 1.1.0 . Composability module installed via SDK. |
Built on Nexus 1.2.0 with cutting-edge capabilities
1.2.0
with pre-installed MEE K1 validator2.1.0
is strongly recommended due to its full support for delegated EOAs and native composability. Earlier versions remain available for legacy or specialized chains but require additional setup steps handled by the SDK.
Locate your smart account address
Open the block explorer
Navigate to the Contracts tab
Verify the proxy contract if needed
Call the getImplementation function
getImplementation
function. This will return the address of the actual implementation contract your smart account is using.Compare with official addresses