Gamma-Liquidator icon indicating copy to clipboard operation
Gamma-Liquidator copied to clipboard

A liquidation bot for undercollateralized Opyn naked margin vaults

Results 5 Gamma-Liquidator issues
Sort by recently updated
recently updated
newest added

Add how to setup local development environment in Readme

documentation

Docs link in Readme is invalid

documentation

I think the current `calculateGasPriceFromGasNow()` implementation make it hard to read the function or to change it for a new developer. ``` export async function calculateGasPriceFromGasNow() { return BigNumber.from((await (await...

good first issue
v0.1

Improve readme instructions on how to setup the local development environment

documentation
v0.1

Currently the user who will run the liquidation bot need to set Controller and Calculator addresses. Other addresses may be needed in the future. I think it is better to...

enhancement