@aave/graphql 1.0.0-next.37 → 1.0.0-next.38
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 +62 -42
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1114 -35
- package/dist/index.d.ts +1114 -35
- package/dist/index.js +62 -42
- package/dist/index.js.map +1 -1
- package/dist/schema.cjs +1 -1
- package/dist/schema.cjs.map +1 -1
- package/dist/schema.js +1 -1
- package/dist/schema.js.map +1 -1
- package/dist/testing.d.ts +13 -4
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -429,10 +429,11 @@ type introspection_types = {
|
|
|
429
429
|
'PreviewMerklBorrowReward': { kind: 'OBJECT'; name: 'PreviewMerklBorrowReward'; fields: { 'criteria': { name: 'criteria'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'MerklCriteria'; ofType: null; }; }; }; } }; 'discountApy': { name: 'discountApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'payoutToken': { name: 'payoutToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Token'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
430
430
|
'PreviewMerklSupplyReward': { kind: 'OBJECT'; name: 'PreviewMerklSupplyReward'; fields: { 'criteria': { name: 'criteria'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'MerklCriteria'; ofType: null; }; }; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'extraApy': { name: 'extraApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'payoutToken': { name: 'payoutToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Token'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
431
431
|
'PreviewRequest': { kind: 'INPUT_OBJECT'; name: 'PreviewRequest'; isOneOf: false; inputFields: [{ name: 'action'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'PreviewAction'; ofType: null; }; }; defaultValue: null }]; };
|
|
432
|
+
'PreviewReserveRates': { kind: 'OBJECT'; name: 'PreviewReserveRates'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; } }; }; };
|
|
432
433
|
'PreviewReward': { kind: 'UNION'; name: 'PreviewReward'; fields: {}; possibleTypes: 'PreviewBorrowPointsReward' | 'PreviewMerklBorrowReward' | 'PreviewMerklSupplyReward' | 'PreviewSupplyPointsReward'; };
|
|
433
434
|
'PreviewRewardOutcome': { kind: 'OBJECT'; name: 'PreviewRewardOutcome'; fields: { 'gained': { name: 'gained'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreviewReward'; ofType: null; }; }; }; } }; 'lost': { name: 'lost'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreviewReward'; ofType: null; }; }; }; } }; }; };
|
|
434
435
|
'PreviewSupplyPointsReward': { kind: 'OBJECT'; name: 'PreviewSupplyPointsReward'; fields: { 'criteria': { name: 'criteria'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PointsCriteria'; ofType: null; }; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'multiplier': { name: 'multiplier'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'program': { name: 'program'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PointsProgram'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
435
|
-
'PreviewUserPosition': { kind: 'OBJECT'; name: 'PreviewUserPosition'; fields: { '
|
|
436
|
+
'PreviewUserPosition': { kind: 'OBJECT'; name: 'PreviewUserPosition'; fields: { 'healthFactor': { name: 'healthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'HealthFactorResult'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; } }; 'maxBorrowingPower': { name: 'maxBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; }; } }; 'netBalance': { name: 'netBalance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'netCollateral': { name: 'netCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'otherConditions': { name: 'otherConditions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'UserPositionConditionVariation'; ofType: null; }; }; }; } }; 'projectedEarnings': { name: 'projectedEarnings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'remainingBorrowingPower': { name: 'remainingBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'reserveRates': { name: 'reserveRates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewReserveRates'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewRewardOutcome'; ofType: null; }; } }; 'riskPremium': { name: 'riskPremium'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; }; } }; }; };
|
|
436
437
|
'ProtocolHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'ProtocolHistoryRequest'; isOneOf: false; inputFields: [{ name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Currency'; ofType: null; }; }; defaultValue: "USD" }, { name: 'window'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TimeWindow'; ofType: null; }; }; defaultValue: "LAST_DAY" }]; };
|
|
437
438
|
'ProtocolHistorySample': { kind: 'OBJECT'; name: 'ProtocolHistorySample'; fields: { 'borrows': { name: 'borrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'date': { name: 'date'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'deposits': { name: 'deposits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; }; };
|
|
438
439
|
'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'activities': { name: 'activities'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedActivitiesResult'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'Asset'; ofType: null; } }; 'assetBorrowHistory': { name: 'assetBorrowHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetBorrowSample'; ofType: null; }; }; }; } }; 'assetPriceHistory': { name: 'assetPriceHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetPriceSample'; ofType: null; }; }; }; } }; 'assetSupplyHistory': { name: 'assetSupplyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetSupplySample'; ofType: null; }; }; }; } }; 'borrow': { name: 'borrow'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'borrowApyHistory': { name: 'borrowApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'borrowSwapQuote': { name: 'borrowSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'BorrowSwapQuoteResult'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'Chain'; ofType: null; } }; 'chains': { name: 'chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; }; }; } }; 'claimRewards': { name: 'claimRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'exchangeRate': { name: 'exchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'hasProcessedKnownTransaction': { name: 'hasProcessedKnownTransaction'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'health': { name: 'health'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'OBJECT'; name: 'Hub'; ofType: null; } }; 'hubAssetInterestRateModel': { name: 'hubAssetInterestRateModel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAssetInterestRateModelResult'; ofType: null; }; } }; 'hubAssets': { name: 'hubAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; }; }; } }; 'hubSummaryHistory': { name: 'hubSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubSummarySample'; ofType: null; }; }; }; } }; 'hubs': { name: 'hubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; }; }; } }; 'liquidatePosition': { name: 'liquidatePosition'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'LiquidatePositionExecutionPlan'; ofType: null; }; } }; 'preparePositionSwap': { name: 'preparePositionSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreparePositionSwapResult'; ofType: null; }; } }; 'prepareSwapCancel': { name: 'prepareSwapCancel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PrepareSwapCancelResult'; ofType: null; }; } }; 'prepareTokenSwap': { name: 'prepareTokenSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PrepareTokenSwapResult'; ofType: null; }; } }; 'preview': { name: 'preview'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewUserPosition'; ofType: null; }; } }; 'protocolHistory': { name: 'protocolHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ProtocolHistorySample'; ofType: null; }; }; }; } }; 'renounceSpokeUserPositionManager': { name: 'renounceSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'repay': { name: 'repay'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'repayWithSupplyQuote': { name: 'repayWithSupplyQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'RepayWithSupplyQuoteResult'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'OBJECT'; name: 'Reserve'; 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: 'Reserve'; ofType: null; }; }; }; } }; 'setSpokeUserPositionManager': { name: 'setSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'setUserSuppliesAsCollateral': { name: 'setUserSuppliesAsCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; } }; 'spokePositionManagers': { name: 'spokePositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokePositionManagerResult'; ofType: null; }; } }; 'spokeUserPositionManagers': { name: 'spokeUserPositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokeUserPositionManagerResult'; ofType: null; }; } }; 'spokes': { name: 'spokes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; }; }; } }; 'stableVault': { name: 'stableVault'; type: { kind: 'OBJECT'; name: 'StableVault'; ofType: null; } }; 'stableVaultAssignRate': { name: 'stableVaultAssignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultClaimStatus': { name: 'stableVaultClaimStatus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'StableVaultClaimStatus'; ofType: null; }; } }; 'stableVaultClaimSurplus': { name: 'stableVaultClaimSurplus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultDeposit': { name: 'stableVaultDeposit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultDepositExecutionPlan'; ofType: null; }; } }; 'stableVaultMovements': { name: 'stableVaultMovements'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultMovementsResult'; ofType: null; }; } }; 'stableVaultRateUsers': { name: 'stableVaultRateUsers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultRateUsersResult'; ofType: null; }; } }; 'stableVaultUnassignRate': { name: 'stableVaultUnassignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultUserPositions': { name: 'stableVaultUserPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVaultUserPosition'; ofType: null; }; }; }; } }; 'stableVaultWithdraw': { name: 'stableVaultWithdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultWithdrawExecutionPlan'; ofType: null; }; } }; 'stableVaults': { name: 'stableVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVault'; ofType: null; }; }; }; } }; 'supply': { name: 'supply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'supplyApyHistory': { name: 'supplyApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'supplySwapQuote': { name: 'supplySwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'SupplySwapQuoteResult'; ofType: null; }; } }; 'swapStatus': { name: 'swapStatus'; type: { kind: 'UNION'; name: 'SwapStatus'; ofType: null; } }; 'swappableTokens': { name: 'swappableTokens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'Token'; ofType: null; }; }; }; } }; 'tokenSwapQuote': { name: 'tokenSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenSwapQuoteResult'; ofType: null; }; } }; 'updateUserPositionConditions': { name: 'updateUserPositionConditions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'userBalances': { name: 'userBalances'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBalance'; ofType: null; }; }; }; } }; 'userBorrows': { name: 'userBorrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBorrowItem'; ofType: null; }; }; }; } }; 'userClaimableRewards': { name: 'userClaimableRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'UserClaimableReward'; ofType: null; }; }; }; } }; 'userPosition': { name: 'userPosition'; type: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; } }; 'userPositions': { name: 'userPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; }; }; }; } }; 'userRiskPremiumBreakdown': { name: 'userRiskPremiumBreakdown'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserRiskPremiumBreakdownItem'; ofType: null; }; }; }; } }; 'userSummary': { name: 'userSummary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummary'; ofType: null; }; } }; 'userSummaryHistory': { name: 'userSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummaryHistoryItem'; ofType: null; }; }; }; } }; 'userSupplies': { name: 'userSupplies'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSupplyItem'; ofType: null; }; }; }; } }; 'userSwaps': { name: 'userSwaps'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedUserSwapsResult'; ofType: null; }; } }; 'withdraw': { name: 'withdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'withdrawSwapQuote': { name: 'withdrawSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'WithdrawSwapQuoteResult'; ofType: null; }; } }; }; };
|
|
@@ -460,7 +461,7 @@ type introspection_types = {
|
|
|
460
461
|
'ReserveRequestQuery': { kind: 'INPUT_OBJECT'; name: 'ReserveRequestQuery'; isOneOf: true; inputFields: [{ name: 'reserveId'; type: { kind: 'SCALAR'; name: 'ReserveId'; ofType: null; }; defaultValue: null }, { name: 'reserveInput'; type: { kind: 'INPUT_OBJECT'; name: 'ReserveInput'; ofType: null; }; defaultValue: null }]; };
|
|
461
462
|
'ReserveSettings': { kind: 'OBJECT'; name: 'ReserveSettings'; fields: { 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'borrowable': { name: 'borrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'collateral': { name: 'collateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'collateralFactor': { name: 'collateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'collateralRisk': { name: 'collateralRisk'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'latestDynamicConfigKey': { name: 'latestDynamicConfigKey'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DynamicConfigKey'; ofType: null; }; } }; 'liquidationFee': { name: 'liquidationFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'maxLiquidationBonus': { name: 'maxLiquidationBonus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'receiveSharesEnabled': { name: 'receiveSharesEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'suppliable': { name: 'suppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'supplyCap': { name: 'supplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
|
|
462
463
|
'ReserveStatus': { kind: 'OBJECT'; name: 'ReserveStatus'; fields: { 'active': { name: 'active'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'frozen': { name: 'frozen'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'paused': { name: 'paused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; }; };
|
|
463
|
-
'ReserveSummary': { kind: 'OBJECT'; name: 'ReserveSummary'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'borrowed': { name: 'borrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'Reward'; ofType: null; }; }; }; } }; 'supplied': { name: 'supplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
464
|
+
'ReserveSummary': { kind: 'OBJECT'; name: 'ReserveSummary'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'borrowable': { name: 'borrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'borrowed': { name: 'borrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'Reward'; ofType: null; }; }; }; } }; 'suppliable': { name: 'suppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'supplied': { name: 'supplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
464
465
|
'ReserveUserState': { kind: 'OBJECT'; name: 'ReserveUserState'; fields: { 'balance': { name: 'balance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'borrowable': { name: 'borrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'collateralFactor': { name: 'collateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'dynamicConfigKey': { name: 'dynamicConfigKey'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DynamicConfigKey'; ofType: null; }; } }; 'liquidationFee': { name: 'liquidationFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'maxLiquidationBonus': { name: 'maxLiquidationBonus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'suppliable': { name: 'suppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
|
|
465
466
|
'ReservesRequest': { kind: 'INPUT_OBJECT'; name: 'ReservesRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ReservesRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ReservesRequestFilter'; ofType: null; }; }; defaultValue: "ALL" }, { name: 'orderBy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ReservesRequestOrderBy'; ofType: null; }; }; defaultValue: "{assetName: ASC}" }]; };
|
|
466
467
|
'ReservesRequestFilter': { name: 'ReservesRequestFilter'; enumValues: 'SUPPLY' | 'BORROW' | 'COLLATERAL' | 'ALL'; };
|
|
@@ -603,7 +604,7 @@ type introspection_types = {
|
|
|
603
604
|
'UserHub': { kind: 'INPUT_OBJECT'; name: 'UserHub'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; ofType: null; }; }; defaultValue: null }]; };
|
|
604
605
|
'UserHubInput': { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; isOneOf: true; inputFields: [{ name: 'input'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
|
|
605
606
|
'UserMerklClaimableReward': { kind: 'OBJECT'; name: 'UserMerklClaimableReward'; fields: { 'claimUntil': { name: 'claimUntil'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'claimable': { name: 'claimable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
606
|
-
'UserPosition': { kind: 'OBJECT'; name: 'UserPosition'; fields: { 'averageCollateralFactor': { name: 'averageCollateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; '
|
|
607
|
+
'UserPosition': { kind: 'OBJECT'; name: 'UserPosition'; fields: { 'averageCollateralFactor': { name: 'averageCollateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'canUpdateDynamicConfig': { name: 'canUpdateDynamicConfig'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'createdAt': { name: 'createdAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HealthFactorWithChange'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; } }; 'liquidationPrice': { name: 'liquidationPrice'; type: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; } }; 'maxBorrowingPower': { name: 'maxBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netAccruedInterest': { name: 'netAccruedInterest'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBalance': { name: 'netBalance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netBalancePercentChange': { name: 'netBalancePercentChange'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBorrowApy': { name: 'netBorrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'netCollateral': { name: 'netCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netSupplyApy': { name: 'netSupplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'remainingBorrowingPower': { name: 'remainingBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'riskPremium': { name: 'riskPremium'; type: { kind: 'OBJECT'; name: 'UserPositionRiskPremium'; ofType: null; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalDebt': { name: 'totalDebt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
607
608
|
'UserPositionConditionVariation': { kind: 'UNION'; name: 'UserPositionConditionVariation'; fields: {}; possibleTypes: 'CollateralFactorVariation' | 'LiquidationFeeVariation' | 'MaxLiquidationBonusVariation'; };
|
|
608
609
|
'UserPositionConditionsUpdate': { name: 'UserPositionConditionsUpdate'; enumValues: 'ALL_DYNAMIC_CONFIG' | 'JUST_RISK_PREMIUM'; };
|
|
609
610
|
'UserPositionId': unknown;
|
|
@@ -2749,6 +2750,124 @@ declare const ReserveSummaryFragment: gql_tada.TadaDocumentNode<{
|
|
|
2749
2750
|
value: _aave_types.BigDecimal;
|
|
2750
2751
|
};
|
|
2751
2752
|
};
|
|
2753
|
+
suppliable: {
|
|
2754
|
+
__typename: "Erc20Amount";
|
|
2755
|
+
token: {
|
|
2756
|
+
__typename: "Erc20Token";
|
|
2757
|
+
info: {
|
|
2758
|
+
__typename: "TokenInfo";
|
|
2759
|
+
id: TokenInfoId;
|
|
2760
|
+
name: string;
|
|
2761
|
+
symbol: string;
|
|
2762
|
+
icon: string;
|
|
2763
|
+
decimals: number;
|
|
2764
|
+
categories: TokenCategory[];
|
|
2765
|
+
};
|
|
2766
|
+
address: _aave_types.EvmAddress;
|
|
2767
|
+
chain: {
|
|
2768
|
+
__typename: "Chain";
|
|
2769
|
+
name: string;
|
|
2770
|
+
icon: string;
|
|
2771
|
+
chainId: _aave_types.ChainId;
|
|
2772
|
+
rpcUrl: string;
|
|
2773
|
+
explorerUrl: string;
|
|
2774
|
+
isTestnet: boolean;
|
|
2775
|
+
isFork: boolean;
|
|
2776
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
2777
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
2778
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
2779
|
+
nativeInfo: {
|
|
2780
|
+
__typename: "TokenInfo";
|
|
2781
|
+
id: TokenInfoId;
|
|
2782
|
+
name: string;
|
|
2783
|
+
symbol: string;
|
|
2784
|
+
icon: string;
|
|
2785
|
+
decimals: number;
|
|
2786
|
+
categories: TokenCategory[];
|
|
2787
|
+
};
|
|
2788
|
+
};
|
|
2789
|
+
isWrappedNativeToken: boolean;
|
|
2790
|
+
};
|
|
2791
|
+
amount: {
|
|
2792
|
+
__typename: "DecimalNumber";
|
|
2793
|
+
onChainValue: bigint;
|
|
2794
|
+
decimals: number;
|
|
2795
|
+
value: _aave_types.BigDecimal;
|
|
2796
|
+
};
|
|
2797
|
+
exchange: {
|
|
2798
|
+
__typename: "ExchangeAmount";
|
|
2799
|
+
value: _aave_types.BigDecimal;
|
|
2800
|
+
name: string;
|
|
2801
|
+
symbol: string;
|
|
2802
|
+
icon: string;
|
|
2803
|
+
decimals: number;
|
|
2804
|
+
};
|
|
2805
|
+
exchangeRate: {
|
|
2806
|
+
__typename: "DecimalNumber";
|
|
2807
|
+
onChainValue: bigint;
|
|
2808
|
+
decimals: number;
|
|
2809
|
+
value: _aave_types.BigDecimal;
|
|
2810
|
+
};
|
|
2811
|
+
};
|
|
2812
|
+
borrowable: {
|
|
2813
|
+
__typename: "Erc20Amount";
|
|
2814
|
+
token: {
|
|
2815
|
+
__typename: "Erc20Token";
|
|
2816
|
+
info: {
|
|
2817
|
+
__typename: "TokenInfo";
|
|
2818
|
+
id: TokenInfoId;
|
|
2819
|
+
name: string;
|
|
2820
|
+
symbol: string;
|
|
2821
|
+
icon: string;
|
|
2822
|
+
decimals: number;
|
|
2823
|
+
categories: TokenCategory[];
|
|
2824
|
+
};
|
|
2825
|
+
address: _aave_types.EvmAddress;
|
|
2826
|
+
chain: {
|
|
2827
|
+
__typename: "Chain";
|
|
2828
|
+
name: string;
|
|
2829
|
+
icon: string;
|
|
2830
|
+
chainId: _aave_types.ChainId;
|
|
2831
|
+
rpcUrl: string;
|
|
2832
|
+
explorerUrl: string;
|
|
2833
|
+
isTestnet: boolean;
|
|
2834
|
+
isFork: boolean;
|
|
2835
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
2836
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
2837
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
2838
|
+
nativeInfo: {
|
|
2839
|
+
__typename: "TokenInfo";
|
|
2840
|
+
id: TokenInfoId;
|
|
2841
|
+
name: string;
|
|
2842
|
+
symbol: string;
|
|
2843
|
+
icon: string;
|
|
2844
|
+
decimals: number;
|
|
2845
|
+
categories: TokenCategory[];
|
|
2846
|
+
};
|
|
2847
|
+
};
|
|
2848
|
+
isWrappedNativeToken: boolean;
|
|
2849
|
+
};
|
|
2850
|
+
amount: {
|
|
2851
|
+
__typename: "DecimalNumber";
|
|
2852
|
+
onChainValue: bigint;
|
|
2853
|
+
decimals: number;
|
|
2854
|
+
value: _aave_types.BigDecimal;
|
|
2855
|
+
};
|
|
2856
|
+
exchange: {
|
|
2857
|
+
__typename: "ExchangeAmount";
|
|
2858
|
+
value: _aave_types.BigDecimal;
|
|
2859
|
+
name: string;
|
|
2860
|
+
symbol: string;
|
|
2861
|
+
icon: string;
|
|
2862
|
+
decimals: number;
|
|
2863
|
+
};
|
|
2864
|
+
exchangeRate: {
|
|
2865
|
+
__typename: "DecimalNumber";
|
|
2866
|
+
onChainValue: bigint;
|
|
2867
|
+
decimals: number;
|
|
2868
|
+
value: _aave_types.BigDecimal;
|
|
2869
|
+
};
|
|
2870
|
+
};
|
|
2752
2871
|
supplyApy: {
|
|
2753
2872
|
__typename: "PercentNumber";
|
|
2754
2873
|
onChainValue: bigint;
|
|
@@ -3518,6 +3637,124 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
3518
3637
|
value: _aave_types.BigDecimal;
|
|
3519
3638
|
};
|
|
3520
3639
|
};
|
|
3640
|
+
suppliable: {
|
|
3641
|
+
__typename: "Erc20Amount";
|
|
3642
|
+
token: {
|
|
3643
|
+
__typename: "Erc20Token";
|
|
3644
|
+
info: {
|
|
3645
|
+
__typename: "TokenInfo";
|
|
3646
|
+
id: TokenInfoId;
|
|
3647
|
+
name: string;
|
|
3648
|
+
symbol: string;
|
|
3649
|
+
icon: string;
|
|
3650
|
+
decimals: number;
|
|
3651
|
+
categories: TokenCategory[];
|
|
3652
|
+
};
|
|
3653
|
+
address: _aave_types.EvmAddress;
|
|
3654
|
+
chain: {
|
|
3655
|
+
__typename: "Chain";
|
|
3656
|
+
name: string;
|
|
3657
|
+
icon: string;
|
|
3658
|
+
chainId: _aave_types.ChainId;
|
|
3659
|
+
rpcUrl: string;
|
|
3660
|
+
explorerUrl: string;
|
|
3661
|
+
isTestnet: boolean;
|
|
3662
|
+
isFork: boolean;
|
|
3663
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
3664
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
3665
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
3666
|
+
nativeInfo: {
|
|
3667
|
+
__typename: "TokenInfo";
|
|
3668
|
+
id: TokenInfoId;
|
|
3669
|
+
name: string;
|
|
3670
|
+
symbol: string;
|
|
3671
|
+
icon: string;
|
|
3672
|
+
decimals: number;
|
|
3673
|
+
categories: TokenCategory[];
|
|
3674
|
+
};
|
|
3675
|
+
};
|
|
3676
|
+
isWrappedNativeToken: boolean;
|
|
3677
|
+
};
|
|
3678
|
+
amount: {
|
|
3679
|
+
__typename: "DecimalNumber";
|
|
3680
|
+
onChainValue: bigint;
|
|
3681
|
+
decimals: number;
|
|
3682
|
+
value: _aave_types.BigDecimal;
|
|
3683
|
+
};
|
|
3684
|
+
exchange: {
|
|
3685
|
+
__typename: "ExchangeAmount";
|
|
3686
|
+
value: _aave_types.BigDecimal;
|
|
3687
|
+
name: string;
|
|
3688
|
+
symbol: string;
|
|
3689
|
+
icon: string;
|
|
3690
|
+
decimals: number;
|
|
3691
|
+
};
|
|
3692
|
+
exchangeRate: {
|
|
3693
|
+
__typename: "DecimalNumber";
|
|
3694
|
+
onChainValue: bigint;
|
|
3695
|
+
decimals: number;
|
|
3696
|
+
value: _aave_types.BigDecimal;
|
|
3697
|
+
};
|
|
3698
|
+
};
|
|
3699
|
+
borrowable: {
|
|
3700
|
+
__typename: "Erc20Amount";
|
|
3701
|
+
token: {
|
|
3702
|
+
__typename: "Erc20Token";
|
|
3703
|
+
info: {
|
|
3704
|
+
__typename: "TokenInfo";
|
|
3705
|
+
id: TokenInfoId;
|
|
3706
|
+
name: string;
|
|
3707
|
+
symbol: string;
|
|
3708
|
+
icon: string;
|
|
3709
|
+
decimals: number;
|
|
3710
|
+
categories: TokenCategory[];
|
|
3711
|
+
};
|
|
3712
|
+
address: _aave_types.EvmAddress;
|
|
3713
|
+
chain: {
|
|
3714
|
+
__typename: "Chain";
|
|
3715
|
+
name: string;
|
|
3716
|
+
icon: string;
|
|
3717
|
+
chainId: _aave_types.ChainId;
|
|
3718
|
+
rpcUrl: string;
|
|
3719
|
+
explorerUrl: string;
|
|
3720
|
+
isTestnet: boolean;
|
|
3721
|
+
isFork: boolean;
|
|
3722
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
3723
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
3724
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
3725
|
+
nativeInfo: {
|
|
3726
|
+
__typename: "TokenInfo";
|
|
3727
|
+
id: TokenInfoId;
|
|
3728
|
+
name: string;
|
|
3729
|
+
symbol: string;
|
|
3730
|
+
icon: string;
|
|
3731
|
+
decimals: number;
|
|
3732
|
+
categories: TokenCategory[];
|
|
3733
|
+
};
|
|
3734
|
+
};
|
|
3735
|
+
isWrappedNativeToken: boolean;
|
|
3736
|
+
};
|
|
3737
|
+
amount: {
|
|
3738
|
+
__typename: "DecimalNumber";
|
|
3739
|
+
onChainValue: bigint;
|
|
3740
|
+
decimals: number;
|
|
3741
|
+
value: _aave_types.BigDecimal;
|
|
3742
|
+
};
|
|
3743
|
+
exchange: {
|
|
3744
|
+
__typename: "ExchangeAmount";
|
|
3745
|
+
value: _aave_types.BigDecimal;
|
|
3746
|
+
name: string;
|
|
3747
|
+
symbol: string;
|
|
3748
|
+
icon: string;
|
|
3749
|
+
decimals: number;
|
|
3750
|
+
};
|
|
3751
|
+
exchangeRate: {
|
|
3752
|
+
__typename: "DecimalNumber";
|
|
3753
|
+
onChainValue: bigint;
|
|
3754
|
+
decimals: number;
|
|
3755
|
+
value: _aave_types.BigDecimal;
|
|
3756
|
+
};
|
|
3757
|
+
};
|
|
3521
3758
|
supplyApy: {
|
|
3522
3759
|
__typename: "PercentNumber";
|
|
3523
3760
|
onChainValue: bigint;
|
|
@@ -81736,33 +81973,151 @@ declare const UserSupplyItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
81736
81973
|
value: _aave_types.BigDecimal;
|
|
81737
81974
|
};
|
|
81738
81975
|
};
|
|
81739
|
-
|
|
81740
|
-
__typename: "
|
|
81741
|
-
|
|
81742
|
-
|
|
81743
|
-
|
|
81744
|
-
|
|
81745
|
-
|
|
81746
|
-
|
|
81747
|
-
|
|
81748
|
-
|
|
81749
|
-
|
|
81750
|
-
|
|
81751
|
-
|
|
81752
|
-
|
|
81753
|
-
|
|
81754
|
-
|
|
81755
|
-
|
|
81756
|
-
|
|
81757
|
-
|
|
81758
|
-
|
|
81759
|
-
|
|
81760
|
-
|
|
81761
|
-
|
|
81762
|
-
|
|
81763
|
-
|
|
81764
|
-
|
|
81765
|
-
|
|
81976
|
+
suppliable: {
|
|
81977
|
+
__typename: "Erc20Amount";
|
|
81978
|
+
token: {
|
|
81979
|
+
__typename: "Erc20Token";
|
|
81980
|
+
info: {
|
|
81981
|
+
__typename: "TokenInfo";
|
|
81982
|
+
id: TokenInfoId;
|
|
81983
|
+
name: string;
|
|
81984
|
+
symbol: string;
|
|
81985
|
+
icon: string;
|
|
81986
|
+
decimals: number;
|
|
81987
|
+
categories: TokenCategory[];
|
|
81988
|
+
};
|
|
81989
|
+
address: _aave_types.EvmAddress;
|
|
81990
|
+
chain: {
|
|
81991
|
+
__typename: "Chain";
|
|
81992
|
+
name: string;
|
|
81993
|
+
icon: string;
|
|
81994
|
+
chainId: _aave_types.ChainId;
|
|
81995
|
+
rpcUrl: string;
|
|
81996
|
+
explorerUrl: string;
|
|
81997
|
+
isTestnet: boolean;
|
|
81998
|
+
isFork: boolean;
|
|
81999
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
82000
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
82001
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
82002
|
+
nativeInfo: {
|
|
82003
|
+
__typename: "TokenInfo";
|
|
82004
|
+
id: TokenInfoId;
|
|
82005
|
+
name: string;
|
|
82006
|
+
symbol: string;
|
|
82007
|
+
icon: string;
|
|
82008
|
+
decimals: number;
|
|
82009
|
+
categories: TokenCategory[];
|
|
82010
|
+
};
|
|
82011
|
+
};
|
|
82012
|
+
isWrappedNativeToken: boolean;
|
|
82013
|
+
};
|
|
82014
|
+
amount: {
|
|
82015
|
+
__typename: "DecimalNumber";
|
|
82016
|
+
onChainValue: bigint;
|
|
82017
|
+
decimals: number;
|
|
82018
|
+
value: _aave_types.BigDecimal;
|
|
82019
|
+
};
|
|
82020
|
+
exchange: {
|
|
82021
|
+
__typename: "ExchangeAmount";
|
|
82022
|
+
value: _aave_types.BigDecimal;
|
|
82023
|
+
name: string;
|
|
82024
|
+
symbol: string;
|
|
82025
|
+
icon: string;
|
|
82026
|
+
decimals: number;
|
|
82027
|
+
};
|
|
82028
|
+
exchangeRate: {
|
|
82029
|
+
__typename: "DecimalNumber";
|
|
82030
|
+
onChainValue: bigint;
|
|
82031
|
+
decimals: number;
|
|
82032
|
+
value: _aave_types.BigDecimal;
|
|
82033
|
+
};
|
|
82034
|
+
};
|
|
82035
|
+
borrowable: {
|
|
82036
|
+
__typename: "Erc20Amount";
|
|
82037
|
+
token: {
|
|
82038
|
+
__typename: "Erc20Token";
|
|
82039
|
+
info: {
|
|
82040
|
+
__typename: "TokenInfo";
|
|
82041
|
+
id: TokenInfoId;
|
|
82042
|
+
name: string;
|
|
82043
|
+
symbol: string;
|
|
82044
|
+
icon: string;
|
|
82045
|
+
decimals: number;
|
|
82046
|
+
categories: TokenCategory[];
|
|
82047
|
+
};
|
|
82048
|
+
address: _aave_types.EvmAddress;
|
|
82049
|
+
chain: {
|
|
82050
|
+
__typename: "Chain";
|
|
82051
|
+
name: string;
|
|
82052
|
+
icon: string;
|
|
82053
|
+
chainId: _aave_types.ChainId;
|
|
82054
|
+
rpcUrl: string;
|
|
82055
|
+
explorerUrl: string;
|
|
82056
|
+
isTestnet: boolean;
|
|
82057
|
+
isFork: boolean;
|
|
82058
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
82059
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
82060
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
82061
|
+
nativeInfo: {
|
|
82062
|
+
__typename: "TokenInfo";
|
|
82063
|
+
id: TokenInfoId;
|
|
82064
|
+
name: string;
|
|
82065
|
+
symbol: string;
|
|
82066
|
+
icon: string;
|
|
82067
|
+
decimals: number;
|
|
82068
|
+
categories: TokenCategory[];
|
|
82069
|
+
};
|
|
82070
|
+
};
|
|
82071
|
+
isWrappedNativeToken: boolean;
|
|
82072
|
+
};
|
|
82073
|
+
amount: {
|
|
82074
|
+
__typename: "DecimalNumber";
|
|
82075
|
+
onChainValue: bigint;
|
|
82076
|
+
decimals: number;
|
|
82077
|
+
value: _aave_types.BigDecimal;
|
|
82078
|
+
};
|
|
82079
|
+
exchange: {
|
|
82080
|
+
__typename: "ExchangeAmount";
|
|
82081
|
+
value: _aave_types.BigDecimal;
|
|
82082
|
+
name: string;
|
|
82083
|
+
symbol: string;
|
|
82084
|
+
icon: string;
|
|
82085
|
+
decimals: number;
|
|
82086
|
+
};
|
|
82087
|
+
exchangeRate: {
|
|
82088
|
+
__typename: "DecimalNumber";
|
|
82089
|
+
onChainValue: bigint;
|
|
82090
|
+
decimals: number;
|
|
82091
|
+
value: _aave_types.BigDecimal;
|
|
82092
|
+
};
|
|
82093
|
+
};
|
|
82094
|
+
supplyApy: {
|
|
82095
|
+
__typename: "PercentNumber";
|
|
82096
|
+
onChainValue: bigint;
|
|
82097
|
+
decimals: number;
|
|
82098
|
+
value: _aave_types.BigDecimal;
|
|
82099
|
+
normalized: _aave_types.BigDecimal;
|
|
82100
|
+
};
|
|
82101
|
+
borrowApy: {
|
|
82102
|
+
__typename: "PercentNumber";
|
|
82103
|
+
onChainValue: bigint;
|
|
82104
|
+
decimals: number;
|
|
82105
|
+
value: _aave_types.BigDecimal;
|
|
82106
|
+
normalized: _aave_types.BigDecimal;
|
|
82107
|
+
};
|
|
82108
|
+
rewards: ({
|
|
82109
|
+
__typename: "MerklSupplyReward";
|
|
82110
|
+
id: RewardId;
|
|
82111
|
+
startDate: Date;
|
|
82112
|
+
endDate: Date;
|
|
82113
|
+
extraApy: {
|
|
82114
|
+
__typename: "PercentNumber";
|
|
82115
|
+
onChainValue: bigint;
|
|
82116
|
+
decimals: number;
|
|
82117
|
+
value: _aave_types.BigDecimal;
|
|
82118
|
+
normalized: _aave_types.BigDecimal;
|
|
82119
|
+
};
|
|
82120
|
+
payoutToken: {
|
|
81766
82121
|
__typename: "Erc20Token";
|
|
81767
82122
|
info: {
|
|
81768
82123
|
__typename: "TokenInfo";
|
|
@@ -83467,6 +83822,124 @@ declare const UserBorrowItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
83467
83822
|
value: _aave_types.BigDecimal;
|
|
83468
83823
|
};
|
|
83469
83824
|
};
|
|
83825
|
+
suppliable: {
|
|
83826
|
+
__typename: "Erc20Amount";
|
|
83827
|
+
token: {
|
|
83828
|
+
__typename: "Erc20Token";
|
|
83829
|
+
info: {
|
|
83830
|
+
__typename: "TokenInfo";
|
|
83831
|
+
id: TokenInfoId;
|
|
83832
|
+
name: string;
|
|
83833
|
+
symbol: string;
|
|
83834
|
+
icon: string;
|
|
83835
|
+
decimals: number;
|
|
83836
|
+
categories: TokenCategory[];
|
|
83837
|
+
};
|
|
83838
|
+
address: _aave_types.EvmAddress;
|
|
83839
|
+
chain: {
|
|
83840
|
+
__typename: "Chain";
|
|
83841
|
+
name: string;
|
|
83842
|
+
icon: string;
|
|
83843
|
+
chainId: _aave_types.ChainId;
|
|
83844
|
+
rpcUrl: string;
|
|
83845
|
+
explorerUrl: string;
|
|
83846
|
+
isTestnet: boolean;
|
|
83847
|
+
isFork: boolean;
|
|
83848
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
83849
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
83850
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
83851
|
+
nativeInfo: {
|
|
83852
|
+
__typename: "TokenInfo";
|
|
83853
|
+
id: TokenInfoId;
|
|
83854
|
+
name: string;
|
|
83855
|
+
symbol: string;
|
|
83856
|
+
icon: string;
|
|
83857
|
+
decimals: number;
|
|
83858
|
+
categories: TokenCategory[];
|
|
83859
|
+
};
|
|
83860
|
+
};
|
|
83861
|
+
isWrappedNativeToken: boolean;
|
|
83862
|
+
};
|
|
83863
|
+
amount: {
|
|
83864
|
+
__typename: "DecimalNumber";
|
|
83865
|
+
onChainValue: bigint;
|
|
83866
|
+
decimals: number;
|
|
83867
|
+
value: _aave_types.BigDecimal;
|
|
83868
|
+
};
|
|
83869
|
+
exchange: {
|
|
83870
|
+
__typename: "ExchangeAmount";
|
|
83871
|
+
value: _aave_types.BigDecimal;
|
|
83872
|
+
name: string;
|
|
83873
|
+
symbol: string;
|
|
83874
|
+
icon: string;
|
|
83875
|
+
decimals: number;
|
|
83876
|
+
};
|
|
83877
|
+
exchangeRate: {
|
|
83878
|
+
__typename: "DecimalNumber";
|
|
83879
|
+
onChainValue: bigint;
|
|
83880
|
+
decimals: number;
|
|
83881
|
+
value: _aave_types.BigDecimal;
|
|
83882
|
+
};
|
|
83883
|
+
};
|
|
83884
|
+
borrowable: {
|
|
83885
|
+
__typename: "Erc20Amount";
|
|
83886
|
+
token: {
|
|
83887
|
+
__typename: "Erc20Token";
|
|
83888
|
+
info: {
|
|
83889
|
+
__typename: "TokenInfo";
|
|
83890
|
+
id: TokenInfoId;
|
|
83891
|
+
name: string;
|
|
83892
|
+
symbol: string;
|
|
83893
|
+
icon: string;
|
|
83894
|
+
decimals: number;
|
|
83895
|
+
categories: TokenCategory[];
|
|
83896
|
+
};
|
|
83897
|
+
address: _aave_types.EvmAddress;
|
|
83898
|
+
chain: {
|
|
83899
|
+
__typename: "Chain";
|
|
83900
|
+
name: string;
|
|
83901
|
+
icon: string;
|
|
83902
|
+
chainId: _aave_types.ChainId;
|
|
83903
|
+
rpcUrl: string;
|
|
83904
|
+
explorerUrl: string;
|
|
83905
|
+
isTestnet: boolean;
|
|
83906
|
+
isFork: boolean;
|
|
83907
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
83908
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
83909
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
83910
|
+
nativeInfo: {
|
|
83911
|
+
__typename: "TokenInfo";
|
|
83912
|
+
id: TokenInfoId;
|
|
83913
|
+
name: string;
|
|
83914
|
+
symbol: string;
|
|
83915
|
+
icon: string;
|
|
83916
|
+
decimals: number;
|
|
83917
|
+
categories: TokenCategory[];
|
|
83918
|
+
};
|
|
83919
|
+
};
|
|
83920
|
+
isWrappedNativeToken: boolean;
|
|
83921
|
+
};
|
|
83922
|
+
amount: {
|
|
83923
|
+
__typename: "DecimalNumber";
|
|
83924
|
+
onChainValue: bigint;
|
|
83925
|
+
decimals: number;
|
|
83926
|
+
value: _aave_types.BigDecimal;
|
|
83927
|
+
};
|
|
83928
|
+
exchange: {
|
|
83929
|
+
__typename: "ExchangeAmount";
|
|
83930
|
+
value: _aave_types.BigDecimal;
|
|
83931
|
+
name: string;
|
|
83932
|
+
symbol: string;
|
|
83933
|
+
icon: string;
|
|
83934
|
+
decimals: number;
|
|
83935
|
+
};
|
|
83936
|
+
exchangeRate: {
|
|
83937
|
+
__typename: "DecimalNumber";
|
|
83938
|
+
onChainValue: bigint;
|
|
83939
|
+
decimals: number;
|
|
83940
|
+
value: _aave_types.BigDecimal;
|
|
83941
|
+
};
|
|
83942
|
+
};
|
|
83470
83943
|
supplyApy: {
|
|
83471
83944
|
__typename: "PercentNumber";
|
|
83472
83945
|
onChainValue: bigint;
|
|
@@ -85028,7 +85501,15 @@ declare const UserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
85028
85501
|
icon: string;
|
|
85029
85502
|
decimals: number;
|
|
85030
85503
|
} | null;
|
|
85031
|
-
|
|
85504
|
+
maxBorrowingPower: {
|
|
85505
|
+
__typename: "ExchangeAmount";
|
|
85506
|
+
value: _aave_types.BigDecimal;
|
|
85507
|
+
name: string;
|
|
85508
|
+
symbol: string;
|
|
85509
|
+
icon: string;
|
|
85510
|
+
decimals: number;
|
|
85511
|
+
};
|
|
85512
|
+
remainingBorrowingPower: {
|
|
85032
85513
|
__typename: "ExchangeAmount";
|
|
85033
85514
|
value: _aave_types.BigDecimal;
|
|
85034
85515
|
name: string;
|
|
@@ -89752,6 +90233,124 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
89752
90233
|
value: _aave_types.BigDecimal;
|
|
89753
90234
|
};
|
|
89754
90235
|
};
|
|
90236
|
+
suppliable: {
|
|
90237
|
+
__typename: "Erc20Amount";
|
|
90238
|
+
token: {
|
|
90239
|
+
__typename: "Erc20Token";
|
|
90240
|
+
info: {
|
|
90241
|
+
__typename: "TokenInfo";
|
|
90242
|
+
id: TokenInfoId;
|
|
90243
|
+
name: string;
|
|
90244
|
+
symbol: string;
|
|
90245
|
+
icon: string;
|
|
90246
|
+
decimals: number;
|
|
90247
|
+
categories: TokenCategory[];
|
|
90248
|
+
};
|
|
90249
|
+
address: _aave_types.EvmAddress;
|
|
90250
|
+
chain: {
|
|
90251
|
+
__typename: "Chain";
|
|
90252
|
+
name: string;
|
|
90253
|
+
icon: string;
|
|
90254
|
+
chainId: _aave_types.ChainId;
|
|
90255
|
+
rpcUrl: string;
|
|
90256
|
+
explorerUrl: string;
|
|
90257
|
+
isTestnet: boolean;
|
|
90258
|
+
isFork: boolean;
|
|
90259
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
90260
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
90261
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
90262
|
+
nativeInfo: {
|
|
90263
|
+
__typename: "TokenInfo";
|
|
90264
|
+
id: TokenInfoId;
|
|
90265
|
+
name: string;
|
|
90266
|
+
symbol: string;
|
|
90267
|
+
icon: string;
|
|
90268
|
+
decimals: number;
|
|
90269
|
+
categories: TokenCategory[];
|
|
90270
|
+
};
|
|
90271
|
+
};
|
|
90272
|
+
isWrappedNativeToken: boolean;
|
|
90273
|
+
};
|
|
90274
|
+
amount: {
|
|
90275
|
+
__typename: "DecimalNumber";
|
|
90276
|
+
onChainValue: bigint;
|
|
90277
|
+
decimals: number;
|
|
90278
|
+
value: _aave_types.BigDecimal;
|
|
90279
|
+
};
|
|
90280
|
+
exchange: {
|
|
90281
|
+
__typename: "ExchangeAmount";
|
|
90282
|
+
value: _aave_types.BigDecimal;
|
|
90283
|
+
name: string;
|
|
90284
|
+
symbol: string;
|
|
90285
|
+
icon: string;
|
|
90286
|
+
decimals: number;
|
|
90287
|
+
};
|
|
90288
|
+
exchangeRate: {
|
|
90289
|
+
__typename: "DecimalNumber";
|
|
90290
|
+
onChainValue: bigint;
|
|
90291
|
+
decimals: number;
|
|
90292
|
+
value: _aave_types.BigDecimal;
|
|
90293
|
+
};
|
|
90294
|
+
};
|
|
90295
|
+
borrowable: {
|
|
90296
|
+
__typename: "Erc20Amount";
|
|
90297
|
+
token: {
|
|
90298
|
+
__typename: "Erc20Token";
|
|
90299
|
+
info: {
|
|
90300
|
+
__typename: "TokenInfo";
|
|
90301
|
+
id: TokenInfoId;
|
|
90302
|
+
name: string;
|
|
90303
|
+
symbol: string;
|
|
90304
|
+
icon: string;
|
|
90305
|
+
decimals: number;
|
|
90306
|
+
categories: TokenCategory[];
|
|
90307
|
+
};
|
|
90308
|
+
address: _aave_types.EvmAddress;
|
|
90309
|
+
chain: {
|
|
90310
|
+
__typename: "Chain";
|
|
90311
|
+
name: string;
|
|
90312
|
+
icon: string;
|
|
90313
|
+
chainId: _aave_types.ChainId;
|
|
90314
|
+
rpcUrl: string;
|
|
90315
|
+
explorerUrl: string;
|
|
90316
|
+
isTestnet: boolean;
|
|
90317
|
+
isFork: boolean;
|
|
90318
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
90319
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
90320
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
90321
|
+
nativeInfo: {
|
|
90322
|
+
__typename: "TokenInfo";
|
|
90323
|
+
id: TokenInfoId;
|
|
90324
|
+
name: string;
|
|
90325
|
+
symbol: string;
|
|
90326
|
+
icon: string;
|
|
90327
|
+
decimals: number;
|
|
90328
|
+
categories: TokenCategory[];
|
|
90329
|
+
};
|
|
90330
|
+
};
|
|
90331
|
+
isWrappedNativeToken: boolean;
|
|
90332
|
+
};
|
|
90333
|
+
amount: {
|
|
90334
|
+
__typename: "DecimalNumber";
|
|
90335
|
+
onChainValue: bigint;
|
|
90336
|
+
decimals: number;
|
|
90337
|
+
value: _aave_types.BigDecimal;
|
|
90338
|
+
};
|
|
90339
|
+
exchange: {
|
|
90340
|
+
__typename: "ExchangeAmount";
|
|
90341
|
+
value: _aave_types.BigDecimal;
|
|
90342
|
+
name: string;
|
|
90343
|
+
symbol: string;
|
|
90344
|
+
icon: string;
|
|
90345
|
+
decimals: number;
|
|
90346
|
+
};
|
|
90347
|
+
exchangeRate: {
|
|
90348
|
+
__typename: "DecimalNumber";
|
|
90349
|
+
onChainValue: bigint;
|
|
90350
|
+
decimals: number;
|
|
90351
|
+
value: _aave_types.BigDecimal;
|
|
90352
|
+
};
|
|
90353
|
+
};
|
|
89755
90354
|
supplyApy: {
|
|
89756
90355
|
__typename: "PercentNumber";
|
|
89757
90356
|
onChainValue: bigint;
|
|
@@ -91137,6 +91736,124 @@ declare const ReservesQuery: gql_tada.TadaDocumentNode<{
|
|
|
91137
91736
|
value: _aave_types.BigDecimal;
|
|
91138
91737
|
};
|
|
91139
91738
|
};
|
|
91739
|
+
suppliable: {
|
|
91740
|
+
__typename: "Erc20Amount";
|
|
91741
|
+
token: {
|
|
91742
|
+
__typename: "Erc20Token";
|
|
91743
|
+
info: {
|
|
91744
|
+
__typename: "TokenInfo";
|
|
91745
|
+
id: TokenInfoId;
|
|
91746
|
+
name: string;
|
|
91747
|
+
symbol: string;
|
|
91748
|
+
icon: string;
|
|
91749
|
+
decimals: number;
|
|
91750
|
+
categories: TokenCategory[];
|
|
91751
|
+
};
|
|
91752
|
+
address: _aave_types.EvmAddress;
|
|
91753
|
+
chain: {
|
|
91754
|
+
__typename: "Chain";
|
|
91755
|
+
name: string;
|
|
91756
|
+
icon: string;
|
|
91757
|
+
chainId: _aave_types.ChainId;
|
|
91758
|
+
rpcUrl: string;
|
|
91759
|
+
explorerUrl: string;
|
|
91760
|
+
isTestnet: boolean;
|
|
91761
|
+
isFork: boolean;
|
|
91762
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
91763
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
91764
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
91765
|
+
nativeInfo: {
|
|
91766
|
+
__typename: "TokenInfo";
|
|
91767
|
+
id: TokenInfoId;
|
|
91768
|
+
name: string;
|
|
91769
|
+
symbol: string;
|
|
91770
|
+
icon: string;
|
|
91771
|
+
decimals: number;
|
|
91772
|
+
categories: TokenCategory[];
|
|
91773
|
+
};
|
|
91774
|
+
};
|
|
91775
|
+
isWrappedNativeToken: boolean;
|
|
91776
|
+
};
|
|
91777
|
+
amount: {
|
|
91778
|
+
__typename: "DecimalNumber";
|
|
91779
|
+
onChainValue: bigint;
|
|
91780
|
+
decimals: number;
|
|
91781
|
+
value: _aave_types.BigDecimal;
|
|
91782
|
+
};
|
|
91783
|
+
exchange: {
|
|
91784
|
+
__typename: "ExchangeAmount";
|
|
91785
|
+
value: _aave_types.BigDecimal;
|
|
91786
|
+
name: string;
|
|
91787
|
+
symbol: string;
|
|
91788
|
+
icon: string;
|
|
91789
|
+
decimals: number;
|
|
91790
|
+
};
|
|
91791
|
+
exchangeRate: {
|
|
91792
|
+
__typename: "DecimalNumber";
|
|
91793
|
+
onChainValue: bigint;
|
|
91794
|
+
decimals: number;
|
|
91795
|
+
value: _aave_types.BigDecimal;
|
|
91796
|
+
};
|
|
91797
|
+
};
|
|
91798
|
+
borrowable: {
|
|
91799
|
+
__typename: "Erc20Amount";
|
|
91800
|
+
token: {
|
|
91801
|
+
__typename: "Erc20Token";
|
|
91802
|
+
info: {
|
|
91803
|
+
__typename: "TokenInfo";
|
|
91804
|
+
id: TokenInfoId;
|
|
91805
|
+
name: string;
|
|
91806
|
+
symbol: string;
|
|
91807
|
+
icon: string;
|
|
91808
|
+
decimals: number;
|
|
91809
|
+
categories: TokenCategory[];
|
|
91810
|
+
};
|
|
91811
|
+
address: _aave_types.EvmAddress;
|
|
91812
|
+
chain: {
|
|
91813
|
+
__typename: "Chain";
|
|
91814
|
+
name: string;
|
|
91815
|
+
icon: string;
|
|
91816
|
+
chainId: _aave_types.ChainId;
|
|
91817
|
+
rpcUrl: string;
|
|
91818
|
+
explorerUrl: string;
|
|
91819
|
+
isTestnet: boolean;
|
|
91820
|
+
isFork: boolean;
|
|
91821
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
91822
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
91823
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
91824
|
+
nativeInfo: {
|
|
91825
|
+
__typename: "TokenInfo";
|
|
91826
|
+
id: TokenInfoId;
|
|
91827
|
+
name: string;
|
|
91828
|
+
symbol: string;
|
|
91829
|
+
icon: string;
|
|
91830
|
+
decimals: number;
|
|
91831
|
+
categories: TokenCategory[];
|
|
91832
|
+
};
|
|
91833
|
+
};
|
|
91834
|
+
isWrappedNativeToken: boolean;
|
|
91835
|
+
};
|
|
91836
|
+
amount: {
|
|
91837
|
+
__typename: "DecimalNumber";
|
|
91838
|
+
onChainValue: bigint;
|
|
91839
|
+
decimals: number;
|
|
91840
|
+
value: _aave_types.BigDecimal;
|
|
91841
|
+
};
|
|
91842
|
+
exchange: {
|
|
91843
|
+
__typename: "ExchangeAmount";
|
|
91844
|
+
value: _aave_types.BigDecimal;
|
|
91845
|
+
name: string;
|
|
91846
|
+
symbol: string;
|
|
91847
|
+
icon: string;
|
|
91848
|
+
decimals: number;
|
|
91849
|
+
};
|
|
91850
|
+
exchangeRate: {
|
|
91851
|
+
__typename: "DecimalNumber";
|
|
91852
|
+
onChainValue: bigint;
|
|
91853
|
+
decimals: number;
|
|
91854
|
+
value: _aave_types.BigDecimal;
|
|
91855
|
+
};
|
|
91856
|
+
};
|
|
91140
91857
|
supplyApy: {
|
|
91141
91858
|
__typename: "PercentNumber";
|
|
91142
91859
|
onChainValue: bigint;
|
|
@@ -150300,7 +151017,7 @@ declare const PreviewUserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
150300
151017
|
decimals: number;
|
|
150301
151018
|
};
|
|
150302
151019
|
};
|
|
150303
|
-
|
|
151020
|
+
maxBorrowingPower: {
|
|
150304
151021
|
__typename: "ExchangeAmountVariation";
|
|
150305
151022
|
current: {
|
|
150306
151023
|
__typename: "ExchangeAmount";
|
|
@@ -150319,6 +151036,61 @@ declare const PreviewUserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
150319
151036
|
decimals: number;
|
|
150320
151037
|
};
|
|
150321
151038
|
};
|
|
151039
|
+
remainingBorrowingPower: {
|
|
151040
|
+
__typename: "ExchangeAmountVariation";
|
|
151041
|
+
current: {
|
|
151042
|
+
__typename: "ExchangeAmount";
|
|
151043
|
+
value: _aave_types.BigDecimal;
|
|
151044
|
+
name: string;
|
|
151045
|
+
symbol: string;
|
|
151046
|
+
icon: string;
|
|
151047
|
+
decimals: number;
|
|
151048
|
+
};
|
|
151049
|
+
after: {
|
|
151050
|
+
__typename: "ExchangeAmount";
|
|
151051
|
+
value: _aave_types.BigDecimal;
|
|
151052
|
+
name: string;
|
|
151053
|
+
symbol: string;
|
|
151054
|
+
icon: string;
|
|
151055
|
+
decimals: number;
|
|
151056
|
+
};
|
|
151057
|
+
};
|
|
151058
|
+
reserveRates: {
|
|
151059
|
+
supplyApy: {
|
|
151060
|
+
__typename: "PercentNumberVariation";
|
|
151061
|
+
current: {
|
|
151062
|
+
__typename: "PercentNumber";
|
|
151063
|
+
onChainValue: bigint;
|
|
151064
|
+
decimals: number;
|
|
151065
|
+
value: _aave_types.BigDecimal;
|
|
151066
|
+
normalized: _aave_types.BigDecimal;
|
|
151067
|
+
};
|
|
151068
|
+
after: {
|
|
151069
|
+
__typename: "PercentNumber";
|
|
151070
|
+
onChainValue: bigint;
|
|
151071
|
+
decimals: number;
|
|
151072
|
+
value: _aave_types.BigDecimal;
|
|
151073
|
+
normalized: _aave_types.BigDecimal;
|
|
151074
|
+
};
|
|
151075
|
+
} | null;
|
|
151076
|
+
borrowApy: {
|
|
151077
|
+
__typename: "PercentNumberVariation";
|
|
151078
|
+
current: {
|
|
151079
|
+
__typename: "PercentNumber";
|
|
151080
|
+
onChainValue: bigint;
|
|
151081
|
+
decimals: number;
|
|
151082
|
+
value: _aave_types.BigDecimal;
|
|
151083
|
+
normalized: _aave_types.BigDecimal;
|
|
151084
|
+
};
|
|
151085
|
+
after: {
|
|
151086
|
+
__typename: "PercentNumber";
|
|
151087
|
+
onChainValue: bigint;
|
|
151088
|
+
decimals: number;
|
|
151089
|
+
value: _aave_types.BigDecimal;
|
|
151090
|
+
normalized: _aave_types.BigDecimal;
|
|
151091
|
+
};
|
|
151092
|
+
} | null;
|
|
151093
|
+
};
|
|
150322
151094
|
rewards: {
|
|
150323
151095
|
__typename: "PreviewRewardOutcome";
|
|
150324
151096
|
lost: ({
|
|
@@ -158438,7 +159210,26 @@ declare const PreviewQuery: gql_tada.TadaDocumentNode<{
|
|
|
158438
159210
|
decimals: number;
|
|
158439
159211
|
};
|
|
158440
159212
|
};
|
|
158441
|
-
|
|
159213
|
+
maxBorrowingPower: {
|
|
159214
|
+
__typename: "ExchangeAmountVariation";
|
|
159215
|
+
current: {
|
|
159216
|
+
__typename: "ExchangeAmount";
|
|
159217
|
+
value: _aave_types.BigDecimal;
|
|
159218
|
+
name: string;
|
|
159219
|
+
symbol: string;
|
|
159220
|
+
icon: string;
|
|
159221
|
+
decimals: number;
|
|
159222
|
+
};
|
|
159223
|
+
after: {
|
|
159224
|
+
__typename: "ExchangeAmount";
|
|
159225
|
+
value: _aave_types.BigDecimal;
|
|
159226
|
+
name: string;
|
|
159227
|
+
symbol: string;
|
|
159228
|
+
icon: string;
|
|
159229
|
+
decimals: number;
|
|
159230
|
+
};
|
|
159231
|
+
};
|
|
159232
|
+
remainingBorrowingPower: {
|
|
158442
159233
|
__typename: "ExchangeAmountVariation";
|
|
158443
159234
|
current: {
|
|
158444
159235
|
__typename: "ExchangeAmount";
|
|
@@ -158457,6 +159248,42 @@ declare const PreviewQuery: gql_tada.TadaDocumentNode<{
|
|
|
158457
159248
|
decimals: number;
|
|
158458
159249
|
};
|
|
158459
159250
|
};
|
|
159251
|
+
reserveRates: {
|
|
159252
|
+
supplyApy: {
|
|
159253
|
+
__typename: "PercentNumberVariation";
|
|
159254
|
+
current: {
|
|
159255
|
+
__typename: "PercentNumber";
|
|
159256
|
+
onChainValue: bigint;
|
|
159257
|
+
decimals: number;
|
|
159258
|
+
value: _aave_types.BigDecimal;
|
|
159259
|
+
normalized: _aave_types.BigDecimal;
|
|
159260
|
+
};
|
|
159261
|
+
after: {
|
|
159262
|
+
__typename: "PercentNumber";
|
|
159263
|
+
onChainValue: bigint;
|
|
159264
|
+
decimals: number;
|
|
159265
|
+
value: _aave_types.BigDecimal;
|
|
159266
|
+
normalized: _aave_types.BigDecimal;
|
|
159267
|
+
};
|
|
159268
|
+
} | null;
|
|
159269
|
+
borrowApy: {
|
|
159270
|
+
__typename: "PercentNumberVariation";
|
|
159271
|
+
current: {
|
|
159272
|
+
__typename: "PercentNumber";
|
|
159273
|
+
onChainValue: bigint;
|
|
159274
|
+
decimals: number;
|
|
159275
|
+
value: _aave_types.BigDecimal;
|
|
159276
|
+
normalized: _aave_types.BigDecimal;
|
|
159277
|
+
};
|
|
159278
|
+
after: {
|
|
159279
|
+
__typename: "PercentNumber";
|
|
159280
|
+
onChainValue: bigint;
|
|
159281
|
+
decimals: number;
|
|
159282
|
+
value: _aave_types.BigDecimal;
|
|
159283
|
+
normalized: _aave_types.BigDecimal;
|
|
159284
|
+
};
|
|
159285
|
+
} | null;
|
|
159286
|
+
};
|
|
158460
159287
|
rewards: {
|
|
158461
159288
|
__typename: "PreviewRewardOutcome";
|
|
158462
159289
|
lost: ({
|
|
@@ -201035,6 +201862,124 @@ declare const UserSuppliesQuery: gql_tada.TadaDocumentNode<{
|
|
|
201035
201862
|
value: _aave_types.BigDecimal;
|
|
201036
201863
|
};
|
|
201037
201864
|
};
|
|
201865
|
+
suppliable: {
|
|
201866
|
+
__typename: "Erc20Amount";
|
|
201867
|
+
token: {
|
|
201868
|
+
__typename: "Erc20Token";
|
|
201869
|
+
info: {
|
|
201870
|
+
__typename: "TokenInfo";
|
|
201871
|
+
id: TokenInfoId;
|
|
201872
|
+
name: string;
|
|
201873
|
+
symbol: string;
|
|
201874
|
+
icon: string;
|
|
201875
|
+
decimals: number;
|
|
201876
|
+
categories: TokenCategory[];
|
|
201877
|
+
};
|
|
201878
|
+
address: _aave_types.EvmAddress;
|
|
201879
|
+
chain: {
|
|
201880
|
+
__typename: "Chain";
|
|
201881
|
+
name: string;
|
|
201882
|
+
icon: string;
|
|
201883
|
+
chainId: _aave_types.ChainId;
|
|
201884
|
+
rpcUrl: string;
|
|
201885
|
+
explorerUrl: string;
|
|
201886
|
+
isTestnet: boolean;
|
|
201887
|
+
isFork: boolean;
|
|
201888
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
201889
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
201890
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
201891
|
+
nativeInfo: {
|
|
201892
|
+
__typename: "TokenInfo";
|
|
201893
|
+
id: TokenInfoId;
|
|
201894
|
+
name: string;
|
|
201895
|
+
symbol: string;
|
|
201896
|
+
icon: string;
|
|
201897
|
+
decimals: number;
|
|
201898
|
+
categories: TokenCategory[];
|
|
201899
|
+
};
|
|
201900
|
+
};
|
|
201901
|
+
isWrappedNativeToken: boolean;
|
|
201902
|
+
};
|
|
201903
|
+
amount: {
|
|
201904
|
+
__typename: "DecimalNumber";
|
|
201905
|
+
onChainValue: bigint;
|
|
201906
|
+
decimals: number;
|
|
201907
|
+
value: _aave_types.BigDecimal;
|
|
201908
|
+
};
|
|
201909
|
+
exchange: {
|
|
201910
|
+
__typename: "ExchangeAmount";
|
|
201911
|
+
value: _aave_types.BigDecimal;
|
|
201912
|
+
name: string;
|
|
201913
|
+
symbol: string;
|
|
201914
|
+
icon: string;
|
|
201915
|
+
decimals: number;
|
|
201916
|
+
};
|
|
201917
|
+
exchangeRate: {
|
|
201918
|
+
__typename: "DecimalNumber";
|
|
201919
|
+
onChainValue: bigint;
|
|
201920
|
+
decimals: number;
|
|
201921
|
+
value: _aave_types.BigDecimal;
|
|
201922
|
+
};
|
|
201923
|
+
};
|
|
201924
|
+
borrowable: {
|
|
201925
|
+
__typename: "Erc20Amount";
|
|
201926
|
+
token: {
|
|
201927
|
+
__typename: "Erc20Token";
|
|
201928
|
+
info: {
|
|
201929
|
+
__typename: "TokenInfo";
|
|
201930
|
+
id: TokenInfoId;
|
|
201931
|
+
name: string;
|
|
201932
|
+
symbol: string;
|
|
201933
|
+
icon: string;
|
|
201934
|
+
decimals: number;
|
|
201935
|
+
categories: TokenCategory[];
|
|
201936
|
+
};
|
|
201937
|
+
address: _aave_types.EvmAddress;
|
|
201938
|
+
chain: {
|
|
201939
|
+
__typename: "Chain";
|
|
201940
|
+
name: string;
|
|
201941
|
+
icon: string;
|
|
201942
|
+
chainId: _aave_types.ChainId;
|
|
201943
|
+
rpcUrl: string;
|
|
201944
|
+
explorerUrl: string;
|
|
201945
|
+
isTestnet: boolean;
|
|
201946
|
+
isFork: boolean;
|
|
201947
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
201948
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
201949
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
201950
|
+
nativeInfo: {
|
|
201951
|
+
__typename: "TokenInfo";
|
|
201952
|
+
id: TokenInfoId;
|
|
201953
|
+
name: string;
|
|
201954
|
+
symbol: string;
|
|
201955
|
+
icon: string;
|
|
201956
|
+
decimals: number;
|
|
201957
|
+
categories: TokenCategory[];
|
|
201958
|
+
};
|
|
201959
|
+
};
|
|
201960
|
+
isWrappedNativeToken: boolean;
|
|
201961
|
+
};
|
|
201962
|
+
amount: {
|
|
201963
|
+
__typename: "DecimalNumber";
|
|
201964
|
+
onChainValue: bigint;
|
|
201965
|
+
decimals: number;
|
|
201966
|
+
value: _aave_types.BigDecimal;
|
|
201967
|
+
};
|
|
201968
|
+
exchange: {
|
|
201969
|
+
__typename: "ExchangeAmount";
|
|
201970
|
+
value: _aave_types.BigDecimal;
|
|
201971
|
+
name: string;
|
|
201972
|
+
symbol: string;
|
|
201973
|
+
icon: string;
|
|
201974
|
+
decimals: number;
|
|
201975
|
+
};
|
|
201976
|
+
exchangeRate: {
|
|
201977
|
+
__typename: "DecimalNumber";
|
|
201978
|
+
onChainValue: bigint;
|
|
201979
|
+
decimals: number;
|
|
201980
|
+
value: _aave_types.BigDecimal;
|
|
201981
|
+
};
|
|
201982
|
+
};
|
|
201038
201983
|
supplyApy: {
|
|
201039
201984
|
__typename: "PercentNumber";
|
|
201040
201985
|
onChainValue: bigint;
|
|
@@ -202815,6 +203760,124 @@ declare const UserBorrowsQuery: gql_tada.TadaDocumentNode<{
|
|
|
202815
203760
|
value: _aave_types.BigDecimal;
|
|
202816
203761
|
};
|
|
202817
203762
|
};
|
|
203763
|
+
suppliable: {
|
|
203764
|
+
__typename: "Erc20Amount";
|
|
203765
|
+
token: {
|
|
203766
|
+
__typename: "Erc20Token";
|
|
203767
|
+
info: {
|
|
203768
|
+
__typename: "TokenInfo";
|
|
203769
|
+
id: TokenInfoId;
|
|
203770
|
+
name: string;
|
|
203771
|
+
symbol: string;
|
|
203772
|
+
icon: string;
|
|
203773
|
+
decimals: number;
|
|
203774
|
+
categories: TokenCategory[];
|
|
203775
|
+
};
|
|
203776
|
+
address: _aave_types.EvmAddress;
|
|
203777
|
+
chain: {
|
|
203778
|
+
__typename: "Chain";
|
|
203779
|
+
name: string;
|
|
203780
|
+
icon: string;
|
|
203781
|
+
chainId: _aave_types.ChainId;
|
|
203782
|
+
rpcUrl: string;
|
|
203783
|
+
explorerUrl: string;
|
|
203784
|
+
isTestnet: boolean;
|
|
203785
|
+
isFork: boolean;
|
|
203786
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
203787
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
203788
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
203789
|
+
nativeInfo: {
|
|
203790
|
+
__typename: "TokenInfo";
|
|
203791
|
+
id: TokenInfoId;
|
|
203792
|
+
name: string;
|
|
203793
|
+
symbol: string;
|
|
203794
|
+
icon: string;
|
|
203795
|
+
decimals: number;
|
|
203796
|
+
categories: TokenCategory[];
|
|
203797
|
+
};
|
|
203798
|
+
};
|
|
203799
|
+
isWrappedNativeToken: boolean;
|
|
203800
|
+
};
|
|
203801
|
+
amount: {
|
|
203802
|
+
__typename: "DecimalNumber";
|
|
203803
|
+
onChainValue: bigint;
|
|
203804
|
+
decimals: number;
|
|
203805
|
+
value: _aave_types.BigDecimal;
|
|
203806
|
+
};
|
|
203807
|
+
exchange: {
|
|
203808
|
+
__typename: "ExchangeAmount";
|
|
203809
|
+
value: _aave_types.BigDecimal;
|
|
203810
|
+
name: string;
|
|
203811
|
+
symbol: string;
|
|
203812
|
+
icon: string;
|
|
203813
|
+
decimals: number;
|
|
203814
|
+
};
|
|
203815
|
+
exchangeRate: {
|
|
203816
|
+
__typename: "DecimalNumber";
|
|
203817
|
+
onChainValue: bigint;
|
|
203818
|
+
decimals: number;
|
|
203819
|
+
value: _aave_types.BigDecimal;
|
|
203820
|
+
};
|
|
203821
|
+
};
|
|
203822
|
+
borrowable: {
|
|
203823
|
+
__typename: "Erc20Amount";
|
|
203824
|
+
token: {
|
|
203825
|
+
__typename: "Erc20Token";
|
|
203826
|
+
info: {
|
|
203827
|
+
__typename: "TokenInfo";
|
|
203828
|
+
id: TokenInfoId;
|
|
203829
|
+
name: string;
|
|
203830
|
+
symbol: string;
|
|
203831
|
+
icon: string;
|
|
203832
|
+
decimals: number;
|
|
203833
|
+
categories: TokenCategory[];
|
|
203834
|
+
};
|
|
203835
|
+
address: _aave_types.EvmAddress;
|
|
203836
|
+
chain: {
|
|
203837
|
+
__typename: "Chain";
|
|
203838
|
+
name: string;
|
|
203839
|
+
icon: string;
|
|
203840
|
+
chainId: _aave_types.ChainId;
|
|
203841
|
+
rpcUrl: string;
|
|
203842
|
+
explorerUrl: string;
|
|
203843
|
+
isTestnet: boolean;
|
|
203844
|
+
isFork: boolean;
|
|
203845
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
203846
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
203847
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
203848
|
+
nativeInfo: {
|
|
203849
|
+
__typename: "TokenInfo";
|
|
203850
|
+
id: TokenInfoId;
|
|
203851
|
+
name: string;
|
|
203852
|
+
symbol: string;
|
|
203853
|
+
icon: string;
|
|
203854
|
+
decimals: number;
|
|
203855
|
+
categories: TokenCategory[];
|
|
203856
|
+
};
|
|
203857
|
+
};
|
|
203858
|
+
isWrappedNativeToken: boolean;
|
|
203859
|
+
};
|
|
203860
|
+
amount: {
|
|
203861
|
+
__typename: "DecimalNumber";
|
|
203862
|
+
onChainValue: bigint;
|
|
203863
|
+
decimals: number;
|
|
203864
|
+
value: _aave_types.BigDecimal;
|
|
203865
|
+
};
|
|
203866
|
+
exchange: {
|
|
203867
|
+
__typename: "ExchangeAmount";
|
|
203868
|
+
value: _aave_types.BigDecimal;
|
|
203869
|
+
name: string;
|
|
203870
|
+
symbol: string;
|
|
203871
|
+
icon: string;
|
|
203872
|
+
decimals: number;
|
|
203873
|
+
};
|
|
203874
|
+
exchangeRate: {
|
|
203875
|
+
__typename: "DecimalNumber";
|
|
203876
|
+
onChainValue: bigint;
|
|
203877
|
+
decimals: number;
|
|
203878
|
+
value: _aave_types.BigDecimal;
|
|
203879
|
+
};
|
|
203880
|
+
};
|
|
202818
203881
|
supplyApy: {
|
|
202819
203882
|
__typename: "PercentNumber";
|
|
202820
203883
|
onChainValue: bigint;
|
|
@@ -204357,7 +205420,15 @@ declare const UserPositionsQuery: gql_tada.TadaDocumentNode<{
|
|
|
204357
205420
|
icon: string;
|
|
204358
205421
|
decimals: number;
|
|
204359
205422
|
} | null;
|
|
204360
|
-
|
|
205423
|
+
maxBorrowingPower: {
|
|
205424
|
+
__typename: "ExchangeAmount";
|
|
205425
|
+
value: _aave_types.BigDecimal;
|
|
205426
|
+
name: string;
|
|
205427
|
+
symbol: string;
|
|
205428
|
+
icon: string;
|
|
205429
|
+
decimals: number;
|
|
205430
|
+
};
|
|
205431
|
+
remainingBorrowingPower: {
|
|
204361
205432
|
__typename: "ExchangeAmount";
|
|
204362
205433
|
value: _aave_types.BigDecimal;
|
|
204363
205434
|
name: string;
|
|
@@ -204620,7 +205691,15 @@ declare const UserPositionQuery: gql_tada.TadaDocumentNode<{
|
|
|
204620
205691
|
icon: string;
|
|
204621
205692
|
decimals: number;
|
|
204622
205693
|
} | null;
|
|
204623
|
-
|
|
205694
|
+
maxBorrowingPower: {
|
|
205695
|
+
__typename: "ExchangeAmount";
|
|
205696
|
+
value: _aave_types.BigDecimal;
|
|
205697
|
+
name: string;
|
|
205698
|
+
symbol: string;
|
|
205699
|
+
icon: string;
|
|
205700
|
+
decimals: number;
|
|
205701
|
+
};
|
|
205702
|
+
remainingBorrowingPower: {
|
|
204624
205703
|
__typename: "ExchangeAmount";
|
|
204625
205704
|
value: _aave_types.BigDecimal;
|
|
204626
205705
|
name: string;
|