Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/v4-pool-data

A package for maintaining protocol deployments & ABIs.
https://github.com/pooltogether/v4-pool-data

Last synced: about 2 months ago
JSON representation

A package for maintaining protocol deployments & ABIs.

Awesome Lists containing this project

README

        

![CI](https://github.com/pooltogether/v4-pool-data/actions/workflows/main.yml/badge.svg)

# v4 Pool data

A [Contract List](https://github.com/pooltogether/contract-list-schema) of the latest v4 PoolTogether deployments on mainnets and testnets.

# Installation

```bash
yarn add @pooltogether/v4-pool-data
```

# Use

```js
import { mainnet, testnet } from '@pooltogether/v4-pool-data'
```

`mainnet` consists of all of the deployments on mainnets (ex. Ethereum, Polygon, etc.)
`testnet` consists of all of the deployments on testnets (ex. Rinkeby, Mumbai, etc.)