Skip to content

Commit 52b583d

Browse files
committed
feat: new schema for v3.6
1 parent 71c192f commit 52b583d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/graphql/schema.graphql

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

300306
input 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

0 commit comments

Comments
 (0)