# @metamask/delegation-deployments

> A history of deployments of the Delegation Framework

Latest version **2.0.0** (published 2026-08-13) · (MIT-0 OR Apache-2.0) license · 0 weekly downloads

## Install

```sh
npm install @metamask/delegation-deployments
pnpm add @metamask/delegation-deployments
yarn add @metamask/delegation-deployments
bun add @metamask/delegation-deployments
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2026-08-13 |
| First published | 2025-04-10 |
| Weekly downloads | 0 |
| License | (MIT-0 OR Apache-2.0) |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=20 |
| Dependencies | 0 |
| Unpacked size | 75.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 63 |
| Maintainers | kumavis, frederikbolding, metamaskbot, gudahtt, mrten, mcmire, naugtur |
| Keywords | MetaMask, Ethereum |

## Links

- npm: https://www.npmjs.com/package/@metamask/delegation-deployments
- Repository: https://github.com/MetaMask/smart-accounts-kit
- Homepage: https://github.com/MetaMask/smart-accounts-kit/tree/main/packages/delegation-deployments#readme
- Issues: https://github.com/MetaMask/smart-accounts-kit/issues
- npm.io page: https://npm.io/package/@metamask/delegation-deployments

## Recent versions

- 2.0.0 (latest) — 2026-08-13
- 1.4.0 — 2026-05-18
- 1.3.0 — 2026-05-05
- 1.2.0 — 2026-04-15
- 1.1.0 — 2026-04-09
- 1.0.0 — 2026-03-27
- 0.17.0 — 2026-03-23
- 0.16.0 — 2026-01-07
- 0.15.0 — 2025-11-12
- 0.14.0 — 2025-11-10
- 0.13.0 — 2025-11-04
- 0.12.0 — 2025-06-23
- 0.11.0 — 2025-05-13
- 0.10.0 — 2025-04-14
- 0.9.0 — 2025-04-10

## README

# Delegation Framework Deployments

A history of [Delegation Framework](https://github.com/metamask/delegation-framework) deployments. Versioning inside the JSON for deploymented mapped to the [github tags](https://github.com/MetaMask/delegation-framework/tags).

## Installation

This package is normally installed as part of the Smart Accounts Kit (@metamask/smart-accounts-kit) which is part of this monorepo.

In order to install this package standalone:

With yarn:
```
yarn add @metamask/delegation-deployments
```

With npm:
```
npm install @metamask/delegation-deployments
```

## Contributing

Deployment addresses are manually added to `src/contractAddresses.ts` and assigned to versions and chains in `src/index.ts`.

In order to validate that the latest version of contracts is deployed to all supported chains, run:

```
yarn validate-latest-contracts
```

This will identify the latest version of the contracts, iterate the supported chains, and check that code is deployed at the specified address.

You can also validate specific chains by providing the chainId as a comma separated list (chains may be decimal, or 0x prefixed hexadecimal):

```
yarn validate-latest-contracts 0x01,0xe708
```

---
_Source: https://npm.io/package/@metamask/delegation-deployments · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
