# LightAccountVersionConfig | @account-kit/smart-contracts

> Overview of LightAccountVersionConfig from @account-kit/smart-contracts

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

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

```ts
type LightAccountVersionConfig<TEntryPointVersion> = object;
```

Defined in: [account-kit/smart-contracts/src/light-account/types.ts:11](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/light-account/types.ts#L11)

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TEntryPointVersion` *extends* `EntryPointVersion`
      </td>

      <td>
        `EntryPointVersion`
      </td>
    </tr>

  </tbody>
</table>

## Properties

<table>
  <thead>
    <tr>
      <th align="left">Property</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="addresses" /> `addresses`
      </td>

      <td>
        `object`
      </td>
    </tr>

    <tr>
      <td>
        `addresses.default`
      </td>

      <td>
        `object`
      </td>
    </tr>

    <tr>
      <td>
        `addresses.default.factory`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        `addresses.default.impl`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        `addresses.overrides?`
      </td>

      <td>
        `Record`\<[`Chain`](https://viem.sh)\[`"id"`], \{ `factory`: [`Address`](https://abitype.dev); `impl`: [`Address`](https://abitype.dev); }>
      </td>
    </tr>

    <tr>
      <td>
        <a id="entrypointversion" /> `entryPointVersion`
      </td>

      <td>
        `TEntryPointVersion`
      </td>
    </tr>

  </tbody>
</table>