@aave/graphql 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +310 -213
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11933 -1333
- package/dist/index.d.ts +11933 -1333
- package/dist/index.js +310 -213
- 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 +301 -4
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/testing.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ type introspection_types = {
|
|
|
170
170
|
'AssetRequest': { kind: 'INPUT_OBJECT'; name: 'AssetRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AssetRequestQuery'; ofType: null; }; }; defaultValue: null }]; };
|
|
171
171
|
'AssetRequestQuery': { kind: 'INPUT_OBJECT'; name: 'AssetRequestQuery'; isOneOf: true; inputFields: [{ name: 'token'; type: { kind: 'INPUT_OBJECT'; name: 'Erc20Input'; ofType: null; }; defaultValue: null }, { name: 'assetId'; type: { kind: 'SCALAR'; name: 'AssetId'; ofType: null; }; defaultValue: null }]; };
|
|
172
172
|
'AssetSampleBreakdown': { kind: 'OBJECT'; name: 'AssetSampleBreakdown'; fields: { 'amount': { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'DecimalNumber'; ofType: null; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; } }; }; };
|
|
173
|
-
'AssetSummary': { kind: 'OBJECT'; name: 'AssetSummary'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowable': { name: 'totalBorrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSuppliable': { name: 'totalSuppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; }; };
|
|
173
|
+
'AssetSummary': { kind: 'OBJECT'; name: 'AssetSummary'; fields: { 'activeReservesCount': { name: 'activeReservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'reservesCount': { name: 'reservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowable': { name: 'totalBorrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSuppliable': { name: 'totalSuppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; }; };
|
|
174
174
|
'AssetSupplyHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'AssetSupplyHistoryRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AssetSupplyHistoryRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'window'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TimeWindow'; ofType: null; }; }; defaultValue: "LAST_DAY" }]; };
|
|
175
175
|
'AssetSupplyHistoryRequestQuery': { kind: 'INPUT_OBJECT'; name: 'AssetSupplyHistoryRequestQuery'; isOneOf: true; inputFields: [{ name: 'token'; type: { kind: 'INPUT_OBJECT'; name: 'Erc20Input'; ofType: null; }; defaultValue: null }, { name: 'assetId'; type: { kind: 'SCALAR'; name: 'AssetId'; ofType: null; }; defaultValue: null }]; };
|
|
176
176
|
'AssetSupplySample': { kind: 'OBJECT'; name: 'AssetSupplySample'; fields: { 'amount': { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'DecimalNumber'; ofType: null; }; } }; 'averageApy': { name: 'averageApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'breakdown': { name: 'breakdown'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetSampleBreakdown'; ofType: null; }; }; }; } }; 'date': { name: 'date'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'highestApy': { name: 'highestApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'lowestApy': { name: 'lowestApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
@@ -244,7 +244,7 @@ type introspection_types = {
|
|
|
244
244
|
'HubAssetInterestRateModelRequestQuery': { kind: 'INPUT_OBJECT'; name: 'HubAssetInterestRateModelRequestQuery'; isOneOf: true; inputFields: [{ name: 'hubAssetId'; type: { kind: 'SCALAR'; name: 'HubAssetId'; ofType: null; }; defaultValue: null }]; };
|
|
245
245
|
'HubAssetInterestRateModelResult': { kind: 'OBJECT'; name: 'HubAssetInterestRateModelResult'; fields: { 'points': { name: 'points'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAssetInterestRateModelPoint'; ofType: null; }; }; }; } }; }; };
|
|
246
246
|
'HubAssetSettings': { kind: 'OBJECT'; name: 'HubAssetSettings'; fields: { 'baseBorrowRate': { name: 'baseBorrowRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'feeReceiver': { name: 'feeReceiver'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'irStrategy': { name: 'irStrategy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'liquidityFee': { name: 'liquidityFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'optimalUtilizationRate': { name: 'optimalUtilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'reinvestmentController': { name: 'reinvestmentController'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; } }; 'slopeAboveOptimal': { name: 'slopeAboveOptimal'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'slopeBelowOptimal': { name: 'slopeBelowOptimal'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
247
|
-
'HubAssetSummary': { kind: 'OBJECT'; name: 'HubAssetSummary'; fields: { 'availableLiquidity': { name: 'availableLiquidity'; 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; }; } }; 'borrowed': { name: 'borrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; 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; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
247
|
+
'HubAssetSummary': { kind: 'OBJECT'; name: 'HubAssetSummary'; fields: { 'activeReservesCount': { name: 'activeReservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'availableLiquidity': { name: 'availableLiquidity'; 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; }; } }; 'borrowed': { name: 'borrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'reservesCount': { name: 'reservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; 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; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
248
248
|
'HubAssetUserState': { kind: 'OBJECT'; name: 'HubAssetUserState'; fields: { 'balance': { name: 'balance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
|
|
249
249
|
'HubAssetsRequest': { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }, { name: 'orderBy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequestOrderBy'; ofType: null; }; }; defaultValue: "{assetName: ASC}" }]; };
|
|
250
250
|
'HubAssetsRequestOrderBy': { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequestOrderBy'; isOneOf: true; inputFields: [{ name: 'assetName'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'availableLiquidity'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'supplyApy'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'borrowApy'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }]; };
|
|
@@ -254,6 +254,8 @@ type introspection_types = {
|
|
|
254
254
|
'HubInput': { kind: 'INPUT_OBJECT'; name: 'HubInput'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { 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 }]; };
|
|
255
255
|
'HubRequest': { kind: 'INPUT_OBJECT'; name: 'HubRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubRequestQuery'; ofType: null; }; }; defaultValue: null }]; };
|
|
256
256
|
'HubRequestQuery': { kind: 'INPUT_OBJECT'; name: 'HubRequestQuery'; isOneOf: true; inputFields: [{ name: 'hubInput'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'hubId'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
|
|
257
|
+
'HubSpokeConfig': { kind: 'OBJECT'; name: 'HubSpokeConfig'; fields: { 'active': { name: 'active'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; } }; 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'halted': { name: 'halted'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; } }; 'riskPremiumThreshold': { name: 'riskPremiumThreshold'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'supplyCap': { name: 'supplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
|
|
258
|
+
'HubSpokeConfigsRequest': { kind: 'INPUT_OBJECT'; name: 'HubSpokeConfigsRequest'; isOneOf: false; inputFields: [{ name: 'hubId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; }; defaultValue: null }, { name: 'spokeId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }]; };
|
|
257
259
|
'HubSummary': { kind: 'OBJECT'; name: 'HubSummary'; fields: { 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; 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; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
258
260
|
'HubSummaryHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'HubSummaryHistoryRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubSummaryHistoryRequestQuery'; ofType: null; }; }; defaultValue: null }, { 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" }]; };
|
|
259
261
|
'HubSummaryHistoryRequestQuery': { kind: 'INPUT_OBJECT'; name: 'HubSummaryHistoryRequestQuery'; isOneOf: true; inputFields: [{ name: 'hubInput'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'hubId'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
|
|
@@ -340,7 +342,7 @@ type introspection_types = {
|
|
|
340
342
|
'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; }; } }; }; };
|
|
341
343
|
'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" }]; };
|
|
342
344
|
'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; }; } }; }; };
|
|
343
|
-
'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; } }; 'reserveHolders': { name: 'reserveHolders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedReserveHoldersResult'; 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; }; } }; }; };
|
|
345
|
+
'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; }; }; }; } }; 'hubSpokeConfigs': { name: 'hubSpokeConfigs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubSpokeConfig'; 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; } }; 'reserveHolders': { name: 'reserveHolders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedReserveHoldersResult'; 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; }; } }; 'spokeSummaryHistory': { name: 'spokeSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeSummarySample'; 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; }; } }; }; };
|
|
344
346
|
'QuoteAccuracy': { name: 'QuoteAccuracy'; enumValues: 'FAST' | 'ACCURATE'; };
|
|
345
347
|
'RenounceSpokeUserPositionManagerRequest': { kind: 'INPUT_OBJECT'; name: 'RenounceSpokeUserPositionManagerRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'manager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'managing'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
|
|
346
348
|
'RepayActivity': { kind: 'OBJECT'; name: 'RepayActivity'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; } }; 'repaid': { name: 'repaid'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'txHash': { name: 'txHash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'TxHash'; ofType: null; }; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
@@ -379,13 +381,20 @@ type introspection_types = {
|
|
|
379
381
|
'SetSpokeUserPositionManagerRequest': { kind: 'INPUT_OBJECT'; name: 'SetSpokeUserPositionManagerRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'manager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'approve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'signature'; type: { kind: 'INPUT_OBJECT'; name: 'ERC20PermitSignature'; ofType: null; }; defaultValue: null }]; };
|
|
380
382
|
'SetUserSuppliesAsCollateralRequest': { kind: 'INPUT_OBJECT'; name: 'SetUserSuppliesAsCollateralRequest'; isOneOf: false; inputFields: [{ name: 'changes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserSupplyAsCollateral'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'sender'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
|
|
381
383
|
'Signature': unknown;
|
|
382
|
-
'Spoke': { kind: 'OBJECT'; name: 'Spoke'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
384
|
+
'Spoke': { kind: 'OBJECT'; name: 'Spoke'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'connectedHubs': { name: 'connectedHubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeConnectedHub'; ofType: null; }; }; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; } }; 'liquidationConfig': { name: 'liquidationConfig'; type: { kind: 'OBJECT'; name: 'SpokeLiquidationConfig'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'summary': { name: 'summary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeSummary'; ofType: null; }; } }; }; };
|
|
385
|
+
'SpokeConnectedHub': { kind: 'OBJECT'; name: 'SpokeConnectedHub'; fields: { 'hub': { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; } }; 'summary': { name: 'summary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeConnectedHubSummary'; ofType: null; }; } }; }; };
|
|
386
|
+
'SpokeConnectedHubSummary': { kind: 'OBJECT'; name: 'SpokeConnectedHubSummary'; fields: { 'creditLine': { name: 'creditLine'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'creditUsed': { name: 'creditUsed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; }; };
|
|
383
387
|
'SpokeId': unknown;
|
|
384
388
|
'SpokeInput': { kind: 'INPUT_OBJECT'; name: 'SpokeInput'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { 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 }]; };
|
|
389
|
+
'SpokeLiquidationConfig': { kind: 'OBJECT'; name: 'SpokeLiquidationConfig'; fields: { 'healthFactorForMaxBonus': { name: 'healthFactorForMaxBonus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'liquidationBonusFactor': { name: 'liquidationBonusFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'targetHealthFactor': { name: 'targetHealthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; }; };
|
|
385
390
|
'SpokePositionManager': { kind: 'OBJECT'; name: 'SpokePositionManager'; fields: { 'active': { name: 'active'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
386
391
|
'SpokePositionManagersRequest': { kind: 'INPUT_OBJECT'; name: 'SpokePositionManagersRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'includeInactive'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'pageSize'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PageSize'; ofType: null; }; }; defaultValue: null }, { name: 'cursor'; type: { kind: 'SCALAR'; name: 'Cursor'; ofType: null; }; defaultValue: null }]; };
|
|
387
392
|
'SpokeRequest': { kind: 'INPUT_OBJECT'; name: 'SpokeRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'SpokeRequestQuery'; ofType: null; }; }; defaultValue: null }]; };
|
|
388
393
|
'SpokeRequestQuery': { kind: 'INPUT_OBJECT'; name: 'SpokeRequestQuery'; isOneOf: true; inputFields: [{ name: 'spoke'; type: { kind: 'INPUT_OBJECT'; name: 'SpokeInput'; ofType: null; }; defaultValue: null }, { name: 'spokeId'; type: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; defaultValue: null }]; };
|
|
394
|
+
'SpokeSummary': { kind: 'OBJECT'; name: 'SpokeSummary'; fields: { 'connectedHubs': { name: 'connectedHubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'uniqueAssets': { name: 'uniqueAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
|
|
395
|
+
'SpokeSummaryHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'SpokeSummaryHistoryRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'SpokeSummaryHistoryRequestQuery'; ofType: null; }; }; defaultValue: null }, { 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" }]; };
|
|
396
|
+
'SpokeSummaryHistoryRequestQuery': { kind: 'INPUT_OBJECT'; name: 'SpokeSummaryHistoryRequestQuery'; isOneOf: true; inputFields: [{ name: 'spokeInput'; type: { kind: 'INPUT_OBJECT'; name: 'SpokeInput'; ofType: null; }; defaultValue: null }, { name: 'spokeId'; type: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; defaultValue: null }]; };
|
|
397
|
+
'SpokeSummarySample': { kind: 'OBJECT'; name: 'SpokeSummarySample'; 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; }; } }; }; };
|
|
389
398
|
'SpokeTokenInput': { kind: 'INPUT_OBJECT'; name: 'SpokeTokenInput'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
|
|
390
399
|
'SpokeUserPositionManager': { kind: 'OBJECT'; name: 'SpokeUserPositionManager'; fields: { 'active': { name: 'active'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'approvedOn': { name: 'approvedOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
391
400
|
'SpokeUserPositionManagersRequest': { kind: 'INPUT_OBJECT'; name: 'SpokeUserPositionManagersRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'pageSize'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PageSize'; ofType: null; }; }; defaultValue: null }, { name: 'cursor'; type: { kind: 'SCALAR'; name: 'Cursor'; ofType: null; }; defaultValue: null }]; };
|
|
@@ -5535,6 +5544,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
|
|
|
5535
5544
|
value: _aave_types.BigDecimal;
|
|
5536
5545
|
normalized: _aave_types.BigDecimal;
|
|
5537
5546
|
};
|
|
5547
|
+
reservesCount: number;
|
|
5548
|
+
activeReservesCount: number;
|
|
5538
5549
|
};
|
|
5539
5550
|
settings: {
|
|
5540
5551
|
__typename: "HubAssetSettings";
|
|
@@ -6043,6 +6054,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
|
|
|
6043
6054
|
value: _aave_types.BigDecimal;
|
|
6044
6055
|
normalized: _aave_types.BigDecimal;
|
|
6045
6056
|
};
|
|
6057
|
+
reservesCount: number;
|
|
6058
|
+
activeReservesCount: number;
|
|
6046
6059
|
};
|
|
6047
6060
|
settings: {
|
|
6048
6061
|
__typename: "HubAssetSettings";
|
|
@@ -6555,6 +6568,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
|
|
|
6555
6568
|
value: _aave_types.BigDecimal;
|
|
6556
6569
|
normalized: _aave_types.BigDecimal;
|
|
6557
6570
|
};
|
|
6571
|
+
reservesCount: number;
|
|
6572
|
+
activeReservesCount: number;
|
|
6558
6573
|
};
|
|
6559
6574
|
settings: {
|
|
6560
6575
|
__typename: "HubAssetSettings";
|
|
@@ -7063,6 +7078,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
|
|
|
7063
7078
|
value: _aave_types.BigDecimal;
|
|
7064
7079
|
normalized: _aave_types.BigDecimal;
|
|
7065
7080
|
};
|
|
7081
|
+
reservesCount: number;
|
|
7082
|
+
activeReservesCount: number;
|
|
7066
7083
|
};
|
|
7067
7084
|
settings: {
|
|
7068
7085
|
__typename: "HubAssetSettings";
|
|
@@ -7575,6 +7592,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
|
|
|
7575
7592
|
value: _aave_types.BigDecimal;
|
|
7576
7593
|
normalized: _aave_types.BigDecimal;
|
|
7577
7594
|
};
|
|
7595
|
+
reservesCount: number;
|
|
7596
|
+
activeReservesCount: number;
|
|
7578
7597
|
};
|
|
7579
7598
|
settings: {
|
|
7580
7599
|
__typename: "HubAssetSettings";
|
|
@@ -8083,6 +8102,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
|
|
|
8083
8102
|
value: _aave_types.BigDecimal;
|
|
8084
8103
|
normalized: _aave_types.BigDecimal;
|
|
8085
8104
|
};
|
|
8105
|
+
reservesCount: number;
|
|
8106
|
+
activeReservesCount: number;
|
|
8086
8107
|
};
|
|
8087
8108
|
settings: {
|
|
8088
8109
|
__typename: "HubAssetSettings";
|
|
@@ -8595,6 +8616,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
|
|
|
8595
8616
|
value: _aave_types.BigDecimal;
|
|
8596
8617
|
normalized: _aave_types.BigDecimal;
|
|
8597
8618
|
};
|
|
8619
|
+
reservesCount: number;
|
|
8620
|
+
activeReservesCount: number;
|
|
8598
8621
|
};
|
|
8599
8622
|
settings: {
|
|
8600
8623
|
__typename: "HubAssetSettings";
|
|
@@ -9469,6 +9492,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
|
|
|
9469
9492
|
value: _aave_types.BigDecimal;
|
|
9470
9493
|
normalized: _aave_types.BigDecimal;
|
|
9471
9494
|
};
|
|
9495
|
+
reservesCount: number;
|
|
9496
|
+
activeReservesCount: number;
|
|
9472
9497
|
};
|
|
9473
9498
|
settings: {
|
|
9474
9499
|
__typename: "HubAssetSettings";
|
|
@@ -9977,6 +10002,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
|
|
|
9977
10002
|
value: _aave_types.BigDecimal;
|
|
9978
10003
|
normalized: _aave_types.BigDecimal;
|
|
9979
10004
|
};
|
|
10005
|
+
reservesCount: number;
|
|
10006
|
+
activeReservesCount: number;
|
|
9980
10007
|
};
|
|
9981
10008
|
settings: {
|
|
9982
10009
|
__typename: "HubAssetSettings";
|
|
@@ -10489,6 +10516,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
|
|
|
10489
10516
|
value: _aave_types.BigDecimal;
|
|
10490
10517
|
normalized: _aave_types.BigDecimal;
|
|
10491
10518
|
};
|
|
10519
|
+
reservesCount: number;
|
|
10520
|
+
activeReservesCount: number;
|
|
10492
10521
|
};
|
|
10493
10522
|
settings: {
|
|
10494
10523
|
__typename: "HubAssetSettings";
|
|
@@ -10997,6 +11026,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
|
|
|
10997
11026
|
value: _aave_types.BigDecimal;
|
|
10998
11027
|
normalized: _aave_types.BigDecimal;
|
|
10999
11028
|
};
|
|
11029
|
+
reservesCount: number;
|
|
11030
|
+
activeReservesCount: number;
|
|
11000
11031
|
};
|
|
11001
11032
|
settings: {
|
|
11002
11033
|
__typename: "HubAssetSettings";
|
|
@@ -11509,6 +11540,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
|
|
|
11509
11540
|
value: _aave_types.BigDecimal;
|
|
11510
11541
|
normalized: _aave_types.BigDecimal;
|
|
11511
11542
|
};
|
|
11543
|
+
reservesCount: number;
|
|
11544
|
+
activeReservesCount: number;
|
|
11512
11545
|
};
|
|
11513
11546
|
settings: {
|
|
11514
11547
|
__typename: "HubAssetSettings";
|
|
@@ -12017,6 +12050,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
|
|
|
12017
12050
|
value: _aave_types.BigDecimal;
|
|
12018
12051
|
normalized: _aave_types.BigDecimal;
|
|
12019
12052
|
};
|
|
12053
|
+
reservesCount: number;
|
|
12054
|
+
activeReservesCount: number;
|
|
12020
12055
|
};
|
|
12021
12056
|
settings: {
|
|
12022
12057
|
__typename: "HubAssetSettings";
|
|
@@ -12529,6 +12564,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
|
|
|
12529
12564
|
value: _aave_types.BigDecimal;
|
|
12530
12565
|
normalized: _aave_types.BigDecimal;
|
|
12531
12566
|
};
|
|
12567
|
+
reservesCount: number;
|
|
12568
|
+
activeReservesCount: number;
|
|
12532
12569
|
};
|
|
12533
12570
|
settings: {
|
|
12534
12571
|
__typename: "HubAssetSettings";
|
|
@@ -13405,6 +13442,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
|
|
|
13405
13442
|
value: _aave_types.BigDecimal;
|
|
13406
13443
|
normalized: _aave_types.BigDecimal;
|
|
13407
13444
|
};
|
|
13445
|
+
reservesCount: number;
|
|
13446
|
+
activeReservesCount: number;
|
|
13408
13447
|
};
|
|
13409
13448
|
settings: {
|
|
13410
13449
|
__typename: "HubAssetSettings";
|
|
@@ -13913,6 +13952,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
|
|
|
13913
13952
|
value: _aave_types.BigDecimal;
|
|
13914
13953
|
normalized: _aave_types.BigDecimal;
|
|
13915
13954
|
};
|
|
13955
|
+
reservesCount: number;
|
|
13956
|
+
activeReservesCount: number;
|
|
13916
13957
|
};
|
|
13917
13958
|
settings: {
|
|
13918
13959
|
__typename: "HubAssetSettings";
|
|
@@ -14425,6 +14466,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
|
|
|
14425
14466
|
value: _aave_types.BigDecimal;
|
|
14426
14467
|
normalized: _aave_types.BigDecimal;
|
|
14427
14468
|
};
|
|
14469
|
+
reservesCount: number;
|
|
14470
|
+
activeReservesCount: number;
|
|
14428
14471
|
};
|
|
14429
14472
|
settings: {
|
|
14430
14473
|
__typename: "HubAssetSettings";
|
|
@@ -14933,6 +14976,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
|
|
|
14933
14976
|
value: _aave_types.BigDecimal;
|
|
14934
14977
|
normalized: _aave_types.BigDecimal;
|
|
14935
14978
|
};
|
|
14979
|
+
reservesCount: number;
|
|
14980
|
+
activeReservesCount: number;
|
|
14936
14981
|
};
|
|
14937
14982
|
settings: {
|
|
14938
14983
|
__typename: "HubAssetSettings";
|
|
@@ -15445,6 +15490,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
|
|
|
15445
15490
|
value: _aave_types.BigDecimal;
|
|
15446
15491
|
normalized: _aave_types.BigDecimal;
|
|
15447
15492
|
};
|
|
15493
|
+
reservesCount: number;
|
|
15494
|
+
activeReservesCount: number;
|
|
15448
15495
|
};
|
|
15449
15496
|
settings: {
|
|
15450
15497
|
__typename: "HubAssetSettings";
|
|
@@ -15953,6 +16000,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
|
|
|
15953
16000
|
value: _aave_types.BigDecimal;
|
|
15954
16001
|
normalized: _aave_types.BigDecimal;
|
|
15955
16002
|
};
|
|
16003
|
+
reservesCount: number;
|
|
16004
|
+
activeReservesCount: number;
|
|
15956
16005
|
};
|
|
15957
16006
|
settings: {
|
|
15958
16007
|
__typename: "HubAssetSettings";
|
|
@@ -16465,6 +16514,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
|
|
|
16465
16514
|
value: _aave_types.BigDecimal;
|
|
16466
16515
|
normalized: _aave_types.BigDecimal;
|
|
16467
16516
|
};
|
|
16517
|
+
reservesCount: number;
|
|
16518
|
+
activeReservesCount: number;
|
|
16468
16519
|
};
|
|
16469
16520
|
settings: {
|
|
16470
16521
|
__typename: "HubAssetSettings";
|
|
@@ -17353,6 +17404,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
17353
17404
|
value: _aave_types.BigDecimal;
|
|
17354
17405
|
normalized: _aave_types.BigDecimal;
|
|
17355
17406
|
};
|
|
17407
|
+
reservesCount: number;
|
|
17408
|
+
activeReservesCount: number;
|
|
17356
17409
|
};
|
|
17357
17410
|
settings: {
|
|
17358
17411
|
__typename: "HubAssetSettings";
|
|
@@ -17861,6 +17914,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
17861
17914
|
value: _aave_types.BigDecimal;
|
|
17862
17915
|
normalized: _aave_types.BigDecimal;
|
|
17863
17916
|
};
|
|
17917
|
+
reservesCount: number;
|
|
17918
|
+
activeReservesCount: number;
|
|
17864
17919
|
};
|
|
17865
17920
|
settings: {
|
|
17866
17921
|
__typename: "HubAssetSettings";
|
|
@@ -18373,6 +18428,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
18373
18428
|
value: _aave_types.BigDecimal;
|
|
18374
18429
|
normalized: _aave_types.BigDecimal;
|
|
18375
18430
|
};
|
|
18431
|
+
reservesCount: number;
|
|
18432
|
+
activeReservesCount: number;
|
|
18376
18433
|
};
|
|
18377
18434
|
settings: {
|
|
18378
18435
|
__typename: "HubAssetSettings";
|
|
@@ -18881,6 +18938,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
18881
18938
|
value: _aave_types.BigDecimal;
|
|
18882
18939
|
normalized: _aave_types.BigDecimal;
|
|
18883
18940
|
};
|
|
18941
|
+
reservesCount: number;
|
|
18942
|
+
activeReservesCount: number;
|
|
18884
18943
|
};
|
|
18885
18944
|
settings: {
|
|
18886
18945
|
__typename: "HubAssetSettings";
|
|
@@ -19393,6 +19452,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
19393
19452
|
value: _aave_types.BigDecimal;
|
|
19394
19453
|
normalized: _aave_types.BigDecimal;
|
|
19395
19454
|
};
|
|
19455
|
+
reservesCount: number;
|
|
19456
|
+
activeReservesCount: number;
|
|
19396
19457
|
};
|
|
19397
19458
|
settings: {
|
|
19398
19459
|
__typename: "HubAssetSettings";
|
|
@@ -19901,6 +19962,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
19901
19962
|
value: _aave_types.BigDecimal;
|
|
19902
19963
|
normalized: _aave_types.BigDecimal;
|
|
19903
19964
|
};
|
|
19965
|
+
reservesCount: number;
|
|
19966
|
+
activeReservesCount: number;
|
|
19904
19967
|
};
|
|
19905
19968
|
settings: {
|
|
19906
19969
|
__typename: "HubAssetSettings";
|
|
@@ -20413,6 +20476,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
20413
20476
|
value: _aave_types.BigDecimal;
|
|
20414
20477
|
normalized: _aave_types.BigDecimal;
|
|
20415
20478
|
};
|
|
20479
|
+
reservesCount: number;
|
|
20480
|
+
activeReservesCount: number;
|
|
20416
20481
|
};
|
|
20417
20482
|
settings: {
|
|
20418
20483
|
__typename: "HubAssetSettings";
|
|
@@ -21281,6 +21346,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
21281
21346
|
value: _aave_types.BigDecimal;
|
|
21282
21347
|
normalized: _aave_types.BigDecimal;
|
|
21283
21348
|
};
|
|
21349
|
+
reservesCount: number;
|
|
21350
|
+
activeReservesCount: number;
|
|
21284
21351
|
};
|
|
21285
21352
|
settings: {
|
|
21286
21353
|
__typename: "HubAssetSettings";
|
|
@@ -21789,6 +21856,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
21789
21856
|
value: _aave_types.BigDecimal;
|
|
21790
21857
|
normalized: _aave_types.BigDecimal;
|
|
21791
21858
|
};
|
|
21859
|
+
reservesCount: number;
|
|
21860
|
+
activeReservesCount: number;
|
|
21792
21861
|
};
|
|
21793
21862
|
settings: {
|
|
21794
21863
|
__typename: "HubAssetSettings";
|
|
@@ -22301,6 +22370,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
22301
22370
|
value: _aave_types.BigDecimal;
|
|
22302
22371
|
normalized: _aave_types.BigDecimal;
|
|
22303
22372
|
};
|
|
22373
|
+
reservesCount: number;
|
|
22374
|
+
activeReservesCount: number;
|
|
22304
22375
|
};
|
|
22305
22376
|
settings: {
|
|
22306
22377
|
__typename: "HubAssetSettings";
|
|
@@ -22809,6 +22880,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
22809
22880
|
value: _aave_types.BigDecimal;
|
|
22810
22881
|
normalized: _aave_types.BigDecimal;
|
|
22811
22882
|
};
|
|
22883
|
+
reservesCount: number;
|
|
22884
|
+
activeReservesCount: number;
|
|
22812
22885
|
};
|
|
22813
22886
|
settings: {
|
|
22814
22887
|
__typename: "HubAssetSettings";
|
|
@@ -23321,6 +23394,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
23321
23394
|
value: _aave_types.BigDecimal;
|
|
23322
23395
|
normalized: _aave_types.BigDecimal;
|
|
23323
23396
|
};
|
|
23397
|
+
reservesCount: number;
|
|
23398
|
+
activeReservesCount: number;
|
|
23324
23399
|
};
|
|
23325
23400
|
settings: {
|
|
23326
23401
|
__typename: "HubAssetSettings";
|
|
@@ -23829,6 +23904,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
23829
23904
|
value: _aave_types.BigDecimal;
|
|
23830
23905
|
normalized: _aave_types.BigDecimal;
|
|
23831
23906
|
};
|
|
23907
|
+
reservesCount: number;
|
|
23908
|
+
activeReservesCount: number;
|
|
23832
23909
|
};
|
|
23833
23910
|
settings: {
|
|
23834
23911
|
__typename: "HubAssetSettings";
|
|
@@ -24341,6 +24418,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
24341
24418
|
value: _aave_types.BigDecimal;
|
|
24342
24419
|
normalized: _aave_types.BigDecimal;
|
|
24343
24420
|
};
|
|
24421
|
+
reservesCount: number;
|
|
24422
|
+
activeReservesCount: number;
|
|
24344
24423
|
};
|
|
24345
24424
|
settings: {
|
|
24346
24425
|
__typename: "HubAssetSettings";
|
|
@@ -25209,6 +25288,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
25209
25288
|
value: _aave_types.BigDecimal;
|
|
25210
25289
|
normalized: _aave_types.BigDecimal;
|
|
25211
25290
|
};
|
|
25291
|
+
reservesCount: number;
|
|
25292
|
+
activeReservesCount: number;
|
|
25212
25293
|
};
|
|
25213
25294
|
settings: {
|
|
25214
25295
|
__typename: "HubAssetSettings";
|
|
@@ -25717,6 +25798,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
25717
25798
|
value: _aave_types.BigDecimal;
|
|
25718
25799
|
normalized: _aave_types.BigDecimal;
|
|
25719
25800
|
};
|
|
25801
|
+
reservesCount: number;
|
|
25802
|
+
activeReservesCount: number;
|
|
25720
25803
|
};
|
|
25721
25804
|
settings: {
|
|
25722
25805
|
__typename: "HubAssetSettings";
|
|
@@ -26229,6 +26312,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
26229
26312
|
value: _aave_types.BigDecimal;
|
|
26230
26313
|
normalized: _aave_types.BigDecimal;
|
|
26231
26314
|
};
|
|
26315
|
+
reservesCount: number;
|
|
26316
|
+
activeReservesCount: number;
|
|
26232
26317
|
};
|
|
26233
26318
|
settings: {
|
|
26234
26319
|
__typename: "HubAssetSettings";
|
|
@@ -26737,6 +26822,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
26737
26822
|
value: _aave_types.BigDecimal;
|
|
26738
26823
|
normalized: _aave_types.BigDecimal;
|
|
26739
26824
|
};
|
|
26825
|
+
reservesCount: number;
|
|
26826
|
+
activeReservesCount: number;
|
|
26740
26827
|
};
|
|
26741
26828
|
settings: {
|
|
26742
26829
|
__typename: "HubAssetSettings";
|
|
@@ -27249,6 +27336,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
27249
27336
|
value: _aave_types.BigDecimal;
|
|
27250
27337
|
normalized: _aave_types.BigDecimal;
|
|
27251
27338
|
};
|
|
27339
|
+
reservesCount: number;
|
|
27340
|
+
activeReservesCount: number;
|
|
27252
27341
|
};
|
|
27253
27342
|
settings: {
|
|
27254
27343
|
__typename: "HubAssetSettings";
|
|
@@ -27757,6 +27846,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
27757
27846
|
value: _aave_types.BigDecimal;
|
|
27758
27847
|
normalized: _aave_types.BigDecimal;
|
|
27759
27848
|
};
|
|
27849
|
+
reservesCount: number;
|
|
27850
|
+
activeReservesCount: number;
|
|
27760
27851
|
};
|
|
27761
27852
|
settings: {
|
|
27762
27853
|
__typename: "HubAssetSettings";
|
|
@@ -28269,6 +28360,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
28269
28360
|
value: _aave_types.BigDecimal;
|
|
28270
28361
|
normalized: _aave_types.BigDecimal;
|
|
28271
28362
|
};
|
|
28363
|
+
reservesCount: number;
|
|
28364
|
+
activeReservesCount: number;
|
|
28272
28365
|
};
|
|
28273
28366
|
settings: {
|
|
28274
28367
|
__typename: "HubAssetSettings";
|
|
@@ -29137,6 +29230,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
29137
29230
|
value: _aave_types.BigDecimal;
|
|
29138
29231
|
normalized: _aave_types.BigDecimal;
|
|
29139
29232
|
};
|
|
29233
|
+
reservesCount: number;
|
|
29234
|
+
activeReservesCount: number;
|
|
29140
29235
|
};
|
|
29141
29236
|
settings: {
|
|
29142
29237
|
__typename: "HubAssetSettings";
|
|
@@ -29645,6 +29740,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
29645
29740
|
value: _aave_types.BigDecimal;
|
|
29646
29741
|
normalized: _aave_types.BigDecimal;
|
|
29647
29742
|
};
|
|
29743
|
+
reservesCount: number;
|
|
29744
|
+
activeReservesCount: number;
|
|
29648
29745
|
};
|
|
29649
29746
|
settings: {
|
|
29650
29747
|
__typename: "HubAssetSettings";
|
|
@@ -30157,6 +30254,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
30157
30254
|
value: _aave_types.BigDecimal;
|
|
30158
30255
|
normalized: _aave_types.BigDecimal;
|
|
30159
30256
|
};
|
|
30257
|
+
reservesCount: number;
|
|
30258
|
+
activeReservesCount: number;
|
|
30160
30259
|
};
|
|
30161
30260
|
settings: {
|
|
30162
30261
|
__typename: "HubAssetSettings";
|
|
@@ -30665,6 +30764,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
30665
30764
|
value: _aave_types.BigDecimal;
|
|
30666
30765
|
normalized: _aave_types.BigDecimal;
|
|
30667
30766
|
};
|
|
30767
|
+
reservesCount: number;
|
|
30768
|
+
activeReservesCount: number;
|
|
30668
30769
|
};
|
|
30669
30770
|
settings: {
|
|
30670
30771
|
__typename: "HubAssetSettings";
|
|
@@ -31177,6 +31278,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
31177
31278
|
value: _aave_types.BigDecimal;
|
|
31178
31279
|
normalized: _aave_types.BigDecimal;
|
|
31179
31280
|
};
|
|
31281
|
+
reservesCount: number;
|
|
31282
|
+
activeReservesCount: number;
|
|
31180
31283
|
};
|
|
31181
31284
|
settings: {
|
|
31182
31285
|
__typename: "HubAssetSettings";
|
|
@@ -31685,6 +31788,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
31685
31788
|
value: _aave_types.BigDecimal;
|
|
31686
31789
|
normalized: _aave_types.BigDecimal;
|
|
31687
31790
|
};
|
|
31791
|
+
reservesCount: number;
|
|
31792
|
+
activeReservesCount: number;
|
|
31688
31793
|
};
|
|
31689
31794
|
settings: {
|
|
31690
31795
|
__typename: "HubAssetSettings";
|
|
@@ -32197,6 +32302,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
32197
32302
|
value: _aave_types.BigDecimal;
|
|
32198
32303
|
normalized: _aave_types.BigDecimal;
|
|
32199
32304
|
};
|
|
32305
|
+
reservesCount: number;
|
|
32306
|
+
activeReservesCount: number;
|
|
32200
32307
|
};
|
|
32201
32308
|
settings: {
|
|
32202
32309
|
__typename: "HubAssetSettings";
|
|
@@ -33067,6 +33174,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
33067
33174
|
value: _aave_types.BigDecimal;
|
|
33068
33175
|
normalized: _aave_types.BigDecimal;
|
|
33069
33176
|
};
|
|
33177
|
+
reservesCount: number;
|
|
33178
|
+
activeReservesCount: number;
|
|
33070
33179
|
};
|
|
33071
33180
|
settings: {
|
|
33072
33181
|
__typename: "HubAssetSettings";
|
|
@@ -33575,6 +33684,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
33575
33684
|
value: _aave_types.BigDecimal;
|
|
33576
33685
|
normalized: _aave_types.BigDecimal;
|
|
33577
33686
|
};
|
|
33687
|
+
reservesCount: number;
|
|
33688
|
+
activeReservesCount: number;
|
|
33578
33689
|
};
|
|
33579
33690
|
settings: {
|
|
33580
33691
|
__typename: "HubAssetSettings";
|
|
@@ -34087,6 +34198,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
34087
34198
|
value: _aave_types.BigDecimal;
|
|
34088
34199
|
normalized: _aave_types.BigDecimal;
|
|
34089
34200
|
};
|
|
34201
|
+
reservesCount: number;
|
|
34202
|
+
activeReservesCount: number;
|
|
34090
34203
|
};
|
|
34091
34204
|
settings: {
|
|
34092
34205
|
__typename: "HubAssetSettings";
|
|
@@ -34595,6 +34708,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
34595
34708
|
value: _aave_types.BigDecimal;
|
|
34596
34709
|
normalized: _aave_types.BigDecimal;
|
|
34597
34710
|
};
|
|
34711
|
+
reservesCount: number;
|
|
34712
|
+
activeReservesCount: number;
|
|
34598
34713
|
};
|
|
34599
34714
|
settings: {
|
|
34600
34715
|
__typename: "HubAssetSettings";
|
|
@@ -35107,6 +35222,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
35107
35222
|
value: _aave_types.BigDecimal;
|
|
35108
35223
|
normalized: _aave_types.BigDecimal;
|
|
35109
35224
|
};
|
|
35225
|
+
reservesCount: number;
|
|
35226
|
+
activeReservesCount: number;
|
|
35110
35227
|
};
|
|
35111
35228
|
settings: {
|
|
35112
35229
|
__typename: "HubAssetSettings";
|
|
@@ -35615,6 +35732,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
35615
35732
|
value: _aave_types.BigDecimal;
|
|
35616
35733
|
normalized: _aave_types.BigDecimal;
|
|
35617
35734
|
};
|
|
35735
|
+
reservesCount: number;
|
|
35736
|
+
activeReservesCount: number;
|
|
35618
35737
|
};
|
|
35619
35738
|
settings: {
|
|
35620
35739
|
__typename: "HubAssetSettings";
|
|
@@ -36127,6 +36246,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
36127
36246
|
value: _aave_types.BigDecimal;
|
|
36128
36247
|
normalized: _aave_types.BigDecimal;
|
|
36129
36248
|
};
|
|
36249
|
+
reservesCount: number;
|
|
36250
|
+
activeReservesCount: number;
|
|
36130
36251
|
};
|
|
36131
36252
|
settings: {
|
|
36132
36253
|
__typename: "HubAssetSettings";
|
|
@@ -36503,6 +36624,182 @@ declare const UserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
36503
36624
|
categories: TokenCategory[];
|
|
36504
36625
|
};
|
|
36505
36626
|
};
|
|
36627
|
+
liquidationConfig: {
|
|
36628
|
+
__typename: "SpokeLiquidationConfig";
|
|
36629
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
36630
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
36631
|
+
liquidationBonusFactor: {
|
|
36632
|
+
__typename: "PercentNumber";
|
|
36633
|
+
onChainValue: bigint;
|
|
36634
|
+
decimals: number;
|
|
36635
|
+
value: _aave_types.BigDecimal;
|
|
36636
|
+
normalized: _aave_types.BigDecimal;
|
|
36637
|
+
};
|
|
36638
|
+
} | null;
|
|
36639
|
+
summary: {
|
|
36640
|
+
__typename: "SpokeSummary";
|
|
36641
|
+
totalBorrowed: {
|
|
36642
|
+
__typename: "ExchangeAmount";
|
|
36643
|
+
value: _aave_types.BigDecimal;
|
|
36644
|
+
name: string;
|
|
36645
|
+
symbol: string;
|
|
36646
|
+
icon: string;
|
|
36647
|
+
decimals: number;
|
|
36648
|
+
};
|
|
36649
|
+
totalBorrowCap: {
|
|
36650
|
+
__typename: "ExchangeAmount";
|
|
36651
|
+
value: _aave_types.BigDecimal;
|
|
36652
|
+
name: string;
|
|
36653
|
+
symbol: string;
|
|
36654
|
+
icon: string;
|
|
36655
|
+
decimals: number;
|
|
36656
|
+
};
|
|
36657
|
+
totalSupplied: {
|
|
36658
|
+
__typename: "ExchangeAmount";
|
|
36659
|
+
value: _aave_types.BigDecimal;
|
|
36660
|
+
name: string;
|
|
36661
|
+
symbol: string;
|
|
36662
|
+
icon: string;
|
|
36663
|
+
decimals: number;
|
|
36664
|
+
};
|
|
36665
|
+
totalSupplyCap: {
|
|
36666
|
+
__typename: "ExchangeAmount";
|
|
36667
|
+
value: _aave_types.BigDecimal;
|
|
36668
|
+
name: string;
|
|
36669
|
+
symbol: string;
|
|
36670
|
+
icon: string;
|
|
36671
|
+
decimals: number;
|
|
36672
|
+
};
|
|
36673
|
+
uniqueAssets: number;
|
|
36674
|
+
connectedHubs: number;
|
|
36675
|
+
};
|
|
36676
|
+
connectedHubs: {
|
|
36677
|
+
__typename: "SpokeConnectedHub";
|
|
36678
|
+
hub: {
|
|
36679
|
+
__typename: "Hub";
|
|
36680
|
+
id: HubId;
|
|
36681
|
+
name: string;
|
|
36682
|
+
address: _aave_types.EvmAddress;
|
|
36683
|
+
chain: {
|
|
36684
|
+
__typename: "Chain";
|
|
36685
|
+
name: string;
|
|
36686
|
+
icon: string;
|
|
36687
|
+
chainId: _aave_types.ChainId;
|
|
36688
|
+
rpcUrl: string;
|
|
36689
|
+
explorerUrl: string;
|
|
36690
|
+
isTestnet: boolean;
|
|
36691
|
+
isFork: boolean;
|
|
36692
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
36693
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
36694
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
36695
|
+
nativeInfo: {
|
|
36696
|
+
__typename: "TokenInfo";
|
|
36697
|
+
id: TokenInfoId;
|
|
36698
|
+
name: string;
|
|
36699
|
+
symbol: string;
|
|
36700
|
+
icon: string;
|
|
36701
|
+
decimals: number;
|
|
36702
|
+
categories: TokenCategory[];
|
|
36703
|
+
};
|
|
36704
|
+
};
|
|
36705
|
+
summary: {
|
|
36706
|
+
__typename: "HubSummary";
|
|
36707
|
+
totalBorrowed: {
|
|
36708
|
+
__typename: "ExchangeAmountWithChange";
|
|
36709
|
+
current: {
|
|
36710
|
+
__typename: "ExchangeAmount";
|
|
36711
|
+
value: _aave_types.BigDecimal;
|
|
36712
|
+
name: string;
|
|
36713
|
+
symbol: string;
|
|
36714
|
+
icon: string;
|
|
36715
|
+
decimals: number;
|
|
36716
|
+
};
|
|
36717
|
+
change: {
|
|
36718
|
+
__typename: "PercentNumber";
|
|
36719
|
+
onChainValue: bigint;
|
|
36720
|
+
decimals: number;
|
|
36721
|
+
value: _aave_types.BigDecimal;
|
|
36722
|
+
normalized: _aave_types.BigDecimal;
|
|
36723
|
+
};
|
|
36724
|
+
};
|
|
36725
|
+
totalBorrowCap: {
|
|
36726
|
+
__typename: "ExchangeAmount";
|
|
36727
|
+
value: _aave_types.BigDecimal;
|
|
36728
|
+
name: string;
|
|
36729
|
+
symbol: string;
|
|
36730
|
+
icon: string;
|
|
36731
|
+
decimals: number;
|
|
36732
|
+
};
|
|
36733
|
+
totalSupplied: {
|
|
36734
|
+
__typename: "ExchangeAmountWithChange";
|
|
36735
|
+
current: {
|
|
36736
|
+
__typename: "ExchangeAmount";
|
|
36737
|
+
value: _aave_types.BigDecimal;
|
|
36738
|
+
name: string;
|
|
36739
|
+
symbol: string;
|
|
36740
|
+
icon: string;
|
|
36741
|
+
decimals: number;
|
|
36742
|
+
};
|
|
36743
|
+
change: {
|
|
36744
|
+
__typename: "PercentNumber";
|
|
36745
|
+
onChainValue: bigint;
|
|
36746
|
+
decimals: number;
|
|
36747
|
+
value: _aave_types.BigDecimal;
|
|
36748
|
+
normalized: _aave_types.BigDecimal;
|
|
36749
|
+
};
|
|
36750
|
+
};
|
|
36751
|
+
totalSupplyCap: {
|
|
36752
|
+
__typename: "ExchangeAmount";
|
|
36753
|
+
value: _aave_types.BigDecimal;
|
|
36754
|
+
name: string;
|
|
36755
|
+
symbol: string;
|
|
36756
|
+
icon: string;
|
|
36757
|
+
decimals: number;
|
|
36758
|
+
};
|
|
36759
|
+
utilizationRate: {
|
|
36760
|
+
__typename: "PercentNumber";
|
|
36761
|
+
onChainValue: bigint;
|
|
36762
|
+
decimals: number;
|
|
36763
|
+
value: _aave_types.BigDecimal;
|
|
36764
|
+
normalized: _aave_types.BigDecimal;
|
|
36765
|
+
};
|
|
36766
|
+
};
|
|
36767
|
+
};
|
|
36768
|
+
summary: {
|
|
36769
|
+
__typename: "SpokeConnectedHubSummary";
|
|
36770
|
+
totalBorrowed: {
|
|
36771
|
+
__typename: "ExchangeAmount";
|
|
36772
|
+
value: _aave_types.BigDecimal;
|
|
36773
|
+
name: string;
|
|
36774
|
+
symbol: string;
|
|
36775
|
+
icon: string;
|
|
36776
|
+
decimals: number;
|
|
36777
|
+
};
|
|
36778
|
+
creditLine: {
|
|
36779
|
+
__typename: "ExchangeAmount";
|
|
36780
|
+
value: _aave_types.BigDecimal;
|
|
36781
|
+
name: string;
|
|
36782
|
+
symbol: string;
|
|
36783
|
+
icon: string;
|
|
36784
|
+
decimals: number;
|
|
36785
|
+
};
|
|
36786
|
+
creditUsed: {
|
|
36787
|
+
__typename: "PercentNumber";
|
|
36788
|
+
onChainValue: bigint;
|
|
36789
|
+
decimals: number;
|
|
36790
|
+
value: _aave_types.BigDecimal;
|
|
36791
|
+
normalized: _aave_types.BigDecimal;
|
|
36792
|
+
};
|
|
36793
|
+
totalSupplied: {
|
|
36794
|
+
__typename: "ExchangeAmount";
|
|
36795
|
+
value: _aave_types.BigDecimal;
|
|
36796
|
+
name: string;
|
|
36797
|
+
symbol: string;
|
|
36798
|
+
icon: string;
|
|
36799
|
+
decimals: number;
|
|
36800
|
+
};
|
|
36801
|
+
};
|
|
36802
|
+
}[];
|
|
36506
36803
|
};
|
|
36507
36804
|
user: _aave_types.EvmAddress;
|
|
36508
36805
|
createdAt: Date;
|