@aave/graphql 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +18 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +30 -145
- package/dist/index.d.ts +30 -145
- package/dist/index.js +18 -20
- package/dist/index.js.map +1 -1
- package/dist/test-utils.cjs +7 -1
- package/dist/test-utils.cjs.map +1 -1
- package/dist/test-utils.js +7 -1
- package/dist/test-utils.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -107,8 +107,8 @@ type introspection_types = {
|
|
|
107
107
|
'DomainData': { kind: 'OBJECT'; name: 'DomainData'; fields: { 'chainId': { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'verifyingContract': { name: 'verifyingContract'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'version': { name: 'version'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
108
108
|
'ERC712Signature': { kind: 'INPUT_OBJECT'; name: 'ERC712Signature'; isOneOf: false; inputFields: [{ name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Signature'; ofType: null; }; }; defaultValue: null }, { name: 'deadline'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; };
|
|
109
109
|
'EmodeMarketCategory': { kind: 'OBJECT'; name: 'EmodeMarketCategory'; fields: { 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'label': { name: 'label'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'liquidationPenalty': { name: 'liquidationPenalty'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'liquidationThreshold': { name: 'liquidationThreshold'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'maxLTV': { name: 'maxLTV'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'reserves': { name: 'reserves'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'EmodeMarketReserveInfo'; ofType: null; }; }; }; } }; }; };
|
|
110
|
-
'EmodeMarketReserveInfo': { kind: 'OBJECT'; name: 'EmodeMarketReserveInfo'; fields: { 'canBeBorrowed': { name: 'canBeBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'canBeCollateral': { name: 'canBeCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'underlyingToken': { name: 'underlyingToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
|
|
111
|
-
'EmodeReserveInfo': { kind: 'OBJECT'; name: 'EmodeReserveInfo'; fields: { 'canBeBorrowed': { name: 'canBeBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'canBeCollateral': { name: 'canBeCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'categoryId': { name: 'categoryId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'label': { name: 'label'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'liquidationPenalty': { name: 'liquidationPenalty'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'liquidationThreshold': { name: 'liquidationThreshold'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'maxLTV': { name: 'maxLTV'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
|
|
110
|
+
'EmodeMarketReserveInfo': { kind: 'OBJECT'; name: 'EmodeMarketReserveInfo'; fields: { 'canBeBorrowed': { name: 'canBeBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'canBeCollateral': { name: 'canBeCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hasLtvZero': { name: 'hasLtvZero'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'underlyingToken': { name: 'underlyingToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
|
|
111
|
+
'EmodeReserveInfo': { kind: 'OBJECT'; name: 'EmodeReserveInfo'; fields: { 'canBeBorrowed': { name: 'canBeBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'canBeCollateral': { name: 'canBeCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'categoryId': { name: 'categoryId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'hasLtvZero': { name: 'hasLtvZero'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'label': { name: 'label'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'liquidationPenalty': { name: 'liquidationPenalty'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'liquidationThreshold': { name: 'liquidationThreshold'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'maxLTV': { name: 'maxLTV'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
|
|
112
112
|
'Erc20AmountInput': { kind: 'INPUT_OBJECT'; name: 'Erc20AmountInput'; isOneOf: false; inputFields: [{ name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; }; defaultValue: null }, { name: 'permitSig'; type: { kind: 'INPUT_OBJECT'; name: 'ERC712Signature'; ofType: null; }; defaultValue: null }]; };
|
|
113
113
|
'EvmAddress': unknown;
|
|
114
114
|
'ExecutionPlan': { kind: 'UNION'; name: 'ExecutionPlan'; fields: {}; possibleTypes: 'ApprovalRequired' | 'InsufficientBalanceError' | 'TransactionRequest'; };
|
|
@@ -705,17 +705,6 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
705
705
|
isFrozen: boolean;
|
|
706
706
|
isPaused: boolean;
|
|
707
707
|
flashLoanEnabled: boolean;
|
|
708
|
-
unbacked: {
|
|
709
|
-
__typename: "TokenAmount";
|
|
710
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
711
|
-
amount: {
|
|
712
|
-
__typename: "DecimalValue";
|
|
713
|
-
raw: _aave_types.BigIntString;
|
|
714
|
-
decimals: number;
|
|
715
|
-
value: _aave_types.BigDecimal;
|
|
716
|
-
};
|
|
717
|
-
usd: _aave_types.BigDecimal;
|
|
718
|
-
};
|
|
719
708
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
720
709
|
permitSupported: boolean;
|
|
721
710
|
supplyInfo: {
|
|
@@ -910,6 +899,7 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
910
899
|
};
|
|
911
900
|
canBeCollateral: boolean;
|
|
912
901
|
canBeBorrowed: boolean;
|
|
902
|
+
hasLtvZero: boolean;
|
|
913
903
|
}[];
|
|
914
904
|
incentives: ({
|
|
915
905
|
__typename: "MeritSupplyIncentive";
|
|
@@ -1044,6 +1034,7 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1044
1034
|
};
|
|
1045
1035
|
canBeCollateral: boolean;
|
|
1046
1036
|
canBeBorrowed: boolean;
|
|
1037
|
+
hasLtvZero: boolean;
|
|
1047
1038
|
} | null;
|
|
1048
1039
|
canBeCollateral: boolean;
|
|
1049
1040
|
canBeBorrowed: boolean;
|
|
@@ -1119,17 +1110,6 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1119
1110
|
isFrozen: boolean;
|
|
1120
1111
|
isPaused: boolean;
|
|
1121
1112
|
flashLoanEnabled: boolean;
|
|
1122
|
-
unbacked: {
|
|
1123
|
-
__typename: "TokenAmount";
|
|
1124
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
1125
|
-
amount: {
|
|
1126
|
-
__typename: "DecimalValue";
|
|
1127
|
-
raw: _aave_types.BigIntString;
|
|
1128
|
-
decimals: number;
|
|
1129
|
-
value: _aave_types.BigDecimal;
|
|
1130
|
-
};
|
|
1131
|
-
usd: _aave_types.BigDecimal;
|
|
1132
|
-
};
|
|
1133
1113
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
1134
1114
|
permitSupported: boolean;
|
|
1135
1115
|
supplyInfo: {
|
|
@@ -1324,6 +1304,7 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1324
1304
|
};
|
|
1325
1305
|
canBeCollateral: boolean;
|
|
1326
1306
|
canBeBorrowed: boolean;
|
|
1307
|
+
hasLtvZero: boolean;
|
|
1327
1308
|
}[];
|
|
1328
1309
|
incentives: ({
|
|
1329
1310
|
__typename: "MeritSupplyIncentive";
|
|
@@ -1458,6 +1439,7 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1458
1439
|
};
|
|
1459
1440
|
canBeCollateral: boolean;
|
|
1460
1441
|
canBeBorrowed: boolean;
|
|
1442
|
+
hasLtvZero: boolean;
|
|
1461
1443
|
} | null;
|
|
1462
1444
|
canBeCollateral: boolean;
|
|
1463
1445
|
canBeBorrowed: boolean;
|
|
@@ -1863,6 +1845,7 @@ declare const EmodeReserveInfoFragment: gql_tada.TadaDocumentNode<{
|
|
|
1863
1845
|
};
|
|
1864
1846
|
canBeCollateral: boolean;
|
|
1865
1847
|
canBeBorrowed: boolean;
|
|
1848
|
+
hasLtvZero: boolean;
|
|
1866
1849
|
}, {}, {
|
|
1867
1850
|
fragment: "EmodeReserveInfo";
|
|
1868
1851
|
on: "EmodeReserveInfo";
|
|
@@ -2111,6 +2094,7 @@ declare const ReserveUserStateFragment: gql_tada.TadaDocumentNode<{
|
|
|
2111
2094
|
};
|
|
2112
2095
|
canBeCollateral: boolean;
|
|
2113
2096
|
canBeBorrowed: boolean;
|
|
2097
|
+
hasLtvZero: boolean;
|
|
2114
2098
|
} | null;
|
|
2115
2099
|
canBeCollateral: boolean;
|
|
2116
2100
|
canBeBorrowed: boolean;
|
|
@@ -2190,17 +2174,6 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2190
2174
|
isFrozen: boolean;
|
|
2191
2175
|
isPaused: boolean;
|
|
2192
2176
|
flashLoanEnabled: boolean;
|
|
2193
|
-
unbacked: {
|
|
2194
|
-
__typename: "TokenAmount";
|
|
2195
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
2196
|
-
amount: {
|
|
2197
|
-
__typename: "DecimalValue";
|
|
2198
|
-
raw: _aave_types.BigIntString;
|
|
2199
|
-
decimals: number;
|
|
2200
|
-
value: _aave_types.BigDecimal;
|
|
2201
|
-
};
|
|
2202
|
-
usd: _aave_types.BigDecimal;
|
|
2203
|
-
};
|
|
2204
2177
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
2205
2178
|
permitSupported: boolean;
|
|
2206
2179
|
supplyInfo: {
|
|
@@ -2395,6 +2368,7 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2395
2368
|
};
|
|
2396
2369
|
canBeCollateral: boolean;
|
|
2397
2370
|
canBeBorrowed: boolean;
|
|
2371
|
+
hasLtvZero: boolean;
|
|
2398
2372
|
}[];
|
|
2399
2373
|
incentives: ({
|
|
2400
2374
|
__typename: "MeritSupplyIncentive";
|
|
@@ -2529,6 +2503,7 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2529
2503
|
};
|
|
2530
2504
|
canBeCollateral: boolean;
|
|
2531
2505
|
canBeBorrowed: boolean;
|
|
2506
|
+
hasLtvZero: boolean;
|
|
2532
2507
|
} | null;
|
|
2533
2508
|
canBeCollateral: boolean;
|
|
2534
2509
|
canBeBorrowed: boolean;
|
|
@@ -4944,17 +4919,6 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
4944
4919
|
isFrozen: boolean;
|
|
4945
4920
|
isPaused: boolean;
|
|
4946
4921
|
flashLoanEnabled: boolean;
|
|
4947
|
-
unbacked: {
|
|
4948
|
-
__typename: "TokenAmount";
|
|
4949
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
4950
|
-
amount: {
|
|
4951
|
-
__typename: "DecimalValue";
|
|
4952
|
-
raw: _aave_types.BigIntString;
|
|
4953
|
-
decimals: number;
|
|
4954
|
-
value: _aave_types.BigDecimal;
|
|
4955
|
-
};
|
|
4956
|
-
usd: _aave_types.BigDecimal;
|
|
4957
|
-
};
|
|
4958
4922
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
4959
4923
|
permitSupported: boolean;
|
|
4960
4924
|
supplyInfo: {
|
|
@@ -5149,6 +5113,7 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5149
5113
|
};
|
|
5150
5114
|
canBeCollateral: boolean;
|
|
5151
5115
|
canBeBorrowed: boolean;
|
|
5116
|
+
hasLtvZero: boolean;
|
|
5152
5117
|
}[];
|
|
5153
5118
|
incentives: ({
|
|
5154
5119
|
__typename: "MeritSupplyIncentive";
|
|
@@ -5283,6 +5248,7 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5283
5248
|
};
|
|
5284
5249
|
canBeCollateral: boolean;
|
|
5285
5250
|
canBeBorrowed: boolean;
|
|
5251
|
+
hasLtvZero: boolean;
|
|
5286
5252
|
} | null;
|
|
5287
5253
|
canBeCollateral: boolean;
|
|
5288
5254
|
canBeBorrowed: boolean;
|
|
@@ -5464,17 +5430,6 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5464
5430
|
isFrozen: boolean;
|
|
5465
5431
|
isPaused: boolean;
|
|
5466
5432
|
flashLoanEnabled: boolean;
|
|
5467
|
-
unbacked: {
|
|
5468
|
-
__typename: "TokenAmount";
|
|
5469
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
5470
|
-
amount: {
|
|
5471
|
-
__typename: "DecimalValue";
|
|
5472
|
-
raw: _aave_types.BigIntString;
|
|
5473
|
-
decimals: number;
|
|
5474
|
-
value: _aave_types.BigDecimal;
|
|
5475
|
-
};
|
|
5476
|
-
usd: _aave_types.BigDecimal;
|
|
5477
|
-
};
|
|
5478
5433
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
5479
5434
|
permitSupported: boolean;
|
|
5480
5435
|
supplyInfo: {
|
|
@@ -5669,6 +5624,7 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5669
5624
|
};
|
|
5670
5625
|
canBeCollateral: boolean;
|
|
5671
5626
|
canBeBorrowed: boolean;
|
|
5627
|
+
hasLtvZero: boolean;
|
|
5672
5628
|
}[];
|
|
5673
5629
|
incentives: ({
|
|
5674
5630
|
__typename: "MeritSupplyIncentive";
|
|
@@ -5803,6 +5759,7 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5803
5759
|
};
|
|
5804
5760
|
canBeCollateral: boolean;
|
|
5805
5761
|
canBeBorrowed: boolean;
|
|
5762
|
+
hasLtvZero: boolean;
|
|
5806
5763
|
} | null;
|
|
5807
5764
|
canBeCollateral: boolean;
|
|
5808
5765
|
canBeBorrowed: boolean;
|
|
@@ -6623,17 +6580,6 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6623
6580
|
isFrozen: boolean;
|
|
6624
6581
|
isPaused: boolean;
|
|
6625
6582
|
flashLoanEnabled: boolean;
|
|
6626
|
-
unbacked: {
|
|
6627
|
-
__typename: "TokenAmount";
|
|
6628
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
6629
|
-
amount: {
|
|
6630
|
-
__typename: "DecimalValue";
|
|
6631
|
-
raw: _aave_types.BigIntString;
|
|
6632
|
-
decimals: number;
|
|
6633
|
-
value: _aave_types.BigDecimal;
|
|
6634
|
-
};
|
|
6635
|
-
usd: _aave_types.BigDecimal;
|
|
6636
|
-
};
|
|
6637
6583
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6638
6584
|
permitSupported: boolean;
|
|
6639
6585
|
supplyInfo: {
|
|
@@ -6828,6 +6774,7 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6828
6774
|
};
|
|
6829
6775
|
canBeCollateral: boolean;
|
|
6830
6776
|
canBeBorrowed: boolean;
|
|
6777
|
+
hasLtvZero: boolean;
|
|
6831
6778
|
}[];
|
|
6832
6779
|
incentives: ({
|
|
6833
6780
|
__typename: "MeritSupplyIncentive";
|
|
@@ -6962,6 +6909,7 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6962
6909
|
};
|
|
6963
6910
|
canBeCollateral: boolean;
|
|
6964
6911
|
canBeBorrowed: boolean;
|
|
6912
|
+
hasLtvZero: boolean;
|
|
6965
6913
|
} | null;
|
|
6966
6914
|
canBeCollateral: boolean;
|
|
6967
6915
|
canBeBorrowed: boolean;
|
|
@@ -7037,17 +6985,6 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
7037
6985
|
isFrozen: boolean;
|
|
7038
6986
|
isPaused: boolean;
|
|
7039
6987
|
flashLoanEnabled: boolean;
|
|
7040
|
-
unbacked: {
|
|
7041
|
-
__typename: "TokenAmount";
|
|
7042
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
7043
|
-
amount: {
|
|
7044
|
-
__typename: "DecimalValue";
|
|
7045
|
-
raw: _aave_types.BigIntString;
|
|
7046
|
-
decimals: number;
|
|
7047
|
-
value: _aave_types.BigDecimal;
|
|
7048
|
-
};
|
|
7049
|
-
usd: _aave_types.BigDecimal;
|
|
7050
|
-
};
|
|
7051
6988
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7052
6989
|
permitSupported: boolean;
|
|
7053
6990
|
supplyInfo: {
|
|
@@ -7242,6 +7179,7 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
7242
7179
|
};
|
|
7243
7180
|
canBeCollateral: boolean;
|
|
7244
7181
|
canBeBorrowed: boolean;
|
|
7182
|
+
hasLtvZero: boolean;
|
|
7245
7183
|
}[];
|
|
7246
7184
|
incentives: ({
|
|
7247
7185
|
__typename: "MeritSupplyIncentive";
|
|
@@ -7376,6 +7314,7 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
7376
7314
|
};
|
|
7377
7315
|
canBeCollateral: boolean;
|
|
7378
7316
|
canBeBorrowed: boolean;
|
|
7317
|
+
hasLtvZero: boolean;
|
|
7379
7318
|
} | null;
|
|
7380
7319
|
canBeCollateral: boolean;
|
|
7381
7320
|
canBeBorrowed: boolean;
|
|
@@ -7578,17 +7517,6 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7578
7517
|
isFrozen: boolean;
|
|
7579
7518
|
isPaused: boolean;
|
|
7580
7519
|
flashLoanEnabled: boolean;
|
|
7581
|
-
unbacked: {
|
|
7582
|
-
__typename: "TokenAmount";
|
|
7583
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
7584
|
-
amount: {
|
|
7585
|
-
__typename: "DecimalValue";
|
|
7586
|
-
raw: _aave_types.BigIntString;
|
|
7587
|
-
decimals: number;
|
|
7588
|
-
value: _aave_types.BigDecimal;
|
|
7589
|
-
};
|
|
7590
|
-
usd: _aave_types.BigDecimal;
|
|
7591
|
-
};
|
|
7592
7520
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7593
7521
|
permitSupported: boolean;
|
|
7594
7522
|
supplyInfo: {
|
|
@@ -7783,6 +7711,7 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7783
7711
|
};
|
|
7784
7712
|
canBeCollateral: boolean;
|
|
7785
7713
|
canBeBorrowed: boolean;
|
|
7714
|
+
hasLtvZero: boolean;
|
|
7786
7715
|
}[];
|
|
7787
7716
|
incentives: ({
|
|
7788
7717
|
__typename: "MeritSupplyIncentive";
|
|
@@ -7917,6 +7846,7 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7917
7846
|
};
|
|
7918
7847
|
canBeCollateral: boolean;
|
|
7919
7848
|
canBeBorrowed: boolean;
|
|
7849
|
+
hasLtvZero: boolean;
|
|
7920
7850
|
} | null;
|
|
7921
7851
|
canBeCollateral: boolean;
|
|
7922
7852
|
canBeBorrowed: boolean;
|
|
@@ -7992,17 +7922,6 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7992
7922
|
isFrozen: boolean;
|
|
7993
7923
|
isPaused: boolean;
|
|
7994
7924
|
flashLoanEnabled: boolean;
|
|
7995
|
-
unbacked: {
|
|
7996
|
-
__typename: "TokenAmount";
|
|
7997
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
7998
|
-
amount: {
|
|
7999
|
-
__typename: "DecimalValue";
|
|
8000
|
-
raw: _aave_types.BigIntString;
|
|
8001
|
-
decimals: number;
|
|
8002
|
-
value: _aave_types.BigDecimal;
|
|
8003
|
-
};
|
|
8004
|
-
usd: _aave_types.BigDecimal;
|
|
8005
|
-
};
|
|
8006
7925
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
8007
7926
|
permitSupported: boolean;
|
|
8008
7927
|
supplyInfo: {
|
|
@@ -8197,6 +8116,7 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
8197
8116
|
};
|
|
8198
8117
|
canBeCollateral: boolean;
|
|
8199
8118
|
canBeBorrowed: boolean;
|
|
8119
|
+
hasLtvZero: boolean;
|
|
8200
8120
|
}[];
|
|
8201
8121
|
incentives: ({
|
|
8202
8122
|
__typename: "MeritSupplyIncentive";
|
|
@@ -8331,6 +8251,7 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
8331
8251
|
};
|
|
8332
8252
|
canBeCollateral: boolean;
|
|
8333
8253
|
canBeBorrowed: boolean;
|
|
8254
|
+
hasLtvZero: boolean;
|
|
8334
8255
|
} | null;
|
|
8335
8256
|
canBeCollateral: boolean;
|
|
8336
8257
|
canBeBorrowed: boolean;
|
|
@@ -8840,17 +8761,6 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
8840
8761
|
isFrozen: boolean;
|
|
8841
8762
|
isPaused: boolean;
|
|
8842
8763
|
flashLoanEnabled: boolean;
|
|
8843
|
-
unbacked: {
|
|
8844
|
-
__typename: "TokenAmount";
|
|
8845
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
8846
|
-
amount: {
|
|
8847
|
-
__typename: "DecimalValue";
|
|
8848
|
-
raw: _aave_types.BigIntString;
|
|
8849
|
-
decimals: number;
|
|
8850
|
-
value: _aave_types.BigDecimal;
|
|
8851
|
-
};
|
|
8852
|
-
usd: _aave_types.BigDecimal;
|
|
8853
|
-
};
|
|
8854
8764
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
8855
8765
|
permitSupported: boolean;
|
|
8856
8766
|
supplyInfo: {
|
|
@@ -9045,6 +8955,7 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
9045
8955
|
};
|
|
9046
8956
|
canBeCollateral: boolean;
|
|
9047
8957
|
canBeBorrowed: boolean;
|
|
8958
|
+
hasLtvZero: boolean;
|
|
9048
8959
|
}[];
|
|
9049
8960
|
incentives: ({
|
|
9050
8961
|
__typename: "MeritSupplyIncentive";
|
|
@@ -9179,6 +9090,7 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
9179
9090
|
};
|
|
9180
9091
|
canBeCollateral: boolean;
|
|
9181
9092
|
canBeBorrowed: boolean;
|
|
9093
|
+
hasLtvZero: boolean;
|
|
9182
9094
|
} | null;
|
|
9183
9095
|
canBeCollateral: boolean;
|
|
9184
9096
|
canBeBorrowed: boolean;
|
|
@@ -11157,17 +11069,6 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
11157
11069
|
isFrozen: boolean;
|
|
11158
11070
|
isPaused: boolean;
|
|
11159
11071
|
flashLoanEnabled: boolean;
|
|
11160
|
-
unbacked: {
|
|
11161
|
-
__typename: "TokenAmount";
|
|
11162
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
11163
|
-
amount: {
|
|
11164
|
-
__typename: "DecimalValue";
|
|
11165
|
-
raw: _aave_types.BigIntString;
|
|
11166
|
-
decimals: number;
|
|
11167
|
-
value: _aave_types.BigDecimal;
|
|
11168
|
-
};
|
|
11169
|
-
usd: _aave_types.BigDecimal;
|
|
11170
|
-
};
|
|
11171
11072
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
11172
11073
|
permitSupported: boolean;
|
|
11173
11074
|
supplyInfo: {
|
|
@@ -11362,6 +11263,7 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
11362
11263
|
};
|
|
11363
11264
|
canBeCollateral: boolean;
|
|
11364
11265
|
canBeBorrowed: boolean;
|
|
11266
|
+
hasLtvZero: boolean;
|
|
11365
11267
|
}[];
|
|
11366
11268
|
incentives: ({
|
|
11367
11269
|
__typename: "MeritSupplyIncentive";
|
|
@@ -11496,6 +11398,7 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
11496
11398
|
};
|
|
11497
11399
|
canBeCollateral: boolean;
|
|
11498
11400
|
canBeBorrowed: boolean;
|
|
11401
|
+
hasLtvZero: boolean;
|
|
11499
11402
|
} | null;
|
|
11500
11403
|
canBeCollateral: boolean;
|
|
11501
11404
|
canBeBorrowed: boolean;
|
|
@@ -11685,17 +11588,6 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11685
11588
|
isFrozen: boolean;
|
|
11686
11589
|
isPaused: boolean;
|
|
11687
11590
|
flashLoanEnabled: boolean;
|
|
11688
|
-
unbacked: {
|
|
11689
|
-
__typename: "TokenAmount";
|
|
11690
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
11691
|
-
amount: {
|
|
11692
|
-
__typename: "DecimalValue";
|
|
11693
|
-
raw: _aave_types.BigIntString;
|
|
11694
|
-
decimals: number;
|
|
11695
|
-
value: _aave_types.BigDecimal;
|
|
11696
|
-
};
|
|
11697
|
-
usd: _aave_types.BigDecimal;
|
|
11698
|
-
};
|
|
11699
11591
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
11700
11592
|
permitSupported: boolean;
|
|
11701
11593
|
supplyInfo: {
|
|
@@ -11890,6 +11782,7 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11890
11782
|
};
|
|
11891
11783
|
canBeCollateral: boolean;
|
|
11892
11784
|
canBeBorrowed: boolean;
|
|
11785
|
+
hasLtvZero: boolean;
|
|
11893
11786
|
}[];
|
|
11894
11787
|
incentives: ({
|
|
11895
11788
|
__typename: "MeritSupplyIncentive";
|
|
@@ -12024,6 +11917,7 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12024
11917
|
};
|
|
12025
11918
|
canBeCollateral: boolean;
|
|
12026
11919
|
canBeBorrowed: boolean;
|
|
11920
|
+
hasLtvZero: boolean;
|
|
12027
11921
|
} | null;
|
|
12028
11922
|
canBeCollateral: boolean;
|
|
12029
11923
|
canBeBorrowed: boolean;
|
|
@@ -12223,17 +12117,6 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12223
12117
|
isFrozen: boolean;
|
|
12224
12118
|
isPaused: boolean;
|
|
12225
12119
|
flashLoanEnabled: boolean;
|
|
12226
|
-
unbacked: {
|
|
12227
|
-
__typename: "TokenAmount";
|
|
12228
|
-
usdPerToken: _aave_types.BigDecimal;
|
|
12229
|
-
amount: {
|
|
12230
|
-
__typename: "DecimalValue";
|
|
12231
|
-
raw: _aave_types.BigIntString;
|
|
12232
|
-
decimals: number;
|
|
12233
|
-
value: _aave_types.BigDecimal;
|
|
12234
|
-
};
|
|
12235
|
-
usd: _aave_types.BigDecimal;
|
|
12236
|
-
};
|
|
12237
12120
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
12238
12121
|
permitSupported: boolean;
|
|
12239
12122
|
supplyInfo: {
|
|
@@ -12428,6 +12311,7 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12428
12311
|
};
|
|
12429
12312
|
canBeCollateral: boolean;
|
|
12430
12313
|
canBeBorrowed: boolean;
|
|
12314
|
+
hasLtvZero: boolean;
|
|
12431
12315
|
}[];
|
|
12432
12316
|
incentives: ({
|
|
12433
12317
|
__typename: "MeritSupplyIncentive";
|
|
@@ -12562,6 +12446,7 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12562
12446
|
};
|
|
12563
12447
|
canBeCollateral: boolean;
|
|
12564
12448
|
canBeBorrowed: boolean;
|
|
12449
|
+
hasLtvZero: boolean;
|
|
12565
12450
|
} | null;
|
|
12566
12451
|
canBeCollateral: boolean;
|
|
12567
12452
|
canBeBorrowed: boolean;
|