Constants
DEPOSIT_L
uint256 constant DEPOSIT_L = 0;
DEPOSIT_X
uint256 constant DEPOSIT_X = 1;
DEPOSIT_Y
uint256 constant DEPOSIT_Y = 2;
BORROW_L
uint256 constant BORROW_L = 3;
BORROW_X
uint256 constant BORROW_X = 4;
BORROW_Y
uint256 constant BORROW_Y = 5;
FIRST_DEBT_TOKEN
uint256 constant FIRST_DEBT_TOKEN = 3;
ROUNDING_UP
bool constant ROUNDING_UP = true;