@aave/graphql 1.1.0 → 1.1.1
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 +183 -173
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +560 -2
- package/dist/index.d.ts +560 -2
- package/dist/index.js +183 -173
- 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 +14 -1
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -491,9 +491,10 @@ type introspection_types = {
|
|
|
491
491
|
'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 }]; };
|
|
492
492
|
'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 }]; };
|
|
493
493
|
'Signature': unknown;
|
|
494
|
-
'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; }; } }; }; };
|
|
494
|
+
'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; }; } }; '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; }; } }; }; };
|
|
495
495
|
'SpokeId': unknown;
|
|
496
496
|
'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 }]; };
|
|
497
|
+
'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; }; } }; }; };
|
|
497
498
|
'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; }; } }; }; };
|
|
498
499
|
'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 }]; };
|
|
499
500
|
'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 }]; };
|
|
@@ -3515,6 +3516,18 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
3515
3516
|
categories: TokenCategory[];
|
|
3516
3517
|
};
|
|
3517
3518
|
};
|
|
3519
|
+
liquidationConfig: {
|
|
3520
|
+
__typename: "SpokeLiquidationConfig";
|
|
3521
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
3522
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
3523
|
+
liquidationBonusFactor: {
|
|
3524
|
+
__typename: "PercentNumber";
|
|
3525
|
+
onChainValue: bigint;
|
|
3526
|
+
decimals: number;
|
|
3527
|
+
value: _aave_types.BigDecimal;
|
|
3528
|
+
normalized: _aave_types.BigDecimal;
|
|
3529
|
+
};
|
|
3530
|
+
} | null;
|
|
3518
3531
|
};
|
|
3519
3532
|
chain: {
|
|
3520
3533
|
__typename: "Chain";
|
|
@@ -5810,6 +5823,23 @@ type UserMerklClaimableReward = FragmentOf<typeof UserMerklClaimableRewardFragme
|
|
|
5810
5823
|
type UserClaimableReward = ExtendWithOpaqueType<UserMerklClaimableReward>;
|
|
5811
5824
|
declare const UserClaimableRewardFragment: FragmentDocumentFor<UserClaimableReward, 'UserClaimableReward'>;
|
|
5812
5825
|
|
|
5826
|
+
declare const SpokeLiquidationConfigFragment: gql_tada.TadaDocumentNode<{
|
|
5827
|
+
__typename: "SpokeLiquidationConfig";
|
|
5828
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
5829
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
5830
|
+
liquidationBonusFactor: {
|
|
5831
|
+
__typename: "PercentNumber";
|
|
5832
|
+
onChainValue: bigint;
|
|
5833
|
+
decimals: number;
|
|
5834
|
+
value: _aave_types.BigDecimal;
|
|
5835
|
+
normalized: _aave_types.BigDecimal;
|
|
5836
|
+
};
|
|
5837
|
+
}, {}, {
|
|
5838
|
+
fragment: "SpokeLiquidationConfig";
|
|
5839
|
+
on: "SpokeLiquidationConfig";
|
|
5840
|
+
masked: false;
|
|
5841
|
+
}>;
|
|
5842
|
+
type SpokeLiquidationConfig = FragmentOf<typeof SpokeLiquidationConfigFragment>;
|
|
5813
5843
|
declare const SpokeFragment: gql_tada.TadaDocumentNode<{
|
|
5814
5844
|
__typename: "Spoke";
|
|
5815
5845
|
id: SpokeId;
|
|
@@ -5837,6 +5867,18 @@ declare const SpokeFragment: gql_tada.TadaDocumentNode<{
|
|
|
5837
5867
|
categories: TokenCategory[];
|
|
5838
5868
|
};
|
|
5839
5869
|
};
|
|
5870
|
+
liquidationConfig: {
|
|
5871
|
+
__typename: "SpokeLiquidationConfig";
|
|
5872
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
5873
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
5874
|
+
liquidationBonusFactor: {
|
|
5875
|
+
__typename: "PercentNumber";
|
|
5876
|
+
onChainValue: bigint;
|
|
5877
|
+
decimals: number;
|
|
5878
|
+
value: _aave_types.BigDecimal;
|
|
5879
|
+
normalized: _aave_types.BigDecimal;
|
|
5880
|
+
};
|
|
5881
|
+
} | null;
|
|
5840
5882
|
}, {}, {
|
|
5841
5883
|
fragment: "Spoke";
|
|
5842
5884
|
on: "Spoke";
|
|
@@ -83974,6 +84016,18 @@ declare const UserSupplyItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
83974
84016
|
categories: TokenCategory[];
|
|
83975
84017
|
};
|
|
83976
84018
|
};
|
|
84019
|
+
liquidationConfig: {
|
|
84020
|
+
__typename: "SpokeLiquidationConfig";
|
|
84021
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
84022
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
84023
|
+
liquidationBonusFactor: {
|
|
84024
|
+
__typename: "PercentNumber";
|
|
84025
|
+
onChainValue: bigint;
|
|
84026
|
+
decimals: number;
|
|
84027
|
+
value: _aave_types.BigDecimal;
|
|
84028
|
+
normalized: _aave_types.BigDecimal;
|
|
84029
|
+
};
|
|
84030
|
+
} | null;
|
|
83977
84031
|
};
|
|
83978
84032
|
chain: {
|
|
83979
84033
|
__typename: "Chain";
|
|
@@ -85882,6 +85936,18 @@ declare const UserBorrowItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
85882
85936
|
categories: TokenCategory[];
|
|
85883
85937
|
};
|
|
85884
85938
|
};
|
|
85939
|
+
liquidationConfig: {
|
|
85940
|
+
__typename: "SpokeLiquidationConfig";
|
|
85941
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
85942
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
85943
|
+
liquidationBonusFactor: {
|
|
85944
|
+
__typename: "PercentNumber";
|
|
85945
|
+
onChainValue: bigint;
|
|
85946
|
+
decimals: number;
|
|
85947
|
+
value: _aave_types.BigDecimal;
|
|
85948
|
+
normalized: _aave_types.BigDecimal;
|
|
85949
|
+
};
|
|
85950
|
+
} | null;
|
|
85885
85951
|
};
|
|
85886
85952
|
chain: {
|
|
85887
85953
|
__typename: "Chain";
|
|
@@ -87526,6 +87592,18 @@ declare const UserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
87526
87592
|
categories: TokenCategory[];
|
|
87527
87593
|
};
|
|
87528
87594
|
};
|
|
87595
|
+
liquidationConfig: {
|
|
87596
|
+
__typename: "SpokeLiquidationConfig";
|
|
87597
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
87598
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
87599
|
+
liquidationBonusFactor: {
|
|
87600
|
+
__typename: "PercentNumber";
|
|
87601
|
+
onChainValue: bigint;
|
|
87602
|
+
decimals: number;
|
|
87603
|
+
value: _aave_types.BigDecimal;
|
|
87604
|
+
normalized: _aave_types.BigDecimal;
|
|
87605
|
+
};
|
|
87606
|
+
} | null;
|
|
87529
87607
|
};
|
|
87530
87608
|
user: _aave_types.EvmAddress;
|
|
87531
87609
|
createdAt: Date;
|
|
@@ -92293,6 +92371,18 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
92293
92371
|
categories: TokenCategory[];
|
|
92294
92372
|
};
|
|
92295
92373
|
};
|
|
92374
|
+
liquidationConfig: {
|
|
92375
|
+
__typename: "SpokeLiquidationConfig";
|
|
92376
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
92377
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
92378
|
+
liquidationBonusFactor: {
|
|
92379
|
+
__typename: "PercentNumber";
|
|
92380
|
+
onChainValue: bigint;
|
|
92381
|
+
decimals: number;
|
|
92382
|
+
value: _aave_types.BigDecimal;
|
|
92383
|
+
normalized: _aave_types.BigDecimal;
|
|
92384
|
+
};
|
|
92385
|
+
} | null;
|
|
92296
92386
|
};
|
|
92297
92387
|
chain: {
|
|
92298
92388
|
__typename: "Chain";
|
|
@@ -93796,6 +93886,18 @@ declare const ReservesQuery: gql_tada.TadaDocumentNode<{
|
|
|
93796
93886
|
categories: TokenCategory[];
|
|
93797
93887
|
};
|
|
93798
93888
|
};
|
|
93889
|
+
liquidationConfig: {
|
|
93890
|
+
__typename: "SpokeLiquidationConfig";
|
|
93891
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
93892
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
93893
|
+
liquidationBonusFactor: {
|
|
93894
|
+
__typename: "PercentNumber";
|
|
93895
|
+
onChainValue: bigint;
|
|
93896
|
+
decimals: number;
|
|
93897
|
+
value: _aave_types.BigDecimal;
|
|
93898
|
+
normalized: _aave_types.BigDecimal;
|
|
93899
|
+
};
|
|
93900
|
+
} | null;
|
|
93799
93901
|
};
|
|
93800
93902
|
chain: {
|
|
93801
93903
|
__typename: "Chain";
|
|
@@ -95622,6 +95724,18 @@ declare const SpokeQuery: gql_tada.TadaDocumentNode<{
|
|
|
95622
95724
|
categories: TokenCategory[];
|
|
95623
95725
|
};
|
|
95624
95726
|
};
|
|
95727
|
+
liquidationConfig: {
|
|
95728
|
+
__typename: "SpokeLiquidationConfig";
|
|
95729
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
95730
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
95731
|
+
liquidationBonusFactor: {
|
|
95732
|
+
__typename: "PercentNumber";
|
|
95733
|
+
onChainValue: bigint;
|
|
95734
|
+
decimals: number;
|
|
95735
|
+
value: _aave_types.BigDecimal;
|
|
95736
|
+
normalized: _aave_types.BigDecimal;
|
|
95737
|
+
};
|
|
95738
|
+
} | null;
|
|
95625
95739
|
} | null;
|
|
95626
95740
|
}, {
|
|
95627
95741
|
request: {
|
|
@@ -95668,6 +95782,18 @@ declare const SpokesQuery: gql_tada.TadaDocumentNode<{
|
|
|
95668
95782
|
categories: TokenCategory[];
|
|
95669
95783
|
};
|
|
95670
95784
|
};
|
|
95785
|
+
liquidationConfig: {
|
|
95786
|
+
__typename: "SpokeLiquidationConfig";
|
|
95787
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
95788
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
95789
|
+
liquidationBonusFactor: {
|
|
95790
|
+
__typename: "PercentNumber";
|
|
95791
|
+
onChainValue: bigint;
|
|
95792
|
+
decimals: number;
|
|
95793
|
+
value: _aave_types.BigDecimal;
|
|
95794
|
+
normalized: _aave_types.BigDecimal;
|
|
95795
|
+
};
|
|
95796
|
+
} | null;
|
|
95671
95797
|
}[];
|
|
95672
95798
|
}, {
|
|
95673
95799
|
request: {
|
|
@@ -170895,6 +171021,18 @@ declare const BorrowActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
170895
171021
|
categories: TokenCategory[];
|
|
170896
171022
|
};
|
|
170897
171023
|
};
|
|
171024
|
+
liquidationConfig: {
|
|
171025
|
+
__typename: "SpokeLiquidationConfig";
|
|
171026
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
171027
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
171028
|
+
liquidationBonusFactor: {
|
|
171029
|
+
__typename: "PercentNumber";
|
|
171030
|
+
onChainValue: bigint;
|
|
171031
|
+
decimals: number;
|
|
171032
|
+
value: _aave_types.BigDecimal;
|
|
171033
|
+
normalized: _aave_types.BigDecimal;
|
|
171034
|
+
};
|
|
171035
|
+
} | null;
|
|
170898
171036
|
};
|
|
170899
171037
|
reserve: {
|
|
170900
171038
|
__typename: "ReserveInfo";
|
|
@@ -171462,6 +171600,18 @@ declare const SupplyActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
171462
171600
|
categories: TokenCategory[];
|
|
171463
171601
|
};
|
|
171464
171602
|
};
|
|
171603
|
+
liquidationConfig: {
|
|
171604
|
+
__typename: "SpokeLiquidationConfig";
|
|
171605
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
171606
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
171607
|
+
liquidationBonusFactor: {
|
|
171608
|
+
__typename: "PercentNumber";
|
|
171609
|
+
onChainValue: bigint;
|
|
171610
|
+
decimals: number;
|
|
171611
|
+
value: _aave_types.BigDecimal;
|
|
171612
|
+
normalized: _aave_types.BigDecimal;
|
|
171613
|
+
};
|
|
171614
|
+
} | null;
|
|
171465
171615
|
};
|
|
171466
171616
|
reserve: {
|
|
171467
171617
|
__typename: "ReserveInfo";
|
|
@@ -172029,6 +172179,18 @@ declare const WithdrawActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
172029
172179
|
categories: TokenCategory[];
|
|
172030
172180
|
};
|
|
172031
172181
|
};
|
|
172182
|
+
liquidationConfig: {
|
|
172183
|
+
__typename: "SpokeLiquidationConfig";
|
|
172184
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
172185
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
172186
|
+
liquidationBonusFactor: {
|
|
172187
|
+
__typename: "PercentNumber";
|
|
172188
|
+
onChainValue: bigint;
|
|
172189
|
+
decimals: number;
|
|
172190
|
+
value: _aave_types.BigDecimal;
|
|
172191
|
+
normalized: _aave_types.BigDecimal;
|
|
172192
|
+
};
|
|
172193
|
+
} | null;
|
|
172032
172194
|
};
|
|
172033
172195
|
reserve: {
|
|
172034
172196
|
__typename: "ReserveInfo";
|
|
@@ -172596,6 +172758,18 @@ declare const RepayActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
172596
172758
|
categories: TokenCategory[];
|
|
172597
172759
|
};
|
|
172598
172760
|
};
|
|
172761
|
+
liquidationConfig: {
|
|
172762
|
+
__typename: "SpokeLiquidationConfig";
|
|
172763
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
172764
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
172765
|
+
liquidationBonusFactor: {
|
|
172766
|
+
__typename: "PercentNumber";
|
|
172767
|
+
onChainValue: bigint;
|
|
172768
|
+
decimals: number;
|
|
172769
|
+
value: _aave_types.BigDecimal;
|
|
172770
|
+
normalized: _aave_types.BigDecimal;
|
|
172771
|
+
};
|
|
172772
|
+
} | null;
|
|
172599
172773
|
};
|
|
172600
172774
|
reserve: {
|
|
172601
172775
|
__typename: "ReserveInfo";
|
|
@@ -173163,6 +173337,18 @@ declare const LiquidatedActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
173163
173337
|
categories: TokenCategory[];
|
|
173164
173338
|
};
|
|
173165
173339
|
};
|
|
173340
|
+
liquidationConfig: {
|
|
173341
|
+
__typename: "SpokeLiquidationConfig";
|
|
173342
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
173343
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
173344
|
+
liquidationBonusFactor: {
|
|
173345
|
+
__typename: "PercentNumber";
|
|
173346
|
+
onChainValue: bigint;
|
|
173347
|
+
decimals: number;
|
|
173348
|
+
value: _aave_types.BigDecimal;
|
|
173349
|
+
normalized: _aave_types.BigDecimal;
|
|
173350
|
+
};
|
|
173351
|
+
} | null;
|
|
173166
173352
|
};
|
|
173167
173353
|
collateralReserve: {
|
|
173168
173354
|
__typename: "ReserveInfo";
|
|
@@ -174236,6 +174422,18 @@ declare const UsingAsCollateralActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
174236
174422
|
categories: TokenCategory[];
|
|
174237
174423
|
};
|
|
174238
174424
|
};
|
|
174425
|
+
liquidationConfig: {
|
|
174426
|
+
__typename: "SpokeLiquidationConfig";
|
|
174427
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
174428
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
174429
|
+
liquidationBonusFactor: {
|
|
174430
|
+
__typename: "PercentNumber";
|
|
174431
|
+
onChainValue: bigint;
|
|
174432
|
+
decimals: number;
|
|
174433
|
+
value: _aave_types.BigDecimal;
|
|
174434
|
+
normalized: _aave_types.BigDecimal;
|
|
174435
|
+
};
|
|
174436
|
+
} | null;
|
|
174239
174437
|
};
|
|
174240
174438
|
reserve: {
|
|
174241
174439
|
__typename: "ReserveInfo";
|
|
@@ -174745,6 +174943,18 @@ declare const UpdatedDynamicConfigActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
174745
174943
|
categories: TokenCategory[];
|
|
174746
174944
|
};
|
|
174747
174945
|
};
|
|
174946
|
+
liquidationConfig: {
|
|
174947
|
+
__typename: "SpokeLiquidationConfig";
|
|
174948
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
174949
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
174950
|
+
liquidationBonusFactor: {
|
|
174951
|
+
__typename: "PercentNumber";
|
|
174952
|
+
onChainValue: bigint;
|
|
174953
|
+
decimals: number;
|
|
174954
|
+
value: _aave_types.BigDecimal;
|
|
174955
|
+
normalized: _aave_types.BigDecimal;
|
|
174956
|
+
};
|
|
174957
|
+
} | null;
|
|
174748
174958
|
};
|
|
174749
174959
|
reserve: {
|
|
174750
174960
|
__typename: "ReserveInfo";
|
|
@@ -175304,6 +175514,18 @@ declare const UpdatedRiskPremiumActivityFragment: gql_tada.TadaDocumentNode<{
|
|
|
175304
175514
|
categories: TokenCategory[];
|
|
175305
175515
|
};
|
|
175306
175516
|
};
|
|
175517
|
+
liquidationConfig: {
|
|
175518
|
+
__typename: "SpokeLiquidationConfig";
|
|
175519
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
175520
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
175521
|
+
liquidationBonusFactor: {
|
|
175522
|
+
__typename: "PercentNumber";
|
|
175523
|
+
onChainValue: bigint;
|
|
175524
|
+
decimals: number;
|
|
175525
|
+
value: _aave_types.BigDecimal;
|
|
175526
|
+
normalized: _aave_types.BigDecimal;
|
|
175527
|
+
};
|
|
175528
|
+
} | null;
|
|
175307
175529
|
};
|
|
175308
175530
|
premium: {
|
|
175309
175531
|
__typename: "PercentNumberChangeSnapshot";
|
|
@@ -179474,6 +179696,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
179474
179696
|
categories: TokenCategory[];
|
|
179475
179697
|
};
|
|
179476
179698
|
};
|
|
179699
|
+
liquidationConfig: {
|
|
179700
|
+
__typename: "SpokeLiquidationConfig";
|
|
179701
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
179702
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
179703
|
+
liquidationBonusFactor: {
|
|
179704
|
+
__typename: "PercentNumber";
|
|
179705
|
+
onChainValue: bigint;
|
|
179706
|
+
decimals: number;
|
|
179707
|
+
value: _aave_types.BigDecimal;
|
|
179708
|
+
normalized: _aave_types.BigDecimal;
|
|
179709
|
+
};
|
|
179710
|
+
} | null;
|
|
179477
179711
|
};
|
|
179478
179712
|
reserve: {
|
|
179479
179713
|
__typename: "ReserveInfo";
|
|
@@ -181083,6 +181317,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
181083
181317
|
categories: TokenCategory[];
|
|
181084
181318
|
};
|
|
181085
181319
|
};
|
|
181320
|
+
liquidationConfig: {
|
|
181321
|
+
__typename: "SpokeLiquidationConfig";
|
|
181322
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
181323
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
181324
|
+
liquidationBonusFactor: {
|
|
181325
|
+
__typename: "PercentNumber";
|
|
181326
|
+
onChainValue: bigint;
|
|
181327
|
+
decimals: number;
|
|
181328
|
+
value: _aave_types.BigDecimal;
|
|
181329
|
+
normalized: _aave_types.BigDecimal;
|
|
181330
|
+
};
|
|
181331
|
+
} | null;
|
|
181086
181332
|
};
|
|
181087
181333
|
collateralReserve: {
|
|
181088
181334
|
__typename: "ReserveInfo";
|
|
@@ -182150,6 +182396,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
182150
182396
|
categories: TokenCategory[];
|
|
182151
182397
|
};
|
|
182152
182398
|
};
|
|
182399
|
+
liquidationConfig: {
|
|
182400
|
+
__typename: "SpokeLiquidationConfig";
|
|
182401
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
182402
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
182403
|
+
liquidationBonusFactor: {
|
|
182404
|
+
__typename: "PercentNumber";
|
|
182405
|
+
onChainValue: bigint;
|
|
182406
|
+
decimals: number;
|
|
182407
|
+
value: _aave_types.BigDecimal;
|
|
182408
|
+
normalized: _aave_types.BigDecimal;
|
|
182409
|
+
};
|
|
182410
|
+
} | null;
|
|
182153
182411
|
};
|
|
182154
182412
|
reserve: {
|
|
182155
182413
|
__typename: "ReserveInfo";
|
|
@@ -183759,6 +184017,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
183759
184017
|
categories: TokenCategory[];
|
|
183760
184018
|
};
|
|
183761
184019
|
};
|
|
184020
|
+
liquidationConfig: {
|
|
184021
|
+
__typename: "SpokeLiquidationConfig";
|
|
184022
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
184023
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
184024
|
+
liquidationBonusFactor: {
|
|
184025
|
+
__typename: "PercentNumber";
|
|
184026
|
+
onChainValue: bigint;
|
|
184027
|
+
decimals: number;
|
|
184028
|
+
value: _aave_types.BigDecimal;
|
|
184029
|
+
normalized: _aave_types.BigDecimal;
|
|
184030
|
+
};
|
|
184031
|
+
} | null;
|
|
183762
184032
|
};
|
|
183763
184033
|
reserve: {
|
|
183764
184034
|
__typename: "ReserveInfo";
|
|
@@ -185630,6 +185900,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
185630
185900
|
categories: TokenCategory[];
|
|
185631
185901
|
};
|
|
185632
185902
|
};
|
|
185903
|
+
liquidationConfig: {
|
|
185904
|
+
__typename: "SpokeLiquidationConfig";
|
|
185905
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
185906
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
185907
|
+
liquidationBonusFactor: {
|
|
185908
|
+
__typename: "PercentNumber";
|
|
185909
|
+
onChainValue: bigint;
|
|
185910
|
+
decimals: number;
|
|
185911
|
+
value: _aave_types.BigDecimal;
|
|
185912
|
+
normalized: _aave_types.BigDecimal;
|
|
185913
|
+
};
|
|
185914
|
+
} | null;
|
|
185633
185915
|
};
|
|
185634
185916
|
reserve: {
|
|
185635
185917
|
__typename: "ReserveInfo";
|
|
@@ -186183,6 +186465,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
186183
186465
|
categories: TokenCategory[];
|
|
186184
186466
|
};
|
|
186185
186467
|
};
|
|
186468
|
+
liquidationConfig: {
|
|
186469
|
+
__typename: "SpokeLiquidationConfig";
|
|
186470
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
186471
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
186472
|
+
liquidationBonusFactor: {
|
|
186473
|
+
__typename: "PercentNumber";
|
|
186474
|
+
onChainValue: bigint;
|
|
186475
|
+
decimals: number;
|
|
186476
|
+
value: _aave_types.BigDecimal;
|
|
186477
|
+
normalized: _aave_types.BigDecimal;
|
|
186478
|
+
};
|
|
186479
|
+
} | null;
|
|
186186
186480
|
};
|
|
186187
186481
|
premium: {
|
|
186188
186482
|
__typename: "PercentNumberChangeSnapshot";
|
|
@@ -186256,6 +186550,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
186256
186550
|
categories: TokenCategory[];
|
|
186257
186551
|
};
|
|
186258
186552
|
};
|
|
186553
|
+
liquidationConfig: {
|
|
186554
|
+
__typename: "SpokeLiquidationConfig";
|
|
186555
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
186556
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
186557
|
+
liquidationBonusFactor: {
|
|
186558
|
+
__typename: "PercentNumber";
|
|
186559
|
+
onChainValue: bigint;
|
|
186560
|
+
decimals: number;
|
|
186561
|
+
value: _aave_types.BigDecimal;
|
|
186562
|
+
normalized: _aave_types.BigDecimal;
|
|
186563
|
+
};
|
|
186564
|
+
} | null;
|
|
186259
186565
|
};
|
|
186260
186566
|
reserve: {
|
|
186261
186567
|
__typename: "ReserveInfo";
|
|
@@ -186759,6 +187065,18 @@ declare const ActivityItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
186759
187065
|
categories: TokenCategory[];
|
|
186760
187066
|
};
|
|
186761
187067
|
};
|
|
187068
|
+
liquidationConfig: {
|
|
187069
|
+
__typename: "SpokeLiquidationConfig";
|
|
187070
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
187071
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
187072
|
+
liquidationBonusFactor: {
|
|
187073
|
+
__typename: "PercentNumber";
|
|
187074
|
+
onChainValue: bigint;
|
|
187075
|
+
decimals: number;
|
|
187076
|
+
value: _aave_types.BigDecimal;
|
|
187077
|
+
normalized: _aave_types.BigDecimal;
|
|
187078
|
+
};
|
|
187079
|
+
} | null;
|
|
186762
187080
|
};
|
|
186763
187081
|
reserve: {
|
|
186764
187082
|
__typename: "ReserveInfo";
|
|
@@ -187983,6 +188301,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
187983
188301
|
categories: TokenCategory[];
|
|
187984
188302
|
};
|
|
187985
188303
|
};
|
|
188304
|
+
liquidationConfig: {
|
|
188305
|
+
__typename: "SpokeLiquidationConfig";
|
|
188306
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
188307
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
188308
|
+
liquidationBonusFactor: {
|
|
188309
|
+
__typename: "PercentNumber";
|
|
188310
|
+
onChainValue: bigint;
|
|
188311
|
+
decimals: number;
|
|
188312
|
+
value: _aave_types.BigDecimal;
|
|
188313
|
+
normalized: _aave_types.BigDecimal;
|
|
188314
|
+
};
|
|
188315
|
+
} | null;
|
|
187986
188316
|
};
|
|
187987
188317
|
reserve: {
|
|
187988
188318
|
__typename: "ReserveInfo";
|
|
@@ -189592,6 +189922,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
189592
189922
|
categories: TokenCategory[];
|
|
189593
189923
|
};
|
|
189594
189924
|
};
|
|
189925
|
+
liquidationConfig: {
|
|
189926
|
+
__typename: "SpokeLiquidationConfig";
|
|
189927
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
189928
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
189929
|
+
liquidationBonusFactor: {
|
|
189930
|
+
__typename: "PercentNumber";
|
|
189931
|
+
onChainValue: bigint;
|
|
189932
|
+
decimals: number;
|
|
189933
|
+
value: _aave_types.BigDecimal;
|
|
189934
|
+
normalized: _aave_types.BigDecimal;
|
|
189935
|
+
};
|
|
189936
|
+
} | null;
|
|
189595
189937
|
};
|
|
189596
189938
|
collateralReserve: {
|
|
189597
189939
|
__typename: "ReserveInfo";
|
|
@@ -190659,6 +191001,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
190659
191001
|
categories: TokenCategory[];
|
|
190660
191002
|
};
|
|
190661
191003
|
};
|
|
191004
|
+
liquidationConfig: {
|
|
191005
|
+
__typename: "SpokeLiquidationConfig";
|
|
191006
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
191007
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
191008
|
+
liquidationBonusFactor: {
|
|
191009
|
+
__typename: "PercentNumber";
|
|
191010
|
+
onChainValue: bigint;
|
|
191011
|
+
decimals: number;
|
|
191012
|
+
value: _aave_types.BigDecimal;
|
|
191013
|
+
normalized: _aave_types.BigDecimal;
|
|
191014
|
+
};
|
|
191015
|
+
} | null;
|
|
190662
191016
|
};
|
|
190663
191017
|
reserve: {
|
|
190664
191018
|
__typename: "ReserveInfo";
|
|
@@ -192268,6 +192622,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
192268
192622
|
categories: TokenCategory[];
|
|
192269
192623
|
};
|
|
192270
192624
|
};
|
|
192625
|
+
liquidationConfig: {
|
|
192626
|
+
__typename: "SpokeLiquidationConfig";
|
|
192627
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
192628
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
192629
|
+
liquidationBonusFactor: {
|
|
192630
|
+
__typename: "PercentNumber";
|
|
192631
|
+
onChainValue: bigint;
|
|
192632
|
+
decimals: number;
|
|
192633
|
+
value: _aave_types.BigDecimal;
|
|
192634
|
+
normalized: _aave_types.BigDecimal;
|
|
192635
|
+
};
|
|
192636
|
+
} | null;
|
|
192271
192637
|
};
|
|
192272
192638
|
reserve: {
|
|
192273
192639
|
__typename: "ReserveInfo";
|
|
@@ -194139,6 +194505,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
194139
194505
|
categories: TokenCategory[];
|
|
194140
194506
|
};
|
|
194141
194507
|
};
|
|
194508
|
+
liquidationConfig: {
|
|
194509
|
+
__typename: "SpokeLiquidationConfig";
|
|
194510
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
194511
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
194512
|
+
liquidationBonusFactor: {
|
|
194513
|
+
__typename: "PercentNumber";
|
|
194514
|
+
onChainValue: bigint;
|
|
194515
|
+
decimals: number;
|
|
194516
|
+
value: _aave_types.BigDecimal;
|
|
194517
|
+
normalized: _aave_types.BigDecimal;
|
|
194518
|
+
};
|
|
194519
|
+
} | null;
|
|
194142
194520
|
};
|
|
194143
194521
|
reserve: {
|
|
194144
194522
|
__typename: "ReserveInfo";
|
|
@@ -194692,6 +195070,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
194692
195070
|
categories: TokenCategory[];
|
|
194693
195071
|
};
|
|
194694
195072
|
};
|
|
195073
|
+
liquidationConfig: {
|
|
195074
|
+
__typename: "SpokeLiquidationConfig";
|
|
195075
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
195076
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
195077
|
+
liquidationBonusFactor: {
|
|
195078
|
+
__typename: "PercentNumber";
|
|
195079
|
+
onChainValue: bigint;
|
|
195080
|
+
decimals: number;
|
|
195081
|
+
value: _aave_types.BigDecimal;
|
|
195082
|
+
normalized: _aave_types.BigDecimal;
|
|
195083
|
+
};
|
|
195084
|
+
} | null;
|
|
194695
195085
|
};
|
|
194696
195086
|
premium: {
|
|
194697
195087
|
__typename: "PercentNumberChangeSnapshot";
|
|
@@ -194765,6 +195155,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
194765
195155
|
categories: TokenCategory[];
|
|
194766
195156
|
};
|
|
194767
195157
|
};
|
|
195158
|
+
liquidationConfig: {
|
|
195159
|
+
__typename: "SpokeLiquidationConfig";
|
|
195160
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
195161
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
195162
|
+
liquidationBonusFactor: {
|
|
195163
|
+
__typename: "PercentNumber";
|
|
195164
|
+
onChainValue: bigint;
|
|
195165
|
+
decimals: number;
|
|
195166
|
+
value: _aave_types.BigDecimal;
|
|
195167
|
+
normalized: _aave_types.BigDecimal;
|
|
195168
|
+
};
|
|
195169
|
+
} | null;
|
|
194768
195170
|
};
|
|
194769
195171
|
reserve: {
|
|
194770
195172
|
__typename: "ReserveInfo";
|
|
@@ -195268,6 +195670,18 @@ declare const PaginatedActivitiesResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
195268
195670
|
categories: TokenCategory[];
|
|
195269
195671
|
};
|
|
195270
195672
|
};
|
|
195673
|
+
liquidationConfig: {
|
|
195674
|
+
__typename: "SpokeLiquidationConfig";
|
|
195675
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
195676
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
195677
|
+
liquidationBonusFactor: {
|
|
195678
|
+
__typename: "PercentNumber";
|
|
195679
|
+
onChainValue: bigint;
|
|
195680
|
+
decimals: number;
|
|
195681
|
+
value: _aave_types.BigDecimal;
|
|
195682
|
+
normalized: _aave_types.BigDecimal;
|
|
195683
|
+
};
|
|
195684
|
+
} | null;
|
|
195271
195685
|
};
|
|
195272
195686
|
reserve: {
|
|
195273
195687
|
__typename: "ReserveInfo";
|
|
@@ -196502,6 +196916,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
196502
196916
|
categories: TokenCategory[];
|
|
196503
196917
|
};
|
|
196504
196918
|
};
|
|
196919
|
+
liquidationConfig: {
|
|
196920
|
+
__typename: "SpokeLiquidationConfig";
|
|
196921
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
196922
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
196923
|
+
liquidationBonusFactor: {
|
|
196924
|
+
__typename: "PercentNumber";
|
|
196925
|
+
onChainValue: bigint;
|
|
196926
|
+
decimals: number;
|
|
196927
|
+
value: _aave_types.BigDecimal;
|
|
196928
|
+
normalized: _aave_types.BigDecimal;
|
|
196929
|
+
};
|
|
196930
|
+
} | null;
|
|
196505
196931
|
};
|
|
196506
196932
|
reserve: {
|
|
196507
196933
|
__typename: "ReserveInfo";
|
|
@@ -198111,6 +198537,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
198111
198537
|
categories: TokenCategory[];
|
|
198112
198538
|
};
|
|
198113
198539
|
};
|
|
198540
|
+
liquidationConfig: {
|
|
198541
|
+
__typename: "SpokeLiquidationConfig";
|
|
198542
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
198543
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
198544
|
+
liquidationBonusFactor: {
|
|
198545
|
+
__typename: "PercentNumber";
|
|
198546
|
+
onChainValue: bigint;
|
|
198547
|
+
decimals: number;
|
|
198548
|
+
value: _aave_types.BigDecimal;
|
|
198549
|
+
normalized: _aave_types.BigDecimal;
|
|
198550
|
+
};
|
|
198551
|
+
} | null;
|
|
198114
198552
|
};
|
|
198115
198553
|
collateralReserve: {
|
|
198116
198554
|
__typename: "ReserveInfo";
|
|
@@ -199178,6 +199616,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
199178
199616
|
categories: TokenCategory[];
|
|
199179
199617
|
};
|
|
199180
199618
|
};
|
|
199619
|
+
liquidationConfig: {
|
|
199620
|
+
__typename: "SpokeLiquidationConfig";
|
|
199621
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
199622
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
199623
|
+
liquidationBonusFactor: {
|
|
199624
|
+
__typename: "PercentNumber";
|
|
199625
|
+
onChainValue: bigint;
|
|
199626
|
+
decimals: number;
|
|
199627
|
+
value: _aave_types.BigDecimal;
|
|
199628
|
+
normalized: _aave_types.BigDecimal;
|
|
199629
|
+
};
|
|
199630
|
+
} | null;
|
|
199181
199631
|
};
|
|
199182
199632
|
reserve: {
|
|
199183
199633
|
__typename: "ReserveInfo";
|
|
@@ -200787,6 +201237,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
200787
201237
|
categories: TokenCategory[];
|
|
200788
201238
|
};
|
|
200789
201239
|
};
|
|
201240
|
+
liquidationConfig: {
|
|
201241
|
+
__typename: "SpokeLiquidationConfig";
|
|
201242
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
201243
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
201244
|
+
liquidationBonusFactor: {
|
|
201245
|
+
__typename: "PercentNumber";
|
|
201246
|
+
onChainValue: bigint;
|
|
201247
|
+
decimals: number;
|
|
201248
|
+
value: _aave_types.BigDecimal;
|
|
201249
|
+
normalized: _aave_types.BigDecimal;
|
|
201250
|
+
};
|
|
201251
|
+
} | null;
|
|
200790
201252
|
};
|
|
200791
201253
|
reserve: {
|
|
200792
201254
|
__typename: "ReserveInfo";
|
|
@@ -202658,6 +203120,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
202658
203120
|
categories: TokenCategory[];
|
|
202659
203121
|
};
|
|
202660
203122
|
};
|
|
203123
|
+
liquidationConfig: {
|
|
203124
|
+
__typename: "SpokeLiquidationConfig";
|
|
203125
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
203126
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
203127
|
+
liquidationBonusFactor: {
|
|
203128
|
+
__typename: "PercentNumber";
|
|
203129
|
+
onChainValue: bigint;
|
|
203130
|
+
decimals: number;
|
|
203131
|
+
value: _aave_types.BigDecimal;
|
|
203132
|
+
normalized: _aave_types.BigDecimal;
|
|
203133
|
+
};
|
|
203134
|
+
} | null;
|
|
202661
203135
|
};
|
|
202662
203136
|
reserve: {
|
|
202663
203137
|
__typename: "ReserveInfo";
|
|
@@ -203211,6 +203685,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
203211
203685
|
categories: TokenCategory[];
|
|
203212
203686
|
};
|
|
203213
203687
|
};
|
|
203688
|
+
liquidationConfig: {
|
|
203689
|
+
__typename: "SpokeLiquidationConfig";
|
|
203690
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
203691
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
203692
|
+
liquidationBonusFactor: {
|
|
203693
|
+
__typename: "PercentNumber";
|
|
203694
|
+
onChainValue: bigint;
|
|
203695
|
+
decimals: number;
|
|
203696
|
+
value: _aave_types.BigDecimal;
|
|
203697
|
+
normalized: _aave_types.BigDecimal;
|
|
203698
|
+
};
|
|
203699
|
+
} | null;
|
|
203214
203700
|
};
|
|
203215
203701
|
premium: {
|
|
203216
203702
|
__typename: "PercentNumberChangeSnapshot";
|
|
@@ -203284,6 +203770,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
203284
203770
|
categories: TokenCategory[];
|
|
203285
203771
|
};
|
|
203286
203772
|
};
|
|
203773
|
+
liquidationConfig: {
|
|
203774
|
+
__typename: "SpokeLiquidationConfig";
|
|
203775
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
203776
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
203777
|
+
liquidationBonusFactor: {
|
|
203778
|
+
__typename: "PercentNumber";
|
|
203779
|
+
onChainValue: bigint;
|
|
203780
|
+
decimals: number;
|
|
203781
|
+
value: _aave_types.BigDecimal;
|
|
203782
|
+
normalized: _aave_types.BigDecimal;
|
|
203783
|
+
};
|
|
203784
|
+
} | null;
|
|
203287
203785
|
};
|
|
203288
203786
|
reserve: {
|
|
203289
203787
|
__typename: "ReserveInfo";
|
|
@@ -203787,6 +204285,18 @@ declare const ActivitiesQuery: gql_tada.TadaDocumentNode<{
|
|
|
203787
204285
|
categories: TokenCategory[];
|
|
203788
204286
|
};
|
|
203789
204287
|
};
|
|
204288
|
+
liquidationConfig: {
|
|
204289
|
+
__typename: "SpokeLiquidationConfig";
|
|
204290
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
204291
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
204292
|
+
liquidationBonusFactor: {
|
|
204293
|
+
__typename: "PercentNumber";
|
|
204294
|
+
onChainValue: bigint;
|
|
204295
|
+
decimals: number;
|
|
204296
|
+
value: _aave_types.BigDecimal;
|
|
204297
|
+
normalized: _aave_types.BigDecimal;
|
|
204298
|
+
};
|
|
204299
|
+
} | null;
|
|
203790
204300
|
};
|
|
203791
204301
|
reserve: {
|
|
203792
204302
|
__typename: "ReserveInfo";
|
|
@@ -205052,6 +205562,18 @@ declare const UserSuppliesQuery: gql_tada.TadaDocumentNode<{
|
|
|
205052
205562
|
categories: TokenCategory[];
|
|
205053
205563
|
};
|
|
205054
205564
|
};
|
|
205565
|
+
liquidationConfig: {
|
|
205566
|
+
__typename: "SpokeLiquidationConfig";
|
|
205567
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
205568
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
205569
|
+
liquidationBonusFactor: {
|
|
205570
|
+
__typename: "PercentNumber";
|
|
205571
|
+
onChainValue: bigint;
|
|
205572
|
+
decimals: number;
|
|
205573
|
+
value: _aave_types.BigDecimal;
|
|
205574
|
+
normalized: _aave_types.BigDecimal;
|
|
205575
|
+
};
|
|
205576
|
+
} | null;
|
|
205055
205577
|
};
|
|
205056
205578
|
chain: {
|
|
205057
205579
|
__typename: "Chain";
|
|
@@ -207009,6 +207531,18 @@ declare const UserBorrowsQuery: gql_tada.TadaDocumentNode<{
|
|
|
207009
207531
|
categories: TokenCategory[];
|
|
207010
207532
|
};
|
|
207011
207533
|
};
|
|
207534
|
+
liquidationConfig: {
|
|
207535
|
+
__typename: "SpokeLiquidationConfig";
|
|
207536
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
207537
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
207538
|
+
liquidationBonusFactor: {
|
|
207539
|
+
__typename: "PercentNumber";
|
|
207540
|
+
onChainValue: bigint;
|
|
207541
|
+
decimals: number;
|
|
207542
|
+
value: _aave_types.BigDecimal;
|
|
207543
|
+
normalized: _aave_types.BigDecimal;
|
|
207544
|
+
};
|
|
207545
|
+
} | null;
|
|
207012
207546
|
};
|
|
207013
207547
|
chain: {
|
|
207014
207548
|
__typename: "Chain";
|
|
@@ -208634,6 +209168,18 @@ declare const UserPositionsQuery: gql_tada.TadaDocumentNode<{
|
|
|
208634
209168
|
categories: TokenCategory[];
|
|
208635
209169
|
};
|
|
208636
209170
|
};
|
|
209171
|
+
liquidationConfig: {
|
|
209172
|
+
__typename: "SpokeLiquidationConfig";
|
|
209173
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
209174
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
209175
|
+
liquidationBonusFactor: {
|
|
209176
|
+
__typename: "PercentNumber";
|
|
209177
|
+
onChainValue: bigint;
|
|
209178
|
+
decimals: number;
|
|
209179
|
+
value: _aave_types.BigDecimal;
|
|
209180
|
+
normalized: _aave_types.BigDecimal;
|
|
209181
|
+
};
|
|
209182
|
+
} | null;
|
|
208637
209183
|
};
|
|
208638
209184
|
user: _aave_types.EvmAddress;
|
|
208639
209185
|
createdAt: Date;
|
|
@@ -208905,6 +209451,18 @@ declare const UserPositionQuery: gql_tada.TadaDocumentNode<{
|
|
|
208905
209451
|
categories: TokenCategory[];
|
|
208906
209452
|
};
|
|
208907
209453
|
};
|
|
209454
|
+
liquidationConfig: {
|
|
209455
|
+
__typename: "SpokeLiquidationConfig";
|
|
209456
|
+
targetHealthFactor: _aave_types.BigDecimal;
|
|
209457
|
+
healthFactorForMaxBonus: _aave_types.BigDecimal;
|
|
209458
|
+
liquidationBonusFactor: {
|
|
209459
|
+
__typename: "PercentNumber";
|
|
209460
|
+
onChainValue: bigint;
|
|
209461
|
+
decimals: number;
|
|
209462
|
+
value: _aave_types.BigDecimal;
|
|
209463
|
+
normalized: _aave_types.BigDecimal;
|
|
209464
|
+
};
|
|
209465
|
+
} | null;
|
|
208908
209466
|
};
|
|
208909
209467
|
user: _aave_types.EvmAddress;
|
|
208910
209468
|
createdAt: Date;
|
|
@@ -210451,4 +211009,4 @@ type StableVaultWithdrawRedeemInput = ReturnType<typeof graphql.scalar<'StableVa
|
|
|
210451
211009
|
type StableVaultsRequestInput = ReturnType<typeof graphql.scalar<'StableVaultsRequest'>>;
|
|
210452
211010
|
type SurplusClaim = ReturnType<typeof graphql.scalar<'SurplusClaim'>>;
|
|
210453
211011
|
|
|
210454
|
-
export { ActivitiesQuery, type ActivitiesRequest, type ActivitiesRequestQuery, type ActivityItem, ActivityItemFragment, ActivityType, type AmountInput, ApyMetric, type ApySample, ApySampleFragment, type Asset, type AssetAmountWithChange, AssetAmountWithChangeFragment, AssetBorrowHistoryQuery, type AssetBorrowHistoryRequest, type AssetBorrowHistoryRequestQuery, type AssetBorrowSample, AssetBorrowSampleFragment, AssetFragment, type AssetId, AssetPriceHistoryQuery, type AssetPriceHistoryRequest, type AssetPriceHistoryRequestQuery, type AssetPriceSample, AssetPriceSampleFragment, AssetQuery, type AssetRequest, type AssetRequestQuery, type AssetSampleBreakdown, AssetSampleBreakdownFragment, type AssetSummary, AssetSummaryFragment, AssetSupplyHistoryQuery, type AssetSupplyHistoryRequest, type AssetSupplyHistoryRequestQuery, type AssetSupplySample, AssetSupplySampleFragment, type Base64EncodedCompositeId, type BoostedRate, BoostedRateFragment, type BoostedRateId, type BorrowActivity, BorrowActivityFragment, BorrowApyHistoryQuery, type BorrowApyHistoryRequest, type BorrowPoints, BorrowPointsFragment, BorrowQuery, type BorrowRequest, type BorrowSwap, type BorrowSwapActivity, BorrowSwapActivityFragment, BorrowSwapFragment, BorrowSwapKind, BorrowSwapQuoteQuery, type BorrowSwapQuoteRequest, type BorrowSwapQuoteResult, BorrowSwapQuoteResultFragment, type CancelIntentSwapInput, type CancelSwapExecutionPlan, CancelSwapExecutionPlanFragment, CancelSwapMutation, type CancelSwapRequest, type Chain, ChainFragment, ChainQuery, type ChainRequest, type ChainTokenCategories, type ChainTokenInput, ChainsFilter, ChainsQuery, type ChainsRequest, type ChainsRequestQuery, ClaimRewardsQuery, type ClaimRewardsRequest, type CollateralFactorVariation, CollateralFactorVariationFragment, CollateralMetric, Currency, type DecimalNumber, DecimalNumberFragment, type DecimalNumberWithChange, DecimalNumberWithChangeFragment, type DomainData, DomainDataFragment, type ERC20PermitSignature, type Erc20Amount, Erc20AmountFragment, type Erc20Approval, Erc20ApprovalFragment, type Erc20ApprovalRequired, Erc20ApprovalRequiredFragment, type Erc20Input, type Erc20Token, Erc20TokenFragment, type ExchangeAmount, ExchangeAmountFragment, type ExchangeAmountVariation, ExchangeAmountVariationFragment, type ExchangeAmountWithChange, ExchangeAmountWithChangeFragment, ExchangeRateQuery, type ExchangeRateRequest, type ExchangeRateRequestFrom, type ExecutionPlan, ExecutionPlanFragment, type ExtendWithOpaqueVariant, type FragmentDocumentFor, type FromQuoteDebtSwapQuoteInput, type FromQuoteRepayWithSupplyQuoteInput, type FromQuoteSupplySwapQuoteInput, type FromQuoteWithdrawSwapQuoteInput, HasProcessedKnownTransactionQuery, type HasProcessedKnownTransactionRequest, type HealthFactorError, HealthFactorErrorFragment, type HealthFactorResult, HealthFactorResultFragment, type HealthFactorVariation, HealthFactorVariationFragment, type HealthFactorWithChange, HealthFactorWithChangeFragment, HealthQuery, type Hub, type HubAsset, HubAssetFragment, type HubAssetId, type HubAssetInterestRateModelPoint, HubAssetInterestRateModelPointFragment, HubAssetInterestRateModelQuery, type HubAssetInterestRateModelRequest, type HubAssetInterestRateModelRequestQuery, type HubAssetSettings, HubAssetSettingsFragment, type HubAssetSummary, HubAssetSummaryFragment, type HubAssetUserState, HubAssetUserStateFragment, HubAssetsQuery, type HubAssetsRequest, type HubAssetsRequestOrderBy, type HubAssetsRequestQuery, HubFragment, type HubId, type HubIdParts, type HubIdTokenInput, type HubInput, HubQuery, type HubRequest, type HubRequestQuery, type HubSummary, HubSummaryFragment, HubSummaryHistoryQuery, type HubSummaryHistoryRequest, type HubSummaryHistoryRequestQuery, type HubSummarySample, HubSummarySampleFragment, type HubTokenInput, HubsQuery, type HubsRequest, type HubsRequestOrderBy, type HubsRequestQuery, type ID, type InsufficientBalanceError, InsufficientBalanceErrorFragment, type InsufficientLiquidityError, InsufficientLiquidityErrorFragment, type LimitDebtSwapQuoteInput, type LimitOrderTokenSwapQuoteInput, type LimitRepayWithSupplyQuoteInput, type LimitSupplySwapQuoteInput, type LimitWithdrawSwapQuoteInput, type LiquidateExactAmountWithPermit, type LiquidatePositionDebtAmount, type LiquidatePositionExecutionPlan, LiquidatePositionExecutionPlanFragment, LiquidatePositionQuery, type LiquidatePositionRequest, type LiquidatedActivity, LiquidatedActivityFragment, type LiquidationFeeVariation, LiquidationFeeVariationFragment, type MarketDebtSwapQuoteInput, type MarketOrderTokenSwapFromQuoteInput, type MarketOrderTokenSwapQuoteInput, type MarketRepayWithSupplyQuoteInput, type MarketSupplySwapQuoteInput, type MarketWithdrawSwapQuoteInput, type MaxLiquidationBonusVariation, MaxLiquidationBonusVariationFragment, type MerklBorrowReward, MerklBorrowRewardFragment, type MerklCriteria, MerklCriteriaFragment, type MerklGenericCriteria, MerklGenericCriteriaFragment, type MerklSupplyReward, MerklSupplyRewardFragment, type NativeAmount, NativeAmountFragment, type NativeToken, NativeTokenFragment, type OnChainHubAssetId, type OnChainReserveId, type OpaqueEnumVariant, OperationType, OrderDirection, PageSize, type PaginatedActivitiesResult, PaginatedActivitiesResultFragment, type PaginatedReserveHoldersResult, type PaginatedResultInfo, PaginatedResultInfoFragment, type PaginatedSpokePositionManagerResult, PaginatedSpokePositionManagerResultFragment, type PaginatedSpokeUserPositionManagerResult, PaginatedSpokeUserPositionManagerResultFragment, type PaginatedStableVaultMovementsResult, PaginatedStableVaultMovementsResultFragment, type PaginatedStableVaultRateUsersResult, PaginatedStableVaultRateUsersResultFragment, type PaginatedUserSwapsResult, PaginatedUserSwapsResultFragment, type PercentNumber, type PercentNumberChangeSnapshot, PercentNumberChangeSnapshotFragment, PercentNumberFragment, type PercentNumberVariation, PercentNumberVariationFragment, type PercentNumberWithChange, PercentNumberWithChangeFragment, type PermitTypedData, PermitTypedDataFragment, type PointsCriteria, PointsCriteriaFragment, type PointsGenericCriteria, PointsGenericCriteriaFragment, type PointsProgram, PointsProgramFragment, type PositionAmount, PositionAmountFragment, type PositionSwapAdapterContractApproval, PositionSwapAdapterContractApprovalFragment, type PositionSwapApproval, PositionSwapApprovalFragment, type PositionSwapByIntentApprovalsRequired, PositionSwapByIntentApprovalsRequiredFragment, type PositionSwapPositionManagerApproval, PositionSwapPositionManagerApprovalFragment, type PositionSwapSetCollateralApproval, PositionSwapSetCollateralApprovalFragment, type PreContractActionRequired, PreContractActionRequiredFragment, PreparePositionSwapQuery, type PreparePositionSwapRequest, type PreparePositionSwapResult, PreparePositionSwapResultFragment, PrepareSwapCancelQuery, type PrepareSwapCancelRequest, type PrepareSwapCancelResult, PrepareSwapCancelResultFragment, type PrepareSwapOrder, PrepareSwapOrderFragment, PrepareTokenSwapQuery, type PrepareTokenSwapRequest, type PrepareTokenSwapResult, PrepareTokenSwapResultFragment, type PreviewAction, type PreviewBorrowPoints, PreviewBorrowPointsFragment, type PreviewMerklBorrowReward, PreviewMerklBorrowRewardFragment, type PreviewMerklSupplyReward, PreviewMerklSupplyRewardFragment, PreviewQuery, type PreviewRequest, type PreviewReward, PreviewRewardFragment, type PreviewRewardOutcome, PreviewRewardOutcomeFragment, type PreviewSupplyPoints, PreviewSupplyPointsFragment, type PreviewUserPosition, PreviewUserPositionFragment, ProtocolHistoryQuery, type ProtocolHistoryRequest, type ProtocolHistorySample, ProtocolHistorySampleFragment, QuoteAccuracy, RenounceSpokeUserPositionManagerQuery, type RenounceSpokeUserPositionManagerRequest, type RepayActivity, RepayActivityFragment, type RepayAmountInputWithPermit, type RepayErc20AmountInputWithPermit, RepayQuery, type RepayRequest, type RepaySignedPermitInput, type RepayWithSupply, type RepayWithSupplyActivity, RepayWithSupplyActivityFragment, RepayWithSupplyFragment, RepayWithSupplyKind, RepayWithSupplyQuoteQuery, type RepayWithSupplyQuoteRequest, type RepayWithSupplyQuoteResult, RepayWithSupplyQuoteResultFragment, type RequestOf, type Reserve, type ReserveAmountInput, type ReserveAmountInputWithPermit, type ReserveErc20AmountInput, type ReserveErc20AmountInputWithPermit, ReserveFragment, type ReserveHolder, ReserveHolderFragment, ReserveHoldersFilter, type ReserveHoldersOrderBy, ReserveHoldersQuery, type ReserveHoldersRequest, type ReserveId, type ReserveIdParts, type ReserveInfo, ReserveInfoFragment, type ReserveInput, ReserveQuery, type ReserveRequest, type ReserveRequestQuery, type ReserveSettings, ReserveSettingsFragment, type ReserveStatus, ReserveStatusFragment, type ReserveSummary, ReserveSummaryFragment, type ReserveUserState, ReserveUserStateFragment, ReservesQuery, type ReservesRequest, ReservesRequestFilter, type ReservesRequestOrderBy, type ReservesRequestQuery, type Reward, RewardFragment, type RewardId, SetSpokeUserPositionManagerQuery, type SetSpokeUserPositionManagerRequest, SetUserSuppliesAsCollateralQuery, type SetUserSuppliesAsCollateralRequest, type Spoke, SpokeFragment, type SpokeId, type SpokeIdParts, type SpokeInput, type SpokePositionManager, SpokePositionManagerFragment, SpokePositionManagersQuery, type SpokePositionManagersRequest, SpokeQuery, type SpokeRequest, type SpokeRequestQuery, type SpokeTokenInput, type SpokeUserPositionManager, SpokeUserPositionManagerFragment, SpokeUserPositionManagersQuery, type SpokeUserPositionManagersRequest, SpokesQuery, type SpokesRequest, type SpokesRequestQuery, type StableVault, type StableVaultAmountInput, type StableVaultAssignRateInput, StableVaultAssignRateQuery, type StableVaultAssignRateRequest, StableVaultClaimStatus, type StableVaultClaimStatusInput, StableVaultClaimStatusQuery, type StableVaultClaimStatusRequest, type StableVaultClaimSurplusInput, StableVaultClaimSurplusQuery, type StableVaultClaimSurplusRequest, type StableVaultDepositExecutionPlan, StableVaultDepositExecutionPlanFragment, type StableVaultDepositInput, StableVaultDepositQuery, type StableVaultDepositRequest, StableVaultFragment, type StableVaultId, type StableVaultInput, type StableVaultMovementsInput, StableVaultMovementsQuery, type StableVaultMovementsRequest, type StableVaultPendingAvailability, StableVaultPendingAvailabilityFragment, StableVaultQuery, type StableVaultRateUsersInput, StableVaultRateUsersQuery, type StableVaultRateUsersRequest, type StableVaultRates, StableVaultRatesFragment, type StableVaultRequest, type StableVaultRequestInput, type StableVaultSummary, StableVaultSummaryFragment, type StableVaultUnassignRateInput, StableVaultUnassignRateQuery, type StableVaultUnassignRateRequest, type StableVaultUserPosition, StableVaultUserPositionFragment, type StableVaultUserPositionId, type StableVaultUserPositionsInput, StableVaultUserPositionsQuery, type StableVaultUserPositionsRequest, type StableVaultUserPositionsRequestFilter, type StableVaultWithdrawClaim, StableVaultWithdrawClaimFragment, type StableVaultWithdrawClaimId, type StableVaultWithdrawExecutionPlan, StableVaultWithdrawExecutionPlanFragment, type StableVaultWithdrawInput, StableVaultWithdrawQuery, type StableVaultWithdrawRedeemExecutionPlan, StableVaultWithdrawRedeemExecutionPlanFragment, type StableVaultWithdrawRedeemInput, StableVaultWithdrawRedeemMutation, type StableVaultWithdrawRedeemRequest, type StableVaultWithdrawRequest, StableVaultsQuery, type StableVaultsRequest, type StableVaultsRequestInput, type SupplyActivity, SupplyActivityFragment, SupplyApyHistoryQuery, type SupplyApyHistoryRequest, type SupplyPoints, SupplyPointsFragment, SupplyQuery, type SupplyRequest, type SupplySwap, type SupplySwapActivity, SupplySwapActivityFragment, SupplySwapFragment, SupplySwapKind, SupplySwapQuoteQuery, type SupplySwapQuoteRequest, type SupplySwapQuoteResult, SupplySwapQuoteResultFragment, type SurplusClaim, SwapActivityStatus, type SwapByIntent, SwapByIntentFragment, type SwapByIntentInput, type SwapByIntentWithApprovalRequired, SwapByIntentWithApprovalRequiredFragment, type SwapByTransaction, SwapByTransactionFragment, type SwapByTransactionWithApprovalRequired, SwapByTransactionWithApprovalRequiredFragment, type SwapCancelled, SwapCancelledFragment, type SwapCancelledResult, SwapCancelledResultFragment, type SwapErc20Input, type SwapExecutionPlan, SwapExecutionPlanFragment, type SwapExpired, SwapExpiredFragment, type SwapFulfilled, SwapFulfilledFragment, type SwapId, SwapMutation, type SwapOpen, SwapOpenFragment, type SwapOperation, SwapOperationFragment, SwapOrderClass, type SwapPendingSignature, SwapPendingSignatureFragment, type SwapQuote, type SwapQuoteCosts, SwapQuoteCostsFragment, SwapQuoteFragment, type SwapQuoteId, type SwapReceipt, SwapReceiptFragment, type SwapRequest, type SwapStatus, SwapStatusFilter, SwapStatusFragment, SwapStatusQuery, type SwapStatusRequest, type SwapTokenInput, type SwapTransactionRequest, SwapTransactionRequestFragment, type SwapTypedData, SwapTypedDataFragment, type SwapWithTransactionInput, type SwappableTokenInput, SwappableTokensQuery, type SwappableTokensRequest, type SwappableTokensRequestQuery, TimeWindow, type Token, type TokenAmount, TokenAmountFragment, TokenCategory, TokenFragment, type TokenInfo, TokenInfoFragment, type TokenInfoId, type TokenInput, type TokenMovement, type TokenMovementAllocate, TokenMovementAllocateFragment, type TokenMovementBridgeIn, TokenMovementBridgeInFragment, type TokenMovementBridgeOut, TokenMovementBridgeOutFragment, type TokenMovementDeallocate, TokenMovementDeallocateFragment, TokenMovementFragment, type TokenMovementId, type TokenMovementRebalance, TokenMovementRebalanceFragment, type TokenMovementRecord, TokenMovementRecordFragment, TokenMovementStatus, type TokenMovementSwap, TokenMovementSwapFragment, type TokenSwap, type TokenSwapActivity, TokenSwapActivityFragment, TokenSwapFragment, TokenSwapKind, TokenSwapQuoteQuery, type TokenSwapQuoteRequest, type TokenSwapQuoteResult, TokenSwapQuoteResultFragment, type TransactionRequest, TransactionRequestFragment, type TxHashInput, UpdateUserPositionConditionsQuery, type UpdateUserPositionConditionsRequest, type UpdatedDynamicConfigActivity, UpdatedDynamicConfigActivityFragment, type UpdatedRiskPremiumActivity, UpdatedRiskPremiumActivityFragment, type UserBalance, UserBalanceFragment, type UserBalanceId, type UserBalancesByChains, type UserBalancesByHub, type UserBalancesByHubId, type UserBalancesBySpoke, type UserBalancesByTokens, type UserBalancesByUserPosition, UserBalancesQuery, type UserBalancesRequest, type UserBalancesRequestFilter, type UserBalancesRequestOrderBy, type UserBorrowItem, UserBorrowItemFragment, type UserBorrowItemId, UserBorrowsQuery, type UserBorrowsRequest, type UserBorrowsRequestOrderBy, type UserBorrowsRequestQuery, type UserChains, type UserClaimableReward, UserClaimableRewardFragment, UserClaimableRewardsQuery, type UserClaimableRewardsRequest, type UserHub, type UserHubInput, type UserMerklClaimableReward, UserMerklClaimableRewardFragment, type UserPosition, type UserPositionConditionVariation, UserPositionConditionVariationFragment, UserPositionConditionsUpdate, UserPositionFragment, type UserPositionId, type UserPositionIdParts, UserPositionQuery, type UserPositionRequest, type UserPositionRiskPremium, UserPositionRiskPremiumFragment, UserPositionsQuery, type UserPositionsRequest, type UserPositionsRequestFilter, type UserPositionsRequestOrderBy, type UserRiskPremiumBreakdownItem, UserRiskPremiumBreakdownItemFragment, UserRiskPremiumBreakdownQuery, type UserRiskPremiumBreakdownRequest, type UserRiskPremiumBreakdownRequestQuery, type UserSpokeInput, type UserSummary, type UserSummaryFilter, UserSummaryFragment, type UserSummaryHistoryItem, UserSummaryHistoryItemFragment, UserSummaryHistoryQuery, type UserSummaryHistoryRequest, UserSummaryQuery, type UserSummaryRequest, UserSuppliesQuery, type UserSuppliesRequest, type UserSuppliesRequestOrderBy, type UserSuppliesRequestQuery, type UserSupplyAsCollateral, type UserSupplyItem, UserSupplyItemFragment, type UserSupplyItemId, UserSwapsQuery, type UserSwapsRequest, type UserToken, type UsingAsCollateralActivity, UsingAsCollateralActivityFragment, type WithdrawActivity, WithdrawActivityFragment, WithdrawQuery, type WithdrawRequest, type WithdrawReserveAmountInput, type WithdrawSwap, type WithdrawSwapActivity, WithdrawSwapActivityFragment, WithdrawSwapFragment, WithdrawSwapKind, WithdrawSwapQuoteQuery, type WithdrawSwapQuoteRequest, type WithdrawSwapQuoteResult, WithdrawSwapQuoteResultFragment, assetId, boostedRateId, decodeHubId, decodeReserveId, decodeSpokeId, decodeUserPositionId, encodeHubId, encodeReserveId, encodeSpokeId, encodeUserPositionId, graphql, hubAssetId, hubId, isChainIdsVariant, isERC20PermitSignature, isHubInputVariant, isReserveInputVariant, isSpokeInputVariant, isTokensVariant, isTxHashInputVariant, reserveId, spokeId, stableVaultId, stableVaultUserPositionId, stableVaultWithdrawClaimId, swapId, swapQuoteId, tokenInfoId, tokenMovementId, userBalanceId, userBorrowItemId, userPositionId, userSupplyItemId };
|
|
211012
|
+
export { ActivitiesQuery, type ActivitiesRequest, type ActivitiesRequestQuery, type ActivityItem, ActivityItemFragment, ActivityType, type AmountInput, ApyMetric, type ApySample, ApySampleFragment, type Asset, type AssetAmountWithChange, AssetAmountWithChangeFragment, AssetBorrowHistoryQuery, type AssetBorrowHistoryRequest, type AssetBorrowHistoryRequestQuery, type AssetBorrowSample, AssetBorrowSampleFragment, AssetFragment, type AssetId, AssetPriceHistoryQuery, type AssetPriceHistoryRequest, type AssetPriceHistoryRequestQuery, type AssetPriceSample, AssetPriceSampleFragment, AssetQuery, type AssetRequest, type AssetRequestQuery, type AssetSampleBreakdown, AssetSampleBreakdownFragment, type AssetSummary, AssetSummaryFragment, AssetSupplyHistoryQuery, type AssetSupplyHistoryRequest, type AssetSupplyHistoryRequestQuery, type AssetSupplySample, AssetSupplySampleFragment, type Base64EncodedCompositeId, type BoostedRate, BoostedRateFragment, type BoostedRateId, type BorrowActivity, BorrowActivityFragment, BorrowApyHistoryQuery, type BorrowApyHistoryRequest, type BorrowPoints, BorrowPointsFragment, BorrowQuery, type BorrowRequest, type BorrowSwap, type BorrowSwapActivity, BorrowSwapActivityFragment, BorrowSwapFragment, BorrowSwapKind, BorrowSwapQuoteQuery, type BorrowSwapQuoteRequest, type BorrowSwapQuoteResult, BorrowSwapQuoteResultFragment, type CancelIntentSwapInput, type CancelSwapExecutionPlan, CancelSwapExecutionPlanFragment, CancelSwapMutation, type CancelSwapRequest, type Chain, ChainFragment, ChainQuery, type ChainRequest, type ChainTokenCategories, type ChainTokenInput, ChainsFilter, ChainsQuery, type ChainsRequest, type ChainsRequestQuery, ClaimRewardsQuery, type ClaimRewardsRequest, type CollateralFactorVariation, CollateralFactorVariationFragment, CollateralMetric, Currency, type DecimalNumber, DecimalNumberFragment, type DecimalNumberWithChange, DecimalNumberWithChangeFragment, type DomainData, DomainDataFragment, type ERC20PermitSignature, type Erc20Amount, Erc20AmountFragment, type Erc20Approval, Erc20ApprovalFragment, type Erc20ApprovalRequired, Erc20ApprovalRequiredFragment, type Erc20Input, type Erc20Token, Erc20TokenFragment, type ExchangeAmount, ExchangeAmountFragment, type ExchangeAmountVariation, ExchangeAmountVariationFragment, type ExchangeAmountWithChange, ExchangeAmountWithChangeFragment, ExchangeRateQuery, type ExchangeRateRequest, type ExchangeRateRequestFrom, type ExecutionPlan, ExecutionPlanFragment, type ExtendWithOpaqueVariant, type FragmentDocumentFor, type FromQuoteDebtSwapQuoteInput, type FromQuoteRepayWithSupplyQuoteInput, type FromQuoteSupplySwapQuoteInput, type FromQuoteWithdrawSwapQuoteInput, HasProcessedKnownTransactionQuery, type HasProcessedKnownTransactionRequest, type HealthFactorError, HealthFactorErrorFragment, type HealthFactorResult, HealthFactorResultFragment, type HealthFactorVariation, HealthFactorVariationFragment, type HealthFactorWithChange, HealthFactorWithChangeFragment, HealthQuery, type Hub, type HubAsset, HubAssetFragment, type HubAssetId, type HubAssetInterestRateModelPoint, HubAssetInterestRateModelPointFragment, HubAssetInterestRateModelQuery, type HubAssetInterestRateModelRequest, type HubAssetInterestRateModelRequestQuery, type HubAssetSettings, HubAssetSettingsFragment, type HubAssetSummary, HubAssetSummaryFragment, type HubAssetUserState, HubAssetUserStateFragment, HubAssetsQuery, type HubAssetsRequest, type HubAssetsRequestOrderBy, type HubAssetsRequestQuery, HubFragment, type HubId, type HubIdParts, type HubIdTokenInput, type HubInput, HubQuery, type HubRequest, type HubRequestQuery, type HubSummary, HubSummaryFragment, HubSummaryHistoryQuery, type HubSummaryHistoryRequest, type HubSummaryHistoryRequestQuery, type HubSummarySample, HubSummarySampleFragment, type HubTokenInput, HubsQuery, type HubsRequest, type HubsRequestOrderBy, type HubsRequestQuery, type ID, type InsufficientBalanceError, InsufficientBalanceErrorFragment, type InsufficientLiquidityError, InsufficientLiquidityErrorFragment, type LimitDebtSwapQuoteInput, type LimitOrderTokenSwapQuoteInput, type LimitRepayWithSupplyQuoteInput, type LimitSupplySwapQuoteInput, type LimitWithdrawSwapQuoteInput, type LiquidateExactAmountWithPermit, type LiquidatePositionDebtAmount, type LiquidatePositionExecutionPlan, LiquidatePositionExecutionPlanFragment, LiquidatePositionQuery, type LiquidatePositionRequest, type LiquidatedActivity, LiquidatedActivityFragment, type LiquidationFeeVariation, LiquidationFeeVariationFragment, type MarketDebtSwapQuoteInput, type MarketOrderTokenSwapFromQuoteInput, type MarketOrderTokenSwapQuoteInput, type MarketRepayWithSupplyQuoteInput, type MarketSupplySwapQuoteInput, type MarketWithdrawSwapQuoteInput, type MaxLiquidationBonusVariation, MaxLiquidationBonusVariationFragment, type MerklBorrowReward, MerklBorrowRewardFragment, type MerklCriteria, MerklCriteriaFragment, type MerklGenericCriteria, MerklGenericCriteriaFragment, type MerklSupplyReward, MerklSupplyRewardFragment, type NativeAmount, NativeAmountFragment, type NativeToken, NativeTokenFragment, type OnChainHubAssetId, type OnChainReserveId, type OpaqueEnumVariant, OperationType, OrderDirection, PageSize, type PaginatedActivitiesResult, PaginatedActivitiesResultFragment, type PaginatedReserveHoldersResult, type PaginatedResultInfo, PaginatedResultInfoFragment, type PaginatedSpokePositionManagerResult, PaginatedSpokePositionManagerResultFragment, type PaginatedSpokeUserPositionManagerResult, PaginatedSpokeUserPositionManagerResultFragment, type PaginatedStableVaultMovementsResult, PaginatedStableVaultMovementsResultFragment, type PaginatedStableVaultRateUsersResult, PaginatedStableVaultRateUsersResultFragment, type PaginatedUserSwapsResult, PaginatedUserSwapsResultFragment, type PercentNumber, type PercentNumberChangeSnapshot, PercentNumberChangeSnapshotFragment, PercentNumberFragment, type PercentNumberVariation, PercentNumberVariationFragment, type PercentNumberWithChange, PercentNumberWithChangeFragment, type PermitTypedData, PermitTypedDataFragment, type PointsCriteria, PointsCriteriaFragment, type PointsGenericCriteria, PointsGenericCriteriaFragment, type PointsProgram, PointsProgramFragment, type PositionAmount, PositionAmountFragment, type PositionSwapAdapterContractApproval, PositionSwapAdapterContractApprovalFragment, type PositionSwapApproval, PositionSwapApprovalFragment, type PositionSwapByIntentApprovalsRequired, PositionSwapByIntentApprovalsRequiredFragment, type PositionSwapPositionManagerApproval, PositionSwapPositionManagerApprovalFragment, type PositionSwapSetCollateralApproval, PositionSwapSetCollateralApprovalFragment, type PreContractActionRequired, PreContractActionRequiredFragment, PreparePositionSwapQuery, type PreparePositionSwapRequest, type PreparePositionSwapResult, PreparePositionSwapResultFragment, PrepareSwapCancelQuery, type PrepareSwapCancelRequest, type PrepareSwapCancelResult, PrepareSwapCancelResultFragment, type PrepareSwapOrder, PrepareSwapOrderFragment, PrepareTokenSwapQuery, type PrepareTokenSwapRequest, type PrepareTokenSwapResult, PrepareTokenSwapResultFragment, type PreviewAction, type PreviewBorrowPoints, PreviewBorrowPointsFragment, type PreviewMerklBorrowReward, PreviewMerklBorrowRewardFragment, type PreviewMerklSupplyReward, PreviewMerklSupplyRewardFragment, PreviewQuery, type PreviewRequest, type PreviewReward, PreviewRewardFragment, type PreviewRewardOutcome, PreviewRewardOutcomeFragment, type PreviewSupplyPoints, PreviewSupplyPointsFragment, type PreviewUserPosition, PreviewUserPositionFragment, ProtocolHistoryQuery, type ProtocolHistoryRequest, type ProtocolHistorySample, ProtocolHistorySampleFragment, QuoteAccuracy, RenounceSpokeUserPositionManagerQuery, type RenounceSpokeUserPositionManagerRequest, type RepayActivity, RepayActivityFragment, type RepayAmountInputWithPermit, type RepayErc20AmountInputWithPermit, RepayQuery, type RepayRequest, type RepaySignedPermitInput, type RepayWithSupply, type RepayWithSupplyActivity, RepayWithSupplyActivityFragment, RepayWithSupplyFragment, RepayWithSupplyKind, RepayWithSupplyQuoteQuery, type RepayWithSupplyQuoteRequest, type RepayWithSupplyQuoteResult, RepayWithSupplyQuoteResultFragment, type RequestOf, type Reserve, type ReserveAmountInput, type ReserveAmountInputWithPermit, type ReserveErc20AmountInput, type ReserveErc20AmountInputWithPermit, ReserveFragment, type ReserveHolder, ReserveHolderFragment, ReserveHoldersFilter, type ReserveHoldersOrderBy, ReserveHoldersQuery, type ReserveHoldersRequest, type ReserveId, type ReserveIdParts, type ReserveInfo, ReserveInfoFragment, type ReserveInput, ReserveQuery, type ReserveRequest, type ReserveRequestQuery, type ReserveSettings, ReserveSettingsFragment, type ReserveStatus, ReserveStatusFragment, type ReserveSummary, ReserveSummaryFragment, type ReserveUserState, ReserveUserStateFragment, ReservesQuery, type ReservesRequest, ReservesRequestFilter, type ReservesRequestOrderBy, type ReservesRequestQuery, type Reward, RewardFragment, type RewardId, SetSpokeUserPositionManagerQuery, type SetSpokeUserPositionManagerRequest, SetUserSuppliesAsCollateralQuery, type SetUserSuppliesAsCollateralRequest, type Spoke, SpokeFragment, type SpokeId, type SpokeIdParts, type SpokeInput, type SpokeLiquidationConfig, SpokeLiquidationConfigFragment, type SpokePositionManager, SpokePositionManagerFragment, SpokePositionManagersQuery, type SpokePositionManagersRequest, SpokeQuery, type SpokeRequest, type SpokeRequestQuery, type SpokeTokenInput, type SpokeUserPositionManager, SpokeUserPositionManagerFragment, SpokeUserPositionManagersQuery, type SpokeUserPositionManagersRequest, SpokesQuery, type SpokesRequest, type SpokesRequestQuery, type StableVault, type StableVaultAmountInput, type StableVaultAssignRateInput, StableVaultAssignRateQuery, type StableVaultAssignRateRequest, StableVaultClaimStatus, type StableVaultClaimStatusInput, StableVaultClaimStatusQuery, type StableVaultClaimStatusRequest, type StableVaultClaimSurplusInput, StableVaultClaimSurplusQuery, type StableVaultClaimSurplusRequest, type StableVaultDepositExecutionPlan, StableVaultDepositExecutionPlanFragment, type StableVaultDepositInput, StableVaultDepositQuery, type StableVaultDepositRequest, StableVaultFragment, type StableVaultId, type StableVaultInput, type StableVaultMovementsInput, StableVaultMovementsQuery, type StableVaultMovementsRequest, type StableVaultPendingAvailability, StableVaultPendingAvailabilityFragment, StableVaultQuery, type StableVaultRateUsersInput, StableVaultRateUsersQuery, type StableVaultRateUsersRequest, type StableVaultRates, StableVaultRatesFragment, type StableVaultRequest, type StableVaultRequestInput, type StableVaultSummary, StableVaultSummaryFragment, type StableVaultUnassignRateInput, StableVaultUnassignRateQuery, type StableVaultUnassignRateRequest, type StableVaultUserPosition, StableVaultUserPositionFragment, type StableVaultUserPositionId, type StableVaultUserPositionsInput, StableVaultUserPositionsQuery, type StableVaultUserPositionsRequest, type StableVaultUserPositionsRequestFilter, type StableVaultWithdrawClaim, StableVaultWithdrawClaimFragment, type StableVaultWithdrawClaimId, type StableVaultWithdrawExecutionPlan, StableVaultWithdrawExecutionPlanFragment, type StableVaultWithdrawInput, StableVaultWithdrawQuery, type StableVaultWithdrawRedeemExecutionPlan, StableVaultWithdrawRedeemExecutionPlanFragment, type StableVaultWithdrawRedeemInput, StableVaultWithdrawRedeemMutation, type StableVaultWithdrawRedeemRequest, type StableVaultWithdrawRequest, StableVaultsQuery, type StableVaultsRequest, type StableVaultsRequestInput, type SupplyActivity, SupplyActivityFragment, SupplyApyHistoryQuery, type SupplyApyHistoryRequest, type SupplyPoints, SupplyPointsFragment, SupplyQuery, type SupplyRequest, type SupplySwap, type SupplySwapActivity, SupplySwapActivityFragment, SupplySwapFragment, SupplySwapKind, SupplySwapQuoteQuery, type SupplySwapQuoteRequest, type SupplySwapQuoteResult, SupplySwapQuoteResultFragment, type SurplusClaim, SwapActivityStatus, type SwapByIntent, SwapByIntentFragment, type SwapByIntentInput, type SwapByIntentWithApprovalRequired, SwapByIntentWithApprovalRequiredFragment, type SwapByTransaction, SwapByTransactionFragment, type SwapByTransactionWithApprovalRequired, SwapByTransactionWithApprovalRequiredFragment, type SwapCancelled, SwapCancelledFragment, type SwapCancelledResult, SwapCancelledResultFragment, type SwapErc20Input, type SwapExecutionPlan, SwapExecutionPlanFragment, type SwapExpired, SwapExpiredFragment, type SwapFulfilled, SwapFulfilledFragment, type SwapId, SwapMutation, type SwapOpen, SwapOpenFragment, type SwapOperation, SwapOperationFragment, SwapOrderClass, type SwapPendingSignature, SwapPendingSignatureFragment, type SwapQuote, type SwapQuoteCosts, SwapQuoteCostsFragment, SwapQuoteFragment, type SwapQuoteId, type SwapReceipt, SwapReceiptFragment, type SwapRequest, type SwapStatus, SwapStatusFilter, SwapStatusFragment, SwapStatusQuery, type SwapStatusRequest, type SwapTokenInput, type SwapTransactionRequest, SwapTransactionRequestFragment, type SwapTypedData, SwapTypedDataFragment, type SwapWithTransactionInput, type SwappableTokenInput, SwappableTokensQuery, type SwappableTokensRequest, type SwappableTokensRequestQuery, TimeWindow, type Token, type TokenAmount, TokenAmountFragment, TokenCategory, TokenFragment, type TokenInfo, TokenInfoFragment, type TokenInfoId, type TokenInput, type TokenMovement, type TokenMovementAllocate, TokenMovementAllocateFragment, type TokenMovementBridgeIn, TokenMovementBridgeInFragment, type TokenMovementBridgeOut, TokenMovementBridgeOutFragment, type TokenMovementDeallocate, TokenMovementDeallocateFragment, TokenMovementFragment, type TokenMovementId, type TokenMovementRebalance, TokenMovementRebalanceFragment, type TokenMovementRecord, TokenMovementRecordFragment, TokenMovementStatus, type TokenMovementSwap, TokenMovementSwapFragment, type TokenSwap, type TokenSwapActivity, TokenSwapActivityFragment, TokenSwapFragment, TokenSwapKind, TokenSwapQuoteQuery, type TokenSwapQuoteRequest, type TokenSwapQuoteResult, TokenSwapQuoteResultFragment, type TransactionRequest, TransactionRequestFragment, type TxHashInput, UpdateUserPositionConditionsQuery, type UpdateUserPositionConditionsRequest, type UpdatedDynamicConfigActivity, UpdatedDynamicConfigActivityFragment, type UpdatedRiskPremiumActivity, UpdatedRiskPremiumActivityFragment, type UserBalance, UserBalanceFragment, type UserBalanceId, type UserBalancesByChains, type UserBalancesByHub, type UserBalancesByHubId, type UserBalancesBySpoke, type UserBalancesByTokens, type UserBalancesByUserPosition, UserBalancesQuery, type UserBalancesRequest, type UserBalancesRequestFilter, type UserBalancesRequestOrderBy, type UserBorrowItem, UserBorrowItemFragment, type UserBorrowItemId, UserBorrowsQuery, type UserBorrowsRequest, type UserBorrowsRequestOrderBy, type UserBorrowsRequestQuery, type UserChains, type UserClaimableReward, UserClaimableRewardFragment, UserClaimableRewardsQuery, type UserClaimableRewardsRequest, type UserHub, type UserHubInput, type UserMerklClaimableReward, UserMerklClaimableRewardFragment, type UserPosition, type UserPositionConditionVariation, UserPositionConditionVariationFragment, UserPositionConditionsUpdate, UserPositionFragment, type UserPositionId, type UserPositionIdParts, UserPositionQuery, type UserPositionRequest, type UserPositionRiskPremium, UserPositionRiskPremiumFragment, UserPositionsQuery, type UserPositionsRequest, type UserPositionsRequestFilter, type UserPositionsRequestOrderBy, type UserRiskPremiumBreakdownItem, UserRiskPremiumBreakdownItemFragment, UserRiskPremiumBreakdownQuery, type UserRiskPremiumBreakdownRequest, type UserRiskPremiumBreakdownRequestQuery, type UserSpokeInput, type UserSummary, type UserSummaryFilter, UserSummaryFragment, type UserSummaryHistoryItem, UserSummaryHistoryItemFragment, UserSummaryHistoryQuery, type UserSummaryHistoryRequest, UserSummaryQuery, type UserSummaryRequest, UserSuppliesQuery, type UserSuppliesRequest, type UserSuppliesRequestOrderBy, type UserSuppliesRequestQuery, type UserSupplyAsCollateral, type UserSupplyItem, UserSupplyItemFragment, type UserSupplyItemId, UserSwapsQuery, type UserSwapsRequest, type UserToken, type UsingAsCollateralActivity, UsingAsCollateralActivityFragment, type WithdrawActivity, WithdrawActivityFragment, WithdrawQuery, type WithdrawRequest, type WithdrawReserveAmountInput, type WithdrawSwap, type WithdrawSwapActivity, WithdrawSwapActivityFragment, WithdrawSwapFragment, WithdrawSwapKind, WithdrawSwapQuoteQuery, type WithdrawSwapQuoteRequest, type WithdrawSwapQuoteResult, WithdrawSwapQuoteResultFragment, assetId, boostedRateId, decodeHubId, decodeReserveId, decodeSpokeId, decodeUserPositionId, encodeHubId, encodeReserveId, encodeSpokeId, encodeUserPositionId, graphql, hubAssetId, hubId, isChainIdsVariant, isERC20PermitSignature, isHubInputVariant, isReserveInputVariant, isSpokeInputVariant, isTokensVariant, isTxHashInputVariant, reserveId, spokeId, stableVaultId, stableVaultUserPositionId, stableVaultWithdrawClaimId, swapId, swapQuoteId, tokenInfoId, tokenMovementId, userBalanceId, userBorrowItemId, userPositionId, userSupplyItemId };
|