Skip to content

pooltogether/v5-liquidator

Repository files navigation

PoolTogether Brand


PoolTogether - Liquidator Contracts

TODO: Coveralls tag, coverage

built-with openzeppelin GPLv3 license

Have questions or want the latest news?
Join the PoolTogether Discord or follow us on Twitter:

Discord Twitter

Documentation
https://v4.docs.pooltogether.com

Deployments

Getting Started

The repo can be cloned from Github for contributions.

git clone https://github.com/pooltogether/liquidator

Installation

To install with Foundry:

forge install pooltogether/liquidator

Testing

To run tests:

forge test

To run a specific test contract:

forge test --mc <test contract name>

To run coverage:

forge coverage

Deployment

TODO:

Notes

uint112 - Uniswap V2 limits to this as a safe maximum. For an 18 decimal token, this is more than a million billion tokens (1e15)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published