Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gammaswap/v1-liquidator
Liquidation bot for GammaSwap V1
https://github.com/gammaswap/v1-liquidator
Last synced: about 1 month ago
JSON representation
Liquidation bot for GammaSwap V1
- Host: GitHub
- URL: https://github.com/gammaswap/v1-liquidator
- Owner: gammaswap
- License: gpl-3.0
- Created: 2023-04-22T04:22:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T22:16:50.000Z (7 months ago)
- Last Synced: 2024-11-22T18:02:39.801Z (about 2 months ago)
- Language: Solidity
- Size: 715 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
V1-Liquidator
## 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
1. Run `yarn` to install GammaSwap dependencies
2. Run `yarn test` to run hardhat tests
3. Run `yarn fuzz` to run foundry tests (Need foundry binaries installed locally)