Update CollateralInfoV5

This commit is contained in:
Karim Sakhibgareev
2024-06-21 14:21:13 +01:00
parent d672825449
commit a197171853

View File

@@ -60,11 +60,14 @@ export interface CollateralInfoV5 {
currency: string; currency: string;
hourlyBorrowRate: string; hourlyBorrowRate: string;
maxBorrowingAmount: string; maxBorrowingAmount: string;
freeBorrowingAmount: string; freeBorrowAmount: string;
freeBorrowingLimit: string;
borrowAmount: string; borrowAmount: string;
availableToBorrow: string; availableToBorrow: string;
borrowable: boolean; borrowable: boolean;
borrowUsageRate: string;
marginCollateral: boolean; marginCollateral: boolean;
collateralSwitch: boolean;
collateralRatio: string; collateralRatio: string;
} }