0.3.2 • Published 5 years ago

@pooltogether/pods v0.3.2

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
5 years ago

Pods

Pods allow users to pool their tickets together in PoolTogether. They can exchange their tickets for Pod shares.

If you'd like to deploy Pods and a mock Pool so you can play with them try the PoolTogether Mock.

Ethereum Networks

Mainnet

ContractAddress (proxy)Address (implementation)Code Version
DaiPod0x9F4C5D8d9BE360DF36E67F52aE55C1B137B4d0C40x23AA976A4413aC655a237Ff01083D62B0C4971e4v0.3.2
UsdcPod0x6F5587E191C8b222F634C78111F97c4851663ba40xec6DAc8357245808608aACF97346762468e550A3v0.3.2

Kovan

ContractAddress (proxy)Address (implementation)
DaiPod0x395fcB67ff8fdf5b9e2AeeCc02Ef7A8DE87a66770x3fe4bf988948888F52a548d179140F6Aee01ABaA
UsdcPod0x9191Fd9f29cbbE73bA0e1B8959eC89Bc780e598b0xa2dA6860897aAB3b90384d150c9655a6356d0832

Development

Setup

Clone the repo and then install deps:

$ yarn

Copy over .envrc and allow direnv:

$ cp .envrc.example .envrc
$ direnv allow

Tests

Run tests:

$ yarn test

Coverage

Run coverage:

$ yarn coverage