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
The repo can be cloned from Github for contributions.
git clone https://github.com/pooltogether/liquidatorTo install with Foundry:
forge install pooltogether/liquidatorTo run tests:
forge testTo run a specific test contract:
forge test --mc <test contract name>To run coverage:
forge coverageTODO:
uint112 - Uniswap V2 limits to this as a safe maximum. For an 18 decimal token, this is more than a million billion tokens (1e15)