# DEFAULT_SMAV2_7702_VERSION

> The SemiModularAccount7702 version `toModularAccountV2` delegates to when no `version` is given. Newer versions are opt-in rather than default: moving this would re-delegate every existing 7702 account, since `is7702Delegated` compares on-chain code against the delegation address.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
const DEFAULT_SMAV2_7702_VERSION: "v1.0.0";
```

Defined in: [packages/smart-accounts/src/ma-v2/registry.ts:36](https://github.com/alchemyplatform/aa-sdk/blob/main/packages/smart-accounts/src/ma-v2/registry.ts#L36)

The SemiModularAccount7702 version `toModularAccountV2` delegates to when no
`version` is given. Newer versions are opt-in rather than default: moving
this would re-delegate every existing 7702 account, since `is7702Delegated`
compares on-chain code against the delegation address.