# DefaultMaV1Address

> A mapping of default addresses for the ModularAccountV1.

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

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

```ts
const DefaultMaV1Address: object;
```

Defined in: [packages/smart-accounts/src/ma-v1/account.ts:6](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v1/account.ts#L6)

A mapping of default addresses for the ModularAccountV1.

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
      <th align="left">Default value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="implementation_address" /> `IMPLEMENTATION_ADDRESS`
      </td>

      <td>
        `"0x0046000000000151008789797b54fdb500e2a61e"`
      </td>

      <td>
        `"0x0046000000000151008789797b54fdb500e2a61e"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="multi_owner_mav1_factory" /> `MULTI_OWNER_MAV1_FACTORY`
      </td>

      <td>
        `"0x000000e92D78D90000007F0082006FDA09BD5f11"`
      </td>

      <td>
        `"0x000000e92D78D90000007F0082006FDA09BD5f11"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="multi_sig_mav1_factory" /> `MULTI_SIG_MAV1_FACTORY`
      </td>

      <td>
        `"0x000000000000204327E6669f00901a57CE15aE15"`
      </td>

      <td>
        `"0x000000000000204327E6669f00901a57CE15aE15"`
      </td>
    </tr>

  </tbody>
</table>