update lending contract

This commit is contained in:
2025-12-22 13:25:06 +08:00
parent 95cb192fed
commit 682552bfe6
18 changed files with 41 additions and 41 deletions

View File

@@ -35,6 +35,7 @@ interface ILending {
error InvalidBorrowCollateralFactor();
error InvalidLiquidateCollateralFactor();
error InsufficientReserves();
error NotForSale();
// ========== Core Functions ==========