ใ๏ธLiquidator's Guide
Useful Contract Addresses
Approve Markets
//
DegenBox.setMasterContractApproval(address(this), market.masterContract(), true, 0, 0, 0);Deposing lawUSD(Optional if not use swapper)
//need to approve first
lawUSD.approve(address(box), num);
box.deposit(lawUSD, address(this), address(this), num, 0);Liquidation
Swapper
Last updated