@gammaswap/v1-liquidator
v1.1.14
Published
Smart contract for GammaSwap V1 liquidation bot
Downloads
3
Readme
Description
This is the repository for the liquidation bot smart contract for the GammaSwap V1 protocol. The tests for the CPMM implementation of GammaSwap pools that use the UniswapV2 AMM (v1-implementations repo) are also found here.
Tests run against DeltaSwap. To run tests against UniswapV2 change IS_DELTASWAP to false in CPMMGammaSwapSetup.sol
Steps to Run GammaSwap Tests Locally
- Run
yarn
to install GammaSwap dependencies - Run
yarn test
to run hardhat tests - Run
yarn fuzz
to run foundry tests (Need foundry binaries installed locally)