# @0x-klaytn/contract-addresses

> Used to get known addresses of deployed 0x contracts on Klaytn network

Latest version **4.6.7** (published 2020-03-08) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @0x-klaytn/contract-addresses
pnpm add @0x-klaytn/contract-addresses
yarn add @0x-klaytn/contract-addresses
bun add @0x-klaytn/contract-addresses
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.6.7 |
| Published | 2020-03-08 |
| First published | 2020-02-24 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.12 |
| Dependencies | 1 |
| Unpacked size | 33.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | xlab_is |

## Links

- npm: https://www.npmjs.com/package/@0x-klaytn/contract-addresses
- Repository: https://gitlab.kompose.app/klaytn/0x-monorepo
- Homepage: https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md
- npm.io page: https://npm.io/package/@0x-klaytn/contract-addresses

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.11

## Recent versions

- 4.6.7 (latest) — 2020-03-08
- 4.6.6 — 2020-03-05
- 4.6.5 — 2020-03-05
- 4.6.4 — 2020-03-01
- 4.6.3 — 2020-02-28
- 4.6.2 — 2020-02-25
- 4.6.1 — 2020-02-25
- 1.0.3 — 2020-02-24
- 1.0.2 — 2020-02-24
- 1.0.1 — 2020-02-24
- 1.0.0 — 2020-02-24

## README

## @0x-klaytn/contract-addresses

A tiny utility library for getting known deployed contract addresses for a
particular network.

## Installation

```bash
yarn add @0x-klaytn/contract-addresses
```

**Import**

```typescript
import { getContractAddressesForChainOrThrow } from '@0x-klaytn/contract-addresses';
```

or

```javascript
var getContractAddressesForChainOrThrow = require('@0x-klaytn/contract-addresses').getContractAddressesForChainOrThrow;
```

## Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.

### Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

```bash
yarn config set workspaces-experimental true
```

Then install dependencies

```bash
yarn install
```

### Build

To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:

```bash
PKG=@0x-klaytn/contract-addresses yarn build
```

### Clean

```bash
yarn clean
```

### Lint

```bash
yarn lint
```

### Run Tests

```bash
yarn test
```

---
_Source: https://npm.io/package/@0x-klaytn/contract-addresses · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
