File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,9 @@ type EmodeMarketReserveInfo {
271271
272272 """If the underlying token can be borrowed with this eMode on"""
273273 canBeBorrowed : Boolean !
274+
275+ """If the underlying token has LTV zero in this eMode"""
276+ hasLtvZero : Boolean !
274277}
275278
276279"""The emode reserve information"""
@@ -295,6 +298,9 @@ type EmodeReserveInfo {
295298
296299 """If the underlying token can be borrowed with this eMode on"""
297300 canBeBorrowed : Boolean !
301+
302+ """If the underlying token has LTV zero in this eMode"""
303+ hasLtvZero : Boolean !
298304}
299305
300306input Erc20AmountInput {
@@ -1072,9 +1078,6 @@ type Reserve {
10721078 """If the reserve can use flash loans on it"""
10731079 flashLoanEnabled : Boolean !
10741080
1075- """The unbacked amount in the reserve"""
1076- unbacked : TokenAmount !
1077-
10781081 """The interest rate strategy address"""
10791082 interestRateStrategyAddress : EvmAddress !
10801083
You can’t perform that action at this time.
0 commit comments