Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pooltogether/v4-pool-data
- Owner: pooltogether
- License: mit
- Created: 2021-09-03T18:01:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T17:57:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T00:06:17.803Z (8 months ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.)