# @maticnetwork/meta

> Matic network contracts' addresses and ABIs

Latest version **2.4.59** (published 2023-12-18) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @maticnetwork/meta
pnpm add @maticnetwork/meta
yarn add @maticnetwork/meta
bun add @maticnetwork/meta
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.4.59 |
| Published | 2023-12-18 |
| First published | 2020-01-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 84 |
| Maintainers | nitinmittal23, devops-polygon.technology, qedk, jdkanani, imyourm8, ankitboghra |
| Keywords | meta, addresses, abi |

## Links

- npm: https://www.npmjs.com/package/@maticnetwork/meta
- Repository: https://github.com/maticnetwork/static
- Homepage: https://github.com/maticnetwork/static#readme
- Issues: https://github.com/maticnetwork/static/issues
- npm.io page: https://npm.io/package/@maticnetwork/meta

## Recent versions

- 2.4.59 (latest) — 2023-12-18
- 2.4.58 — 2023-10-12
- 2.4.57 — 2023-09-07
- 2.4.56 — 2023-08-07
- 2.4.55 — 2023-07-18
- 2.4.54 — 2023-06-29
- 2.4.53 — 2023-05-26
- 2.4.52 — 2023-03-31
- 2.4.51 — 2023-03-25
- 2.4.50 — 2023-03-24
- 2.4.49 — 2023-03-22
- 2.4.48 — 2023-03-21
- 2.4.47 — 2023-03-17
- 2.4.46 — 2023-03-06
- 2.4.45 — 2023-03-06
- … 55 more at https://npm.io/package/@maticnetwork/meta/versions

## README

# Static server
The private static server for Matic.

### How it works?
All files, in this repository, will be served over AWS S3 at `https://static.matic.network/<file-path>`.

### Production
Master branch will be automatically deployed. No other action required.

## Package Usage

### Installation
```bash
$ npm i --save @maticnetwork/meta
```
### Usage
```javascript
const Network = require("@maticnetwork/meta/network")

// define network
const network = new Network("testnet", "mumbai")

const Matic = network.Matic  // all info related to Matic
const Main = network.Main // all info related to Main
const Heimdall = network.Heimdall // all info related to Heimdall

const RootChainABI = network.abi("RootChain")

// use matic js
let matic = new Matic ({
    maticProvider: Matic.RPC,
    mainProvider: Main.RPC,
    registry: Main.Contracts.Registry,
    ...
    ...
})
```


### Before Publishing
```
npm run minify
```

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