Gamma-Liquidator
Gamma-Liquidator copied to clipboard
A liquidation bot for undercollateralized Opyn naked margin vaults
Add how to setup local development environment in Readme
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...
Improve readme instructions on how to setup the local development environment
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...