PoolTogether - Liquidator Contracts
TODO: Coveralls tag, coverage
Have questions or want the latest news?
Join the PoolTogether Discord or follow us on 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)