Skip to content

Commit

Permalink
removing unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
wtj2021 committed Aug 6, 2024
1 parent 82f31d9 commit 210b003
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/contracts/foundry_test/BatchLiquidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ contract BatchLiquidator {
using SafeERC20 for IERC20;

bytes32 constant FLASH_LOAN_SUCCESS = keccak256("ERC3156FlashBorrower.onFlashLoan");
uint8 constant OP_GET_COLLATERAL = 0;
uint8 constant OP_BATCH_LIQUIDATE = 0;
uint8 constant OP_PARTIAL_LIQUIDATE = 0;

ISyncedLiquidationSequencer public immutable syncedLiquidationSequencer;
ICdpManager public immutable cdpManager;
Expand Down

0 comments on commit 210b003

Please sign in to comment.