# @ethersproject/networks

> Network definitions for ethers.

Latest version **5.8.0** (published 2025-02-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ethersproject/networks
pnpm add @ethersproject/networks
yarn add @ethersproject/networks
bun add @ethersproject/networks
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 5.8.0 |
| Published | 2025-02-26 |
| First published | 2019-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 49.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8712 |
| Author | Richard Moore |
| Maintainers | ricmoo |
| Keywords | Ethereum, ethers |

## Links

- npm: https://www.npmjs.com/package/@ethersproject/networks
- Repository: https://github.com/ethers-io/ethers.js
- Homepage: https://github.com/ethers-io/ethers.js#readme
- Issues: https://github.com/ethers-io/ethers.js/issues
- Funding: https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2
- npm.io page: https://npm.io/package/@ethersproject/networks

## Dependencies (1)

- [@ethersproject/logger](https://npm.io/package/@ethersproject/logger.md) ^5.8.0

## Recent versions

- 5.8.0 (latest) — 2025-02-26
- 5.7.1 — 2022-09-14
- 5.7.0 — 2022-08-19
- 5.6.4 — 2022-06-18
- 5.6.3 — 2022-05-21
- 5.6.2 — 2022-04-13
- 5.6.1 — 2022-03-26
- 5.6.0 — 2022-03-10
- 5.5.2 — 2022-01-07
- 5.5.1 — 2021-12-01
- 5.5.0 — 2021-10-20
- 5.4.2 — 2021-08-05
- 5.4.1 — 2021-07-03
- 5.4.0 — 2021-06-26
- 5.3.1 — 2021-06-11
- … 34 more at https://npm.io/package/@ethersproject/networks/versions

## README

Ethereum (and ilk) Network Definitions
======================================

This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js).

It is responsible for tracking common networks along with important
parameters for each.

For more information, see the [documentation](https://docs.ethers.io/v5/api/providers/types/#providers-Network).

Importing
---------

Most users will prefer to use the [umbrella package](https://www.npmjs.com/package/ethers),
but for those with more specific needs, individual components can be imported.

```javascript
const {

    getNetwork,

    // Types

    Network,
    Networkish

} = require("@ethersproject/networks");
```


License
-------

MIT License

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