update ytLending

This commit is contained in:
2025-12-19 10:54:52 +08:00
parent 76b7f838db
commit 21674f86a9
14 changed files with 22 additions and 392 deletions

View File

@@ -32,6 +32,8 @@ interface ILending {
error NotLiquidatable();
error SupplyCapExceeded();
error InvalidLiquidationFactor();
error InvalidBorrowCollateralFactor();
error InvalidLiquidateCollateralFactor();
error InsufficientReserves();
// ========== Core Functions ==========