@aave/graphql 0.9.0 → 0.10.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.d.cts CHANGED
@@ -156,7 +156,7 @@ type introspection_types = {
156
156
  'RepayErc20AmountInput': { kind: 'INPUT_OBJECT'; name: 'RepayErc20AmountInput'; 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: 'INPUT_OBJECT'; name: 'RepayErc20Amount'; ofType: null; }; }; defaultValue: null }, { name: 'permitSig'; type: { kind: 'INPUT_OBJECT'; name: 'ERC712Signature'; ofType: null; }; defaultValue: null }]; };
157
157
  'RepayRequest': { kind: 'INPUT_OBJECT'; name: 'RepayRequest'; isOneOf: false; inputFields: [{ name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'RepayAmountInput'; ofType: null; }; }; defaultValue: null }, { name: 'sender'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'onBehalfOf'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
158
158
  'Reserve': { kind: 'OBJECT'; name: 'Reserve'; fields: { 'aToken': { name: 'aToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'acceptsNative': { name: 'acceptsNative'; type: { kind: 'OBJECT'; name: 'NativeCurrency'; ofType: null; } }; 'borrowInfo': { name: 'borrowInfo'; type: { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; ofType: null; } }; 'eModeInfo': { name: 'eModeInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'EmodeReserveInfo'; ofType: null; }; }; }; } }; 'flashLoanEnabled': { name: 'flashLoanEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'incentives': { name: 'incentives'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ReserveIncentive'; ofType: null; }; }; }; } }; 'interestRateStrategyAddress': { name: 'interestRateStrategyAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'isFrozen': { name: 'isFrozen'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isPaused': { name: 'isPaused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isolationModeConfig': { name: 'isolationModeConfig'; type: { kind: 'OBJECT'; name: 'ReserveIsolationModeConfig'; ofType: null; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; 'permitSupported': { name: 'permitSupported'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'size': { name: 'size'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyInfo': { name: 'supplyInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveSupplyInfo'; ofType: null; }; } }; 'unbacked': { name: 'unbacked'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'underlyingToken': { name: 'underlyingToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'usdExchangeRate': { name: 'usdExchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'usdOracleAddress': { name: 'usdOracleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'userState': { name: 'userState'; type: { kind: 'OBJECT'; name: 'ReserveUserState'; ofType: null; } }; 'vToken': { name: 'vToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
159
- 'ReserveBorrowInfo': { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'availableLiquidity': { name: 'availableLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCapReached': { name: 'borrowCapReached'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'borrowingState': { name: 'borrowingState'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ReserveBorrowingState'; ofType: null; }; } }; 'optimalUsageRate': { name: 'optimalUsageRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'reserveFactor': { name: 'reserveFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'total': { name: 'total'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope1': { name: 'variableRateSlope1'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope2': { name: 'variableRateSlope2'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
159
+ 'ReserveBorrowInfo': { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'availableLiquidity': { name: 'availableLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'baseVariableBorrowRate': { name: 'baseVariableBorrowRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCapReached': { name: 'borrowCapReached'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'borrowingState': { name: 'borrowingState'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ReserveBorrowingState'; ofType: null; }; } }; 'optimalUsageRate': { name: 'optimalUsageRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'reserveFactor': { name: 'reserveFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'total': { name: 'total'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope1': { name: 'variableRateSlope1'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope2': { name: 'variableRateSlope2'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
160
160
  'ReserveBorrowingState': { name: 'ReserveBorrowingState'; enumValues: 'ENABLED' | 'DISABLED' | 'USER_EMODE_DISABLED_BORROW'; };
161
161
  'ReserveIncentive': { kind: 'UNION'; name: 'ReserveIncentive'; fields: {}; possibleTypes: 'AaveBorrowIncentive' | 'AaveSupplyIncentive' | 'MeritBorrowAndSupplyIncentiveCondition' | 'MeritBorrowIncentive' | 'MeritSupplyIncentive'; };
162
162
  'ReserveInfo': { kind: 'OBJECT'; name: 'ReserveInfo'; fields: { 'aToken': { name: 'aToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'incentives': { name: 'incentives'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ReserveIncentive'; ofType: null; }; }; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; 'permitSupported': { name: 'permitSupported'; 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; }; } }; 'usdExchangeRate': { name: 'usdExchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'vToken': { name: 'vToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
@@ -824,6 +824,13 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
824
824
  value: _aave_types.BigDecimal;
825
825
  formatted: _aave_types.BigDecimal;
826
826
  };
827
+ baseVariableBorrowRate: {
828
+ __typename: "PercentValue";
829
+ raw: _aave_types.BigIntString;
830
+ decimals: number;
831
+ value: _aave_types.BigDecimal;
832
+ formatted: _aave_types.BigDecimal;
833
+ };
827
834
  variableRateSlope1: {
828
835
  __typename: "PercentValue";
829
836
  raw: _aave_types.BigIntString;
@@ -1231,6 +1238,13 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
1231
1238
  value: _aave_types.BigDecimal;
1232
1239
  formatted: _aave_types.BigDecimal;
1233
1240
  };
1241
+ baseVariableBorrowRate: {
1242
+ __typename: "PercentValue";
1243
+ raw: _aave_types.BigIntString;
1244
+ decimals: number;
1245
+ value: _aave_types.BigDecimal;
1246
+ formatted: _aave_types.BigDecimal;
1247
+ };
1234
1248
  variableRateSlope1: {
1235
1249
  __typename: "PercentValue";
1236
1250
  raw: _aave_types.BigIntString;
@@ -1966,6 +1980,13 @@ declare const ReserveBorrowInfoFragment: gql_tada.TadaDocumentNode<{
1966
1980
  value: _aave_types.BigDecimal;
1967
1981
  formatted: _aave_types.BigDecimal;
1968
1982
  };
1983
+ baseVariableBorrowRate: {
1984
+ __typename: "PercentValue";
1985
+ raw: _aave_types.BigIntString;
1986
+ decimals: number;
1987
+ value: _aave_types.BigDecimal;
1988
+ formatted: _aave_types.BigDecimal;
1989
+ };
1969
1990
  variableRateSlope1: {
1970
1991
  __typename: "PercentValue";
1971
1992
  raw: _aave_types.BigIntString;
@@ -2288,6 +2309,13 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
2288
2309
  value: _aave_types.BigDecimal;
2289
2310
  formatted: _aave_types.BigDecimal;
2290
2311
  };
2312
+ baseVariableBorrowRate: {
2313
+ __typename: "PercentValue";
2314
+ raw: _aave_types.BigIntString;
2315
+ decimals: number;
2316
+ value: _aave_types.BigDecimal;
2317
+ formatted: _aave_types.BigDecimal;
2318
+ };
2291
2319
  variableRateSlope1: {
2292
2320
  __typename: "PercentValue";
2293
2321
  raw: _aave_types.BigIntString;
@@ -5035,6 +5063,13 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
5035
5063
  value: _aave_types.BigDecimal;
5036
5064
  formatted: _aave_types.BigDecimal;
5037
5065
  };
5066
+ baseVariableBorrowRate: {
5067
+ __typename: "PercentValue";
5068
+ raw: _aave_types.BigIntString;
5069
+ decimals: number;
5070
+ value: _aave_types.BigDecimal;
5071
+ formatted: _aave_types.BigDecimal;
5072
+ };
5038
5073
  variableRateSlope1: {
5039
5074
  __typename: "PercentValue";
5040
5075
  raw: _aave_types.BigIntString;
@@ -5548,6 +5583,13 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
5548
5583
  value: _aave_types.BigDecimal;
5549
5584
  formatted: _aave_types.BigDecimal;
5550
5585
  };
5586
+ baseVariableBorrowRate: {
5587
+ __typename: "PercentValue";
5588
+ raw: _aave_types.BigIntString;
5589
+ decimals: number;
5590
+ value: _aave_types.BigDecimal;
5591
+ formatted: _aave_types.BigDecimal;
5592
+ };
5551
5593
  variableRateSlope1: {
5552
5594
  __typename: "PercentValue";
5553
5595
  raw: _aave_types.BigIntString;
@@ -6700,6 +6742,13 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
6700
6742
  value: _aave_types.BigDecimal;
6701
6743
  formatted: _aave_types.BigDecimal;
6702
6744
  };
6745
+ baseVariableBorrowRate: {
6746
+ __typename: "PercentValue";
6747
+ raw: _aave_types.BigIntString;
6748
+ decimals: number;
6749
+ value: _aave_types.BigDecimal;
6750
+ formatted: _aave_types.BigDecimal;
6751
+ };
6703
6752
  variableRateSlope1: {
6704
6753
  __typename: "PercentValue";
6705
6754
  raw: _aave_types.BigIntString;
@@ -7107,6 +7156,13 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
7107
7156
  value: _aave_types.BigDecimal;
7108
7157
  formatted: _aave_types.BigDecimal;
7109
7158
  };
7159
+ baseVariableBorrowRate: {
7160
+ __typename: "PercentValue";
7161
+ raw: _aave_types.BigIntString;
7162
+ decimals: number;
7163
+ value: _aave_types.BigDecimal;
7164
+ formatted: _aave_types.BigDecimal;
7165
+ };
7110
7166
  variableRateSlope1: {
7111
7167
  __typename: "PercentValue";
7112
7168
  raw: _aave_types.BigIntString;
@@ -7641,6 +7697,13 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
7641
7697
  value: _aave_types.BigDecimal;
7642
7698
  formatted: _aave_types.BigDecimal;
7643
7699
  };
7700
+ baseVariableBorrowRate: {
7701
+ __typename: "PercentValue";
7702
+ raw: _aave_types.BigIntString;
7703
+ decimals: number;
7704
+ value: _aave_types.BigDecimal;
7705
+ formatted: _aave_types.BigDecimal;
7706
+ };
7644
7707
  variableRateSlope1: {
7645
7708
  __typename: "PercentValue";
7646
7709
  raw: _aave_types.BigIntString;
@@ -8048,6 +8111,13 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
8048
8111
  value: _aave_types.BigDecimal;
8049
8112
  formatted: _aave_types.BigDecimal;
8050
8113
  };
8114
+ baseVariableBorrowRate: {
8115
+ __typename: "PercentValue";
8116
+ raw: _aave_types.BigIntString;
8117
+ decimals: number;
8118
+ value: _aave_types.BigDecimal;
8119
+ formatted: _aave_types.BigDecimal;
8120
+ };
8051
8121
  variableRateSlope1: {
8052
8122
  __typename: "PercentValue";
8053
8123
  raw: _aave_types.BigIntString;
@@ -8889,6 +8959,13 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
8889
8959
  value: _aave_types.BigDecimal;
8890
8960
  formatted: _aave_types.BigDecimal;
8891
8961
  };
8962
+ baseVariableBorrowRate: {
8963
+ __typename: "PercentValue";
8964
+ raw: _aave_types.BigIntString;
8965
+ decimals: number;
8966
+ value: _aave_types.BigDecimal;
8967
+ formatted: _aave_types.BigDecimal;
8968
+ };
8892
8969
  variableRateSlope1: {
8893
8970
  __typename: "PercentValue";
8894
8971
  raw: _aave_types.BigIntString;
@@ -11199,6 +11276,13 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
11199
11276
  value: _aave_types.BigDecimal;
11200
11277
  formatted: _aave_types.BigDecimal;
11201
11278
  };
11279
+ baseVariableBorrowRate: {
11280
+ __typename: "PercentValue";
11281
+ raw: _aave_types.BigIntString;
11282
+ decimals: number;
11283
+ value: _aave_types.BigDecimal;
11284
+ formatted: _aave_types.BigDecimal;
11285
+ };
11202
11286
  variableRateSlope1: {
11203
11287
  __typename: "PercentValue";
11204
11288
  raw: _aave_types.BigIntString;
@@ -11720,6 +11804,13 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
11720
11804
  value: _aave_types.BigDecimal;
11721
11805
  formatted: _aave_types.BigDecimal;
11722
11806
  };
11807
+ baseVariableBorrowRate: {
11808
+ __typename: "PercentValue";
11809
+ raw: _aave_types.BigIntString;
11810
+ decimals: number;
11811
+ value: _aave_types.BigDecimal;
11812
+ formatted: _aave_types.BigDecimal;
11813
+ };
11723
11814
  variableRateSlope1: {
11724
11815
  __typename: "PercentValue";
11725
11816
  raw: _aave_types.BigIntString;
@@ -12251,6 +12342,13 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
12251
12342
  value: _aave_types.BigDecimal;
12252
12343
  formatted: _aave_types.BigDecimal;
12253
12344
  };
12345
+ baseVariableBorrowRate: {
12346
+ __typename: "PercentValue";
12347
+ raw: _aave_types.BigIntString;
12348
+ decimals: number;
12349
+ value: _aave_types.BigDecimal;
12350
+ formatted: _aave_types.BigDecimal;
12351
+ };
12254
12352
  variableRateSlope1: {
12255
12353
  __typename: "PercentValue";
12256
12354
  raw: _aave_types.BigIntString;
package/dist/index.d.ts CHANGED
@@ -156,7 +156,7 @@ type introspection_types = {
156
156
  'RepayErc20AmountInput': { kind: 'INPUT_OBJECT'; name: 'RepayErc20AmountInput'; 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: 'INPUT_OBJECT'; name: 'RepayErc20Amount'; ofType: null; }; }; defaultValue: null }, { name: 'permitSig'; type: { kind: 'INPUT_OBJECT'; name: 'ERC712Signature'; ofType: null; }; defaultValue: null }]; };
157
157
  'RepayRequest': { kind: 'INPUT_OBJECT'; name: 'RepayRequest'; isOneOf: false; inputFields: [{ name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'RepayAmountInput'; ofType: null; }; }; defaultValue: null }, { name: 'sender'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'onBehalfOf'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
158
158
  'Reserve': { kind: 'OBJECT'; name: 'Reserve'; fields: { 'aToken': { name: 'aToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'acceptsNative': { name: 'acceptsNative'; type: { kind: 'OBJECT'; name: 'NativeCurrency'; ofType: null; } }; 'borrowInfo': { name: 'borrowInfo'; type: { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; ofType: null; } }; 'eModeInfo': { name: 'eModeInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'EmodeReserveInfo'; ofType: null; }; }; }; } }; 'flashLoanEnabled': { name: 'flashLoanEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'incentives': { name: 'incentives'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ReserveIncentive'; ofType: null; }; }; }; } }; 'interestRateStrategyAddress': { name: 'interestRateStrategyAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'isFrozen': { name: 'isFrozen'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isPaused': { name: 'isPaused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isolationModeConfig': { name: 'isolationModeConfig'; type: { kind: 'OBJECT'; name: 'ReserveIsolationModeConfig'; ofType: null; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; 'permitSupported': { name: 'permitSupported'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'size': { name: 'size'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyInfo': { name: 'supplyInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveSupplyInfo'; ofType: null; }; } }; 'unbacked': { name: 'unbacked'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'underlyingToken': { name: 'underlyingToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'usdExchangeRate': { name: 'usdExchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'usdOracleAddress': { name: 'usdOracleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'userState': { name: 'userState'; type: { kind: 'OBJECT'; name: 'ReserveUserState'; ofType: null; } }; 'vToken': { name: 'vToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
159
- 'ReserveBorrowInfo': { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'availableLiquidity': { name: 'availableLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCapReached': { name: 'borrowCapReached'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'borrowingState': { name: 'borrowingState'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ReserveBorrowingState'; ofType: null; }; } }; 'optimalUsageRate': { name: 'optimalUsageRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'reserveFactor': { name: 'reserveFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'total': { name: 'total'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope1': { name: 'variableRateSlope1'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope2': { name: 'variableRateSlope2'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
159
+ 'ReserveBorrowInfo': { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'availableLiquidity': { name: 'availableLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'baseVariableBorrowRate': { name: 'baseVariableBorrowRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCapReached': { name: 'borrowCapReached'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'borrowingState': { name: 'borrowingState'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ReserveBorrowingState'; ofType: null; }; } }; 'optimalUsageRate': { name: 'optimalUsageRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'reserveFactor': { name: 'reserveFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'total': { name: 'total'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope1': { name: 'variableRateSlope1'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope2': { name: 'variableRateSlope2'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
160
160
  'ReserveBorrowingState': { name: 'ReserveBorrowingState'; enumValues: 'ENABLED' | 'DISABLED' | 'USER_EMODE_DISABLED_BORROW'; };
161
161
  'ReserveIncentive': { kind: 'UNION'; name: 'ReserveIncentive'; fields: {}; possibleTypes: 'AaveBorrowIncentive' | 'AaveSupplyIncentive' | 'MeritBorrowAndSupplyIncentiveCondition' | 'MeritBorrowIncentive' | 'MeritSupplyIncentive'; };
162
162
  'ReserveInfo': { kind: 'OBJECT'; name: 'ReserveInfo'; fields: { 'aToken': { name: 'aToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'incentives': { name: 'incentives'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ReserveIncentive'; ofType: null; }; }; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; 'permitSupported': { name: 'permitSupported'; 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; }; } }; 'usdExchangeRate': { name: 'usdExchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'vToken': { name: 'vToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
@@ -824,6 +824,13 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
824
824
  value: _aave_types.BigDecimal;
825
825
  formatted: _aave_types.BigDecimal;
826
826
  };
827
+ baseVariableBorrowRate: {
828
+ __typename: "PercentValue";
829
+ raw: _aave_types.BigIntString;
830
+ decimals: number;
831
+ value: _aave_types.BigDecimal;
832
+ formatted: _aave_types.BigDecimal;
833
+ };
827
834
  variableRateSlope1: {
828
835
  __typename: "PercentValue";
829
836
  raw: _aave_types.BigIntString;
@@ -1231,6 +1238,13 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
1231
1238
  value: _aave_types.BigDecimal;
1232
1239
  formatted: _aave_types.BigDecimal;
1233
1240
  };
1241
+ baseVariableBorrowRate: {
1242
+ __typename: "PercentValue";
1243
+ raw: _aave_types.BigIntString;
1244
+ decimals: number;
1245
+ value: _aave_types.BigDecimal;
1246
+ formatted: _aave_types.BigDecimal;
1247
+ };
1234
1248
  variableRateSlope1: {
1235
1249
  __typename: "PercentValue";
1236
1250
  raw: _aave_types.BigIntString;
@@ -1966,6 +1980,13 @@ declare const ReserveBorrowInfoFragment: gql_tada.TadaDocumentNode<{
1966
1980
  value: _aave_types.BigDecimal;
1967
1981
  formatted: _aave_types.BigDecimal;
1968
1982
  };
1983
+ baseVariableBorrowRate: {
1984
+ __typename: "PercentValue";
1985
+ raw: _aave_types.BigIntString;
1986
+ decimals: number;
1987
+ value: _aave_types.BigDecimal;
1988
+ formatted: _aave_types.BigDecimal;
1989
+ };
1969
1990
  variableRateSlope1: {
1970
1991
  __typename: "PercentValue";
1971
1992
  raw: _aave_types.BigIntString;
@@ -2288,6 +2309,13 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
2288
2309
  value: _aave_types.BigDecimal;
2289
2310
  formatted: _aave_types.BigDecimal;
2290
2311
  };
2312
+ baseVariableBorrowRate: {
2313
+ __typename: "PercentValue";
2314
+ raw: _aave_types.BigIntString;
2315
+ decimals: number;
2316
+ value: _aave_types.BigDecimal;
2317
+ formatted: _aave_types.BigDecimal;
2318
+ };
2291
2319
  variableRateSlope1: {
2292
2320
  __typename: "PercentValue";
2293
2321
  raw: _aave_types.BigIntString;
@@ -5035,6 +5063,13 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
5035
5063
  value: _aave_types.BigDecimal;
5036
5064
  formatted: _aave_types.BigDecimal;
5037
5065
  };
5066
+ baseVariableBorrowRate: {
5067
+ __typename: "PercentValue";
5068
+ raw: _aave_types.BigIntString;
5069
+ decimals: number;
5070
+ value: _aave_types.BigDecimal;
5071
+ formatted: _aave_types.BigDecimal;
5072
+ };
5038
5073
  variableRateSlope1: {
5039
5074
  __typename: "PercentValue";
5040
5075
  raw: _aave_types.BigIntString;
@@ -5548,6 +5583,13 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
5548
5583
  value: _aave_types.BigDecimal;
5549
5584
  formatted: _aave_types.BigDecimal;
5550
5585
  };
5586
+ baseVariableBorrowRate: {
5587
+ __typename: "PercentValue";
5588
+ raw: _aave_types.BigIntString;
5589
+ decimals: number;
5590
+ value: _aave_types.BigDecimal;
5591
+ formatted: _aave_types.BigDecimal;
5592
+ };
5551
5593
  variableRateSlope1: {
5552
5594
  __typename: "PercentValue";
5553
5595
  raw: _aave_types.BigIntString;
@@ -6700,6 +6742,13 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
6700
6742
  value: _aave_types.BigDecimal;
6701
6743
  formatted: _aave_types.BigDecimal;
6702
6744
  };
6745
+ baseVariableBorrowRate: {
6746
+ __typename: "PercentValue";
6747
+ raw: _aave_types.BigIntString;
6748
+ decimals: number;
6749
+ value: _aave_types.BigDecimal;
6750
+ formatted: _aave_types.BigDecimal;
6751
+ };
6703
6752
  variableRateSlope1: {
6704
6753
  __typename: "PercentValue";
6705
6754
  raw: _aave_types.BigIntString;
@@ -7107,6 +7156,13 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
7107
7156
  value: _aave_types.BigDecimal;
7108
7157
  formatted: _aave_types.BigDecimal;
7109
7158
  };
7159
+ baseVariableBorrowRate: {
7160
+ __typename: "PercentValue";
7161
+ raw: _aave_types.BigIntString;
7162
+ decimals: number;
7163
+ value: _aave_types.BigDecimal;
7164
+ formatted: _aave_types.BigDecimal;
7165
+ };
7110
7166
  variableRateSlope1: {
7111
7167
  __typename: "PercentValue";
7112
7168
  raw: _aave_types.BigIntString;
@@ -7641,6 +7697,13 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
7641
7697
  value: _aave_types.BigDecimal;
7642
7698
  formatted: _aave_types.BigDecimal;
7643
7699
  };
7700
+ baseVariableBorrowRate: {
7701
+ __typename: "PercentValue";
7702
+ raw: _aave_types.BigIntString;
7703
+ decimals: number;
7704
+ value: _aave_types.BigDecimal;
7705
+ formatted: _aave_types.BigDecimal;
7706
+ };
7644
7707
  variableRateSlope1: {
7645
7708
  __typename: "PercentValue";
7646
7709
  raw: _aave_types.BigIntString;
@@ -8048,6 +8111,13 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
8048
8111
  value: _aave_types.BigDecimal;
8049
8112
  formatted: _aave_types.BigDecimal;
8050
8113
  };
8114
+ baseVariableBorrowRate: {
8115
+ __typename: "PercentValue";
8116
+ raw: _aave_types.BigIntString;
8117
+ decimals: number;
8118
+ value: _aave_types.BigDecimal;
8119
+ formatted: _aave_types.BigDecimal;
8120
+ };
8051
8121
  variableRateSlope1: {
8052
8122
  __typename: "PercentValue";
8053
8123
  raw: _aave_types.BigIntString;
@@ -8889,6 +8959,13 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
8889
8959
  value: _aave_types.BigDecimal;
8890
8960
  formatted: _aave_types.BigDecimal;
8891
8961
  };
8962
+ baseVariableBorrowRate: {
8963
+ __typename: "PercentValue";
8964
+ raw: _aave_types.BigIntString;
8965
+ decimals: number;
8966
+ value: _aave_types.BigDecimal;
8967
+ formatted: _aave_types.BigDecimal;
8968
+ };
8892
8969
  variableRateSlope1: {
8893
8970
  __typename: "PercentValue";
8894
8971
  raw: _aave_types.BigIntString;
@@ -11199,6 +11276,13 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
11199
11276
  value: _aave_types.BigDecimal;
11200
11277
  formatted: _aave_types.BigDecimal;
11201
11278
  };
11279
+ baseVariableBorrowRate: {
11280
+ __typename: "PercentValue";
11281
+ raw: _aave_types.BigIntString;
11282
+ decimals: number;
11283
+ value: _aave_types.BigDecimal;
11284
+ formatted: _aave_types.BigDecimal;
11285
+ };
11202
11286
  variableRateSlope1: {
11203
11287
  __typename: "PercentValue";
11204
11288
  raw: _aave_types.BigIntString;
@@ -11720,6 +11804,13 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
11720
11804
  value: _aave_types.BigDecimal;
11721
11805
  formatted: _aave_types.BigDecimal;
11722
11806
  };
11807
+ baseVariableBorrowRate: {
11808
+ __typename: "PercentValue";
11809
+ raw: _aave_types.BigIntString;
11810
+ decimals: number;
11811
+ value: _aave_types.BigDecimal;
11812
+ formatted: _aave_types.BigDecimal;
11813
+ };
11723
11814
  variableRateSlope1: {
11724
11815
  __typename: "PercentValue";
11725
11816
  raw: _aave_types.BigIntString;
@@ -12251,6 +12342,13 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
12251
12342
  value: _aave_types.BigDecimal;
12252
12343
  formatted: _aave_types.BigDecimal;
12253
12344
  };
12345
+ baseVariableBorrowRate: {
12346
+ __typename: "PercentValue";
12347
+ raw: _aave_types.BigIntString;
12348
+ decimals: number;
12349
+ value: _aave_types.BigDecimal;
12350
+ formatted: _aave_types.BigDecimal;
12351
+ };
12254
12352
  variableRateSlope1: {
12255
12353
  __typename: "PercentValue";
12256
12354
  raw: _aave_types.BigIntString;
package/dist/index.js CHANGED
@@ -76,14 +76,14 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
76
76
  ...Currency
77
77
  }
78
78
  claimLink
79
- }`,[r,o]),H=e(`fragment AaveSupplyIncentive on AaveSupplyIncentive {
79
+ }`,[r,o]),b=e(`fragment AaveSupplyIncentive on AaveSupplyIncentive {
80
80
  __typename
81
81
  extraSupplyApr {
82
82
  ...PercentValue
83
83
  }
84
84
  rewardTokenAddress
85
85
  rewardTokenSymbol
86
- }`,[r]),b=e(`fragment AaveBorrowIncentive on AaveBorrowIncentive {
86
+ }`,[r]),H=e(`fragment AaveBorrowIncentive on AaveBorrowIncentive {
87
87
  __typename
88
88
  borrowAprDiscount {
89
89
  ...PercentValue
@@ -107,7 +107,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
107
107
  ... on AaveBorrowIncentive {
108
108
  ...AaveBorrowIncentive
109
109
  }
110
- }`,[$,Q,L,H,b]),i=e(`fragment ReserveInfo on ReserveInfo {
110
+ }`,[$,Q,L,b,H]),i=e(`fragment ReserveInfo on ReserveInfo {
111
111
  __typename
112
112
  market {
113
113
  ...MarketInfo
@@ -183,6 +183,9 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
183
183
  utilizationRate {
184
184
  ...PercentValue
185
185
  }
186
+ baseVariableBorrowRate{
187
+ ...PercentValue
188
+ }
186
189
  variableRateSlope1 {
187
190
  ...PercentValue
188
191
  }
@@ -774,11 +777,11 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
774
777
  value: supply(request: $request) {
775
778
  ...ExecutionPlan
776
779
  }
777
- }`,[s]),Ht=e(`query Repay($request: RepayRequest!) {
780
+ }`,[s]),bt=e(`query Repay($request: RepayRequest!) {
778
781
  value: repay(request: $request) {
779
782
  ...ExecutionPlan
780
783
  }
781
- }`,[s]),bt=e(`query Withdraw($request: WithdrawRequest!) {
784
+ }`,[s]),Ht=e(`query Withdraw($request: WithdrawRequest!) {
782
785
  value: withdraw(request: $request) {
783
786
  ...ExecutionPlan
784
787
  }
@@ -894,5 +897,5 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
894
897
  value: vaultRecipientConfiguration(request: $request) {
895
898
  ...VaultFeesRecipientsConfiguration
896
899
  }
897
- }`,[F]);export{v as APYSampleFragment,b as AaveBorrowIncentiveFragment,H as AaveSupplyIncentiveFragment,X as ApprovalRequiredFragment,er as ApproveBorrowCreditDelegationQuery,Ct as BorrowAPYHistoryQuery,Qt as BorrowQuery,p as ChainFragment,M as ChainsFilter,xt as ChainsQuery,ce as ClaimableMeritRewardFragment,Jt as CollateralToggleQuery,tr as CreditDelegateeAllowanceQuery,o as CurrencyFragment,l as DecimalValueFragment,ve as DomainDataFragment,z as EmodeMarketCategoryFragment,K as EmodeMarketReserveInfoFragment,w as EmodeReserveInfoFragment,s as ExecutionPlanFragment,Tt as HasProcessedKnownTransactionQuery,Ut as HealthFactorPreviewQuery,Re as HealthFactorPreviewResponseFragment,Ft as HealthQuery,j as InsufficientBalanceErrorFragment,Zt as LiquidateQuery,ae as LiquidationCollateralFragment,ne as LiquidationRepaidDebtFragment,d as MarketFragment,g as MarketInfoFragment,gt as MarketQuery,S as MarketUserReserveBorrowPositionFragment,A as MarketUserReserveSupplyPositionFragment,q as MarketUserStateFragment,ct as MarketsQuery,L as MeritBorrowAndSupplyIncentiveConditionFragment,Q as MeritBorrowIncentiveFragment,$ as MeritSupplyIncentiveFragment,Fe as MessageDataFragment,V as NativeCurrencyFragment,O as OperationType,C as OrderDirection,k as PageSize,c as PaginatedResultInfoFragment,h as PaginatedUserTransactionHistoryResultFragment,P as PaginatedVaultUserTransactionHistoryResultFragment,T as PaginatedVaultsResultFragment,r as PercentValueFragment,At as PermitTypedDataQuery,xe as PermitTypedDataResponseFragment,Ht as RepayQuery,N as ReserveBorrowInfoFragment,m as ReserveFragment,U as ReserveIncentiveFragment,i as ReserveInfoFragment,Y as ReserveIsolationModeConfigFragment,_t as ReserveQuery,W as ReserveSupplyInfoFragment,G as ReserveUserStateFragment,rt as SavingsGhoBalanceQuery,nt as SavingsGhoDepositQuery,at as SavingsGhoWithdrawQuery,kt as SupplyAPYHistoryQuery,Lt as SupplyQuery,D as TimeWindow,t as TokenAmountFragment,a as TransactionRequestFragment,de as TypeDefinitionFragment,qe as TypeFieldFragment,fe as UsdExchangeRateFragment,Vt as UsdExchangeRatesQuery,ee as UserBorrowTransactionFragment,sr as UserBorrowsQuery,oe as UserLiquidationCallTransactionFragment,ft as UserMarketStateQuery,ge as UserMeritRewardsFragment,pt as UserMeritRewardsQuery,te as UserRepayTransactionFragment,Wt as UserSetEmodeQuery,or as UserSuppliesQuery,J as UserSupplyTransactionFragment,ur as UserTransactionHistoryQuery,se as UserTransactionItemFragment,re as UserUsageAsCollateralTransactionFragment,ue as UserVaultSharesFragment,fr as UserVaultsQuery,Z as UserWithdrawTransactionFragment,Gt as VaultDeployQuery,Nt as VaultDepositQuery,ie as VaultFeesRecipientSplitFragment,F as VaultFeesRecipientsConfigurationFragment,x as VaultFragment,jt as VaultMintSharesQuery,Rr as VaultPreviewDepositQuery,qr as VaultPreviewMintQuery,vr as VaultPreviewRedeemQuery,dr as VaultPreviewWithdrawQuery,cr as VaultQuery,Yt as VaultRedeemSharesQuery,Kt as VaultSetFeeQuery,ye as VaultUserActivityItemFragment,xr as VaultUserActivityQuery,I as VaultUserActivityResultFragment,E as VaultUserActivityTimeWindow,pe as VaultUserDepositItemFragment,_ as VaultUserHistoryAction,Fr as VaultUserTransactionHistoryQuery,me as VaultUserTransactionItemFragment,le as VaultUserWithdrawItemFragment,zt as VaultWithdrawFeesQuery,Xt as VaultWithdrawQuery,gr as VaultsQuery,bt as WithdrawQuery,e as graphql,Vr as vaultCreateRecipientsConfigurationQuery,wr as vaultRecipientConfigurationQuery,Ur as vaultSetRecipientsConfigurationQuery,Tr as vaultTransferOwnershipQuery};//# sourceMappingURL=index.js.map
900
+ }`,[F]);export{v as APYSampleFragment,H as AaveBorrowIncentiveFragment,b as AaveSupplyIncentiveFragment,X as ApprovalRequiredFragment,er as ApproveBorrowCreditDelegationQuery,Ct as BorrowAPYHistoryQuery,Qt as BorrowQuery,p as ChainFragment,M as ChainsFilter,xt as ChainsQuery,ce as ClaimableMeritRewardFragment,Jt as CollateralToggleQuery,tr as CreditDelegateeAllowanceQuery,o as CurrencyFragment,l as DecimalValueFragment,ve as DomainDataFragment,z as EmodeMarketCategoryFragment,K as EmodeMarketReserveInfoFragment,w as EmodeReserveInfoFragment,s as ExecutionPlanFragment,Tt as HasProcessedKnownTransactionQuery,Ut as HealthFactorPreviewQuery,Re as HealthFactorPreviewResponseFragment,Ft as HealthQuery,j as InsufficientBalanceErrorFragment,Zt as LiquidateQuery,ae as LiquidationCollateralFragment,ne as LiquidationRepaidDebtFragment,d as MarketFragment,g as MarketInfoFragment,gt as MarketQuery,S as MarketUserReserveBorrowPositionFragment,A as MarketUserReserveSupplyPositionFragment,q as MarketUserStateFragment,ct as MarketsQuery,L as MeritBorrowAndSupplyIncentiveConditionFragment,Q as MeritBorrowIncentiveFragment,$ as MeritSupplyIncentiveFragment,Fe as MessageDataFragment,V as NativeCurrencyFragment,O as OperationType,C as OrderDirection,k as PageSize,c as PaginatedResultInfoFragment,h as PaginatedUserTransactionHistoryResultFragment,P as PaginatedVaultUserTransactionHistoryResultFragment,T as PaginatedVaultsResultFragment,r as PercentValueFragment,At as PermitTypedDataQuery,xe as PermitTypedDataResponseFragment,bt as RepayQuery,N as ReserveBorrowInfoFragment,m as ReserveFragment,U as ReserveIncentiveFragment,i as ReserveInfoFragment,Y as ReserveIsolationModeConfigFragment,_t as ReserveQuery,W as ReserveSupplyInfoFragment,G as ReserveUserStateFragment,rt as SavingsGhoBalanceQuery,nt as SavingsGhoDepositQuery,at as SavingsGhoWithdrawQuery,kt as SupplyAPYHistoryQuery,Lt as SupplyQuery,D as TimeWindow,t as TokenAmountFragment,a as TransactionRequestFragment,de as TypeDefinitionFragment,qe as TypeFieldFragment,fe as UsdExchangeRateFragment,Vt as UsdExchangeRatesQuery,ee as UserBorrowTransactionFragment,sr as UserBorrowsQuery,oe as UserLiquidationCallTransactionFragment,ft as UserMarketStateQuery,ge as UserMeritRewardsFragment,pt as UserMeritRewardsQuery,te as UserRepayTransactionFragment,Wt as UserSetEmodeQuery,or as UserSuppliesQuery,J as UserSupplyTransactionFragment,ur as UserTransactionHistoryQuery,se as UserTransactionItemFragment,re as UserUsageAsCollateralTransactionFragment,ue as UserVaultSharesFragment,fr as UserVaultsQuery,Z as UserWithdrawTransactionFragment,Gt as VaultDeployQuery,Nt as VaultDepositQuery,ie as VaultFeesRecipientSplitFragment,F as VaultFeesRecipientsConfigurationFragment,x as VaultFragment,jt as VaultMintSharesQuery,Rr as VaultPreviewDepositQuery,qr as VaultPreviewMintQuery,vr as VaultPreviewRedeemQuery,dr as VaultPreviewWithdrawQuery,cr as VaultQuery,Yt as VaultRedeemSharesQuery,Kt as VaultSetFeeQuery,ye as VaultUserActivityItemFragment,xr as VaultUserActivityQuery,I as VaultUserActivityResultFragment,E as VaultUserActivityTimeWindow,pe as VaultUserDepositItemFragment,_ as VaultUserHistoryAction,Fr as VaultUserTransactionHistoryQuery,me as VaultUserTransactionItemFragment,le as VaultUserWithdrawItemFragment,zt as VaultWithdrawFeesQuery,Xt as VaultWithdrawQuery,gr as VaultsQuery,Ht as WithdrawQuery,e as graphql,Vr as vaultCreateRecipientsConfigurationQuery,wr as vaultRecipientConfigurationQuery,Ur as vaultSetRecipientsConfigurationQuery,Tr as vaultTransferOwnershipQuery};//# sourceMappingURL=index.js.map
898
901
  //# sourceMappingURL=index.js.map