@aave/graphql 1.0.0-next.15 → 1.0.0-next.17
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 +160 -153
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16025 -11881
- package/dist/index.d.ts +16025 -11881
- package/dist/index.js +160 -153
- 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 +45 -29
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';var gql_tada=require('gql.tada'),types=require('@aave/types');var Pe=(r=>(r.Asc="ASC",r.Desc="DESC",r))(Pe||{}),Fe=(r=>(r.Ten="TEN",r.Fifty="FIFTY",r))(Fe||{}),Ie=(w=>(w.LastDay="LAST_DAY",w.LastWeek="LAST_WEEK",w.LastMonth="LAST_MONTH",w.LastSixMonths="LAST_SIX_MONTHS",w.LastYear="LAST_YEAR",w.All="ALL",w))(Ie||{}),Te=(l=>(l.SpokeBorrow="SPOKE_BORROW",l.SpokeRepay="SPOKE_REPAY",l.SpokeSupply="SPOKE_SUPPLY",l.SpokeWithdraw="SPOKE_WITHDRAW",l.SpokeUpdateUserRiskPremium="SPOKE_UPDATE_USER_RISK_PREMIUM",l.SpokeUpdateUserDynamicConfig="SPOKE_UPDATE_USER_DYNAMIC_CONFIG",l.SpokeSetUserUsingAsCollateral="SPOKE_SET_USER_USING_AS_COLLATERAL",l.SpokeSetUserPositionManager="SPOKE_SET_USER_POSITION_MANAGER",l.RenounceSpokeUserPositionManager="RENOUNCE_SPOKE_USER_POSITION_MANAGER",l.Liquidation="LIQUIDATION",l))(Te||{}),
|
|
1
|
+
'use strict';var gql_tada=require('gql.tada'),types=require('@aave/types');var Pe=(r=>(r.Asc="ASC",r.Desc="DESC",r))(Pe||{}),Fe=(r=>(r.Ten="TEN",r.Fifty="FIFTY",r))(Fe||{}),Ie=(w=>(w.LastDay="LAST_DAY",w.LastWeek="LAST_WEEK",w.LastMonth="LAST_MONTH",w.LastSixMonths="LAST_SIX_MONTHS",w.LastYear="LAST_YEAR",w.All="ALL",w))(Ie||{}),Te=(l=>(l.SpokeBorrow="SPOKE_BORROW",l.SpokeRepay="SPOKE_REPAY",l.SpokeSupply="SPOKE_SUPPLY",l.SpokeWithdraw="SPOKE_WITHDRAW",l.SpokeUpdateUserRiskPremium="SPOKE_UPDATE_USER_RISK_PREMIUM",l.SpokeUpdateUserDynamicConfig="SPOKE_UPDATE_USER_DYNAMIC_CONFIG",l.SpokeSetUserUsingAsCollateral="SPOKE_SET_USER_USING_AS_COLLATERAL",l.SpokeSetUserPositionManager="SPOKE_SET_USER_POSITION_MANAGER",l.RenounceSpokeUserPositionManager="RENOUNCE_SPOKE_USER_POSITION_MANAGER",l.Liquidation="LIQUIDATION",l))(Te||{}),be=(n=>(n.TESTNET_ONLY="TESTNET_ONLY",n.MAINNET_ONLY="MAINNET_ONLY",n.ALL="ALL",n))(be||{}),ke=(n=>(n.Active="ACTIVE",n.Frozen="FROZEN",n.Paused="PAUSED",n))(ke||{}),Ee=(f=>(f.Borrow="BORROW",f.Supply="SUPPLY",f.Withdraw="WITHDRAW",f.Repay="REPAY",f.Liquidated="LIQUIDATED",f.SetAsCollateral="SET_AS_COLLATERAL",f.UpdatedDynamicConfig="UPDATED_DYNAMIC_CONFIG",f.UpdatedRiskPremium="UPDATED_RISK_PREMIUM",f))(Ee||{}),ve=(n=>(n.Highest="HIGHEST",n.Lowest="LOWEST",n.Average="AVERAGE",n))(ve||{}),Ue=(r=>(r.Highest="HIGHEST",r.Lowest="LOWEST",r))(Ue||{}),Ce=(n=>(n.Usd="USD",n.Eur="EUR",n.Gbp="GBP",n))(Ce||{}),Oe=(S=>(S.Supply="SUPPLY",S.Borrow="BORROW",S.Collateral="COLLATERAL",S.All="ALL",S))(Oe||{}),Be=(r=>(r.Buy="BUY",r.Sell="SELL",r))(Be||{}),He=(r=>(r.Current="CURRENT",r.New="NEW",r))(He||{}),Qe=(r=>(r.Repay="REPAY",r.Supply="SUPPLY",r))(Qe||{}),_e=(r=>(r.Current="CURRENT",r.New="NEW",r))(_e||{}),$e=(r=>(r.Withdraw="WITHDRAW",r.Buy="BUY",r))($e||{}),Ne=(P=>(P.Cancelled="CANCELLED",P.Expired="EXPIRED",P.Fulfilled="FULFILLED",P.Open="OPEN",P.PendingSignature="PENDING_SIGNATURE",P))(Ne||{}),We=(r=>(r.Stablecoin="STABLECOIN",r.EthCorrelated="ETH_CORRELATED",r))(We||{}),De=(r=>(r.AllDynamicConfig="ALL_DYNAMIC_CONFIG",r.JustRiskPremium="JUST_RISK_PREMIUM",r))(De||{});var e=gql_tada.initGraphQLTada();var v=e(`fragment DomainData on DomainData {
|
|
2
2
|
name
|
|
3
3
|
version
|
|
4
4
|
chainId
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
onChainValue
|
|
9
9
|
decimals
|
|
10
10
|
value
|
|
11
|
-
}`),
|
|
11
|
+
}`),a=e(`fragment PercentNumber on PercentNumber {
|
|
12
12
|
__typename
|
|
13
13
|
onChainValue
|
|
14
14
|
decimals
|
|
15
15
|
value
|
|
16
16
|
normalized
|
|
17
|
-
}`),
|
|
17
|
+
}`),K=e(`fragment DecimalNumberWithChange on DecimalNumberWithChange {
|
|
18
18
|
__typename
|
|
19
19
|
current {
|
|
20
20
|
...DecimalNumber
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
change(window: $timeWindow) {
|
|
23
23
|
...PercentNumber
|
|
24
24
|
}
|
|
25
|
-
}`,[c,
|
|
25
|
+
}`,[c,a]),u=e(`fragment ExchangeAmount on ExchangeAmount {
|
|
26
26
|
__typename
|
|
27
27
|
value
|
|
28
28
|
name
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
isWrappedNativeToken
|
|
65
65
|
permitSupported
|
|
66
|
-
}`,[F,o]),
|
|
66
|
+
}`,[F,o]),G=e(`fragment NativeToken on NativeToken {
|
|
67
67
|
__typename
|
|
68
68
|
info {
|
|
69
69
|
...TokenInfo
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
exchangeRate(currency: $currency){
|
|
86
86
|
...DecimalNumber
|
|
87
87
|
}
|
|
88
|
-
}`,[y,c,u]),
|
|
88
|
+
}`,[y,c,u]),Q=e(`fragment NativeAmount on NativeAmount {
|
|
89
89
|
__typename
|
|
90
90
|
token {
|
|
91
91
|
...NativeToken
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
exchangeRate(currency: $currency){
|
|
100
100
|
...DecimalNumber
|
|
101
101
|
}
|
|
102
|
-
}`,[
|
|
102
|
+
}`,[G,c,u]),I=e(`fragment TokenAmount on TokenAmount {
|
|
103
103
|
__typename
|
|
104
104
|
... on Erc20Amount {
|
|
105
105
|
...Erc20Amount
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
... on NativeAmount {
|
|
108
108
|
...NativeAmount
|
|
109
109
|
}
|
|
110
|
-
}`,[p,
|
|
110
|
+
}`,[p,Q]),Y=e(`fragment Token on Token {
|
|
111
111
|
__typename
|
|
112
112
|
... on Erc20Token {
|
|
113
113
|
...Erc20Token
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
... on NativeToken {
|
|
116
116
|
...NativeToken
|
|
117
117
|
}
|
|
118
|
-
}`,[y,
|
|
118
|
+
}`,[y,G]),R=e(`fragment ExchangeAmountWithChange on ExchangeAmountWithChange {
|
|
119
119
|
__typename
|
|
120
120
|
current {
|
|
121
121
|
...ExchangeAmount
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
change(window: $timeWindow){
|
|
124
124
|
...PercentNumber
|
|
125
125
|
}
|
|
126
|
-
}`,[u,
|
|
126
|
+
}`,[u,a]),z=e(`fragment PercentNumberWithChange on PercentNumberWithChange {
|
|
127
127
|
__typename
|
|
128
128
|
current {
|
|
129
129
|
...PercentNumber
|
|
@@ -131,11 +131,11 @@
|
|
|
131
131
|
change(window: $timeWindow){
|
|
132
132
|
...PercentNumber
|
|
133
133
|
}
|
|
134
|
-
}`,[
|
|
134
|
+
}`,[a]),A=e(`fragment PaginatedResultInfo on PaginatedResultInfo {
|
|
135
135
|
__typename
|
|
136
136
|
prev
|
|
137
137
|
next
|
|
138
|
-
}`),
|
|
138
|
+
}`),Z=e(`fragment PercentNumberVariation on PercentNumberVariation {
|
|
139
139
|
__typename
|
|
140
140
|
current {
|
|
141
141
|
...PercentNumber
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
after {
|
|
144
144
|
...PercentNumber
|
|
145
145
|
}
|
|
146
|
-
}`,[
|
|
146
|
+
}`,[a]),j=e(`fragment ExchangeAmountVariation on ExchangeAmountVariation {
|
|
147
147
|
__typename
|
|
148
148
|
current {
|
|
149
149
|
...ExchangeAmount
|
|
@@ -151,22 +151,22 @@
|
|
|
151
151
|
after {
|
|
152
152
|
...ExchangeAmount
|
|
153
153
|
}
|
|
154
|
-
}`,[u]),
|
|
154
|
+
}`,[u]),J=e(`fragment HealthFactorWithChange on HealthFactorWithChange {
|
|
155
155
|
__typename
|
|
156
156
|
current
|
|
157
157
|
change(window: $timeWindow) {
|
|
158
158
|
...PercentNumber
|
|
159
159
|
}
|
|
160
|
-
}`,[
|
|
160
|
+
}`,[a]),Me=e(`fragment HealthFactorVariation on HealthFactorVariation {
|
|
161
161
|
__typename
|
|
162
162
|
current
|
|
163
163
|
after
|
|
164
|
-
}`),
|
|
164
|
+
}`),Ve=e(`fragment HealthFactorError on HealthFactorError {
|
|
165
165
|
__typename
|
|
166
166
|
reason
|
|
167
167
|
current
|
|
168
168
|
after
|
|
169
|
-
}`),
|
|
169
|
+
}`),X=e(`fragment HealthFactorResult on HealthFactorResult {
|
|
170
170
|
__typename
|
|
171
171
|
... on HealthFactorVariation {
|
|
172
172
|
...HealthFactorVariation
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
... on HealthFactorError {
|
|
175
175
|
...HealthFactorError
|
|
176
176
|
}
|
|
177
|
-
}`,[Ve
|
|
177
|
+
}`,[Me,Ve]),q=e(`fragment InsufficientBalanceError on InsufficientBalanceError {
|
|
178
178
|
__typename
|
|
179
179
|
required {
|
|
180
180
|
...DecimalNumber
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
available {
|
|
183
183
|
...DecimalNumber
|
|
184
184
|
}
|
|
185
|
-
}`,[c]);var
|
|
185
|
+
}`,[c]);var Ke=e(`fragment HubSummary on HubSummary {
|
|
186
186
|
__typename
|
|
187
187
|
totalBorrowed {
|
|
188
188
|
...ExchangeAmountWithChange
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
utilizationRate {
|
|
200
200
|
...PercentNumber
|
|
201
201
|
}
|
|
202
|
-
}`,[u,R,
|
|
202
|
+
}`,[u,R,a]),T=e(`fragment Hub on Hub {
|
|
203
203
|
__typename
|
|
204
204
|
id
|
|
205
205
|
name
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
summary(currency: $currency) {
|
|
211
211
|
...HubSummary
|
|
212
212
|
}
|
|
213
|
-
}`,[o,
|
|
213
|
+
}`,[o,Ke]);var Ge=e(`fragment HubAssetSummary on HubAssetSummary {
|
|
214
214
|
__typename
|
|
215
215
|
supplied {
|
|
216
216
|
...Erc20Amount
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
utilizationRate {
|
|
234
234
|
...PercentNumber
|
|
235
235
|
}
|
|
236
|
-
}`,[p,
|
|
236
|
+
}`,[p,a]),Ye=e(`fragment HubAssetSettings on HubAssetSettings {
|
|
237
237
|
__typename
|
|
238
238
|
feeReceiver
|
|
239
239
|
liquidityFee {
|
|
@@ -241,12 +241,12 @@
|
|
|
241
241
|
}
|
|
242
242
|
irStrategy
|
|
243
243
|
reinvestmentController
|
|
244
|
-
}`,[
|
|
244
|
+
}`,[a]),ze=e(`fragment HubAssetUserState on HubAssetUserState {
|
|
245
245
|
__typename
|
|
246
246
|
balance {
|
|
247
247
|
...Erc20Amount
|
|
248
248
|
}
|
|
249
|
-
}`,[p]),
|
|
249
|
+
}`,[p]),b=e(`fragment HubAsset on HubAsset {
|
|
250
250
|
__typename
|
|
251
251
|
id
|
|
252
252
|
onchainAssetId
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
userState {
|
|
266
266
|
...HubAssetUserState
|
|
267
267
|
}
|
|
268
|
-
}`,[T,y,Ye,ze
|
|
268
|
+
}`,[T,y,Ge,Ye,ze]);var i=e(`fragment Spoke on Spoke {
|
|
269
269
|
__typename
|
|
270
270
|
id
|
|
271
271
|
name
|
|
@@ -273,12 +273,12 @@
|
|
|
273
273
|
chain {
|
|
274
274
|
...Chain
|
|
275
275
|
}
|
|
276
|
-
}`,[o]),
|
|
276
|
+
}`,[o]),Ze=e(`fragment SpokePositionManager on SpokePositionManger {
|
|
277
277
|
__typename
|
|
278
278
|
address
|
|
279
279
|
active
|
|
280
280
|
name
|
|
281
|
-
}`),
|
|
281
|
+
}`),ee=e(`fragment PaginatedSpokePositionManagerResult on PaginatedSpokePositionManagerResult {
|
|
282
282
|
__typename
|
|
283
283
|
items {
|
|
284
284
|
...SpokePositionManager
|
|
@@ -286,13 +286,13 @@
|
|
|
286
286
|
pageInfo {
|
|
287
287
|
...PaginatedResultInfo
|
|
288
288
|
}
|
|
289
|
-
}`,[
|
|
289
|
+
}`,[Ze,A]),je=e(`fragment SpokeUserPositionManager on SpokeUserPositionManager {
|
|
290
290
|
__typename
|
|
291
291
|
address
|
|
292
292
|
approvedOn
|
|
293
293
|
active
|
|
294
294
|
name
|
|
295
|
-
}`),
|
|
295
|
+
}`),te=e(`fragment PaginatedSpokeUserPositionManagerResult on PaginatedSpokeUserPositionManagerResult {
|
|
296
296
|
__typename
|
|
297
297
|
items {
|
|
298
298
|
...SpokeUserPositionManager
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
pageInfo {
|
|
301
301
|
...PaginatedResultInfo
|
|
302
302
|
}
|
|
303
|
-
}`,[
|
|
303
|
+
}`,[je,A]);var Je=e(`fragment ReserveSettings on ReserveSettings {
|
|
304
304
|
__typename
|
|
305
305
|
collateralFactor {
|
|
306
306
|
...PercentNumber
|
|
@@ -318,12 +318,12 @@
|
|
|
318
318
|
collateral
|
|
319
319
|
suppliable
|
|
320
320
|
latestDynamicConfigKey
|
|
321
|
-
}`,[
|
|
321
|
+
}`,[a]),Xe=e(`fragment ReserveStatus on ReserveStatus {
|
|
322
322
|
__typename
|
|
323
323
|
frozen
|
|
324
324
|
paused
|
|
325
325
|
active
|
|
326
|
-
}`),
|
|
326
|
+
}`),et=e(`fragment ReserveSummary on ReserveSummary {
|
|
327
327
|
__typename
|
|
328
328
|
supplied {
|
|
329
329
|
...Erc20Amount
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
borrowApy {
|
|
338
338
|
...PercentNumber
|
|
339
339
|
}
|
|
340
|
-
}`,[p,
|
|
340
|
+
}`,[p,a]),tt=e(`fragment ReserveUserState on ReserveUserState {
|
|
341
341
|
__typename
|
|
342
342
|
balance {
|
|
343
343
|
...Erc20Amount
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
...PercentNumber
|
|
362
362
|
}
|
|
363
363
|
dynamicConfigKey
|
|
364
|
-
}`,[p,
|
|
364
|
+
}`,[p,a]),h=e(`fragment Reserve on Reserve {
|
|
365
365
|
__typename
|
|
366
366
|
id
|
|
367
367
|
onChainId
|
|
@@ -391,13 +391,13 @@
|
|
|
391
391
|
asset {
|
|
392
392
|
...HubAsset
|
|
393
393
|
}
|
|
394
|
-
}`,[i,o,
|
|
394
|
+
}`,[i,o,et,Je,Xe,tt,b]),g=e(`fragment ReserveInfo on ReserveInfo {
|
|
395
395
|
__typename
|
|
396
396
|
id
|
|
397
397
|
asset {
|
|
398
398
|
...HubAsset
|
|
399
399
|
}
|
|
400
|
-
}`,[
|
|
400
|
+
}`,[b]);var rt=e(`fragment TypeField on TypeField {
|
|
401
401
|
name
|
|
402
402
|
type
|
|
403
403
|
}`),at=e(`fragment TypeDefinition on TypeDefinition {
|
|
@@ -407,13 +407,13 @@
|
|
|
407
407
|
Permit {
|
|
408
408
|
...TypeField
|
|
409
409
|
}
|
|
410
|
-
}`,[
|
|
410
|
+
}`,[rt]),nt=e(`fragment PermitMessageData on PermitMessageData {
|
|
411
411
|
owner
|
|
412
412
|
spender
|
|
413
413
|
value
|
|
414
414
|
nonce
|
|
415
415
|
deadline
|
|
416
|
-
}`)
|
|
416
|
+
}`),_=e(`fragment PermitTypedDataResponse on PermitTypedDataResponse {
|
|
417
417
|
__typename
|
|
418
418
|
types {
|
|
419
419
|
...TypeDefinition
|
|
@@ -425,11 +425,11 @@
|
|
|
425
425
|
message {
|
|
426
426
|
...PermitMessageData
|
|
427
427
|
}
|
|
428
|
-
}`,[at,
|
|
428
|
+
}`,[at,v,nt]);function Sr(t){return typeof t=="object"&&t!==null&&"deadline"in t&&"value"in t}var fr=e(`query PermitTypedData($request: PermitRequest!) {
|
|
429
429
|
value: permitTypedData(request: $request) {
|
|
430
430
|
...PermitTypedDataResponse
|
|
431
431
|
}
|
|
432
|
-
}`,[
|
|
432
|
+
}`,[_]);var m=e(`fragment TransactionRequest on TransactionRequest {
|
|
433
433
|
__typename
|
|
434
434
|
to
|
|
435
435
|
from
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
value
|
|
438
438
|
chainId
|
|
439
439
|
operations
|
|
440
|
-
}`)
|
|
440
|
+
}`),$=e(`fragment Erc20ApprovalRequired on Erc20ApprovalRequired {
|
|
441
441
|
__typename
|
|
442
442
|
transaction {
|
|
443
443
|
...TransactionRequest
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
originalTransaction {
|
|
453
453
|
...TransactionRequest
|
|
454
454
|
}
|
|
455
|
-
}`,[m,c]),
|
|
455
|
+
}`,[m,c]),ot=e(`fragment PreContractActionRequired on PreContractActionRequired {
|
|
456
456
|
__typename
|
|
457
457
|
transaction {
|
|
458
458
|
...TransactionRequest
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
originalTransaction {
|
|
462
462
|
...TransactionRequest
|
|
463
463
|
}
|
|
464
|
-
}`,[m]),
|
|
464
|
+
}`,[m]),k=e(`fragment ExecutionPlan on ExecutionPlan {
|
|
465
465
|
__typename
|
|
466
466
|
... on TransactionRequest {
|
|
467
467
|
...TransactionRequest
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
... on InsufficientBalanceError {
|
|
476
476
|
...InsufficientBalanceError
|
|
477
477
|
}
|
|
478
|
-
}`,[m,
|
|
478
|
+
}`,[m,$,ot,q]);var pt=e(`fragment Erc20Approval on Erc20Approval {
|
|
479
479
|
__typename
|
|
480
480
|
byTransaction {
|
|
481
481
|
...TransactionRequest
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
bySignature {
|
|
484
484
|
...PermitTypedDataResponse
|
|
485
485
|
}
|
|
486
|
-
}`,[m
|
|
486
|
+
}`,[m,_]),st=e(`fragment SwapQuoteCosts on SwapQuoteCosts {
|
|
487
487
|
__typename
|
|
488
488
|
networkCosts {
|
|
489
489
|
...TokenAmount
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
providerFee {
|
|
498
498
|
...TokenAmount
|
|
499
499
|
}
|
|
500
|
-
}`,[I]),
|
|
500
|
+
}`,[I]),U=e(`fragment SwapQuote on SwapQuote {
|
|
501
501
|
__typename
|
|
502
502
|
quoteId
|
|
503
503
|
suggestedSlippage {
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
finalSell {
|
|
519
519
|
...TokenAmount
|
|
520
520
|
}
|
|
521
|
-
}`,[
|
|
521
|
+
}`,[a,I,st]),E=e(`fragment SwapTypedData on SwapTypedData {
|
|
522
522
|
__typename
|
|
523
523
|
primaryType
|
|
524
524
|
types
|
|
@@ -526,15 +526,19 @@
|
|
|
526
526
|
...DomainData
|
|
527
527
|
}
|
|
528
528
|
message
|
|
529
|
-
}`,[
|
|
529
|
+
}`,[v]),re=e(`fragment PrepareSwapOrder on PrepareSwapOrder {
|
|
530
530
|
__typename
|
|
531
|
-
|
|
532
|
-
...SwapQuote
|
|
533
|
-
}
|
|
531
|
+
newQuoteId
|
|
534
532
|
data {
|
|
535
533
|
...SwapTypedData
|
|
536
534
|
}
|
|
537
|
-
}`,[
|
|
535
|
+
}`,[E]),ut=e(`fragment SwapByIntent on SwapByIntent {
|
|
536
|
+
__typename
|
|
537
|
+
quote {
|
|
538
|
+
...SwapQuote
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
}`,[U]),it=e(`fragment SwapByIntentWithApprovalRequired on SwapByIntentWithApprovalRequired {
|
|
538
542
|
__typename
|
|
539
543
|
approval {
|
|
540
544
|
...Erc20Approval
|
|
@@ -542,17 +546,17 @@
|
|
|
542
546
|
quote {
|
|
543
547
|
...SwapQuote
|
|
544
548
|
}
|
|
545
|
-
}`,[
|
|
549
|
+
}`,[pt,U,E]),mt=e(`fragment SwapByTransaction on SwapByTransaction {
|
|
546
550
|
__typename
|
|
547
551
|
quote {
|
|
548
552
|
...SwapQuote
|
|
549
553
|
}
|
|
550
|
-
}`,[
|
|
554
|
+
}`,[U]),ae=e(`fragment SwapReceipt on SwapReceipt {
|
|
551
555
|
__typename
|
|
552
556
|
id
|
|
553
557
|
explorerLink
|
|
554
558
|
createdAt
|
|
555
|
-
}`),
|
|
559
|
+
}`),ne=e(`fragment TokenSwapQuoteResult on TokenSwapQuoteResult {
|
|
556
560
|
__typename
|
|
557
561
|
... on SwapByIntent {
|
|
558
562
|
...SwapByIntent
|
|
@@ -563,15 +567,15 @@
|
|
|
563
567
|
... on SwapByTransaction {
|
|
564
568
|
...SwapByTransaction
|
|
565
569
|
}
|
|
566
|
-
}`,[
|
|
570
|
+
}`,[ut,it,mt]),oe=e(`fragment PrepareTokenSwapResult on PrepareTokenSwapResult {
|
|
567
571
|
__typename
|
|
568
|
-
... on
|
|
569
|
-
...
|
|
572
|
+
... on PrepareSwapOrder {
|
|
573
|
+
...PrepareSwapOrder
|
|
570
574
|
}
|
|
571
575
|
... on InsufficientBalanceError {
|
|
572
576
|
...InsufficientBalanceError
|
|
573
577
|
}
|
|
574
|
-
}`,[
|
|
578
|
+
}`,[re,q]),yt=e(`fragment SwapTransactionRequest on SwapTransactionRequest {
|
|
575
579
|
__typename
|
|
576
580
|
transaction {
|
|
577
581
|
...TransactionRequest
|
|
@@ -579,7 +583,7 @@
|
|
|
579
583
|
orderReceipt {
|
|
580
584
|
...SwapReceipt
|
|
581
585
|
}
|
|
582
|
-
}`,[m,
|
|
586
|
+
}`,[m,ae]),pe=e(`fragment SwapExecutionPlan on SwapExecutionPlan {
|
|
583
587
|
__typename
|
|
584
588
|
... on SwapTransactionRequest {
|
|
585
589
|
...SwapTransactionRequest
|
|
@@ -590,7 +594,7 @@
|
|
|
590
594
|
... on InsufficientBalanceError {
|
|
591
595
|
...InsufficientBalanceError
|
|
592
596
|
}
|
|
593
|
-
}`,[yt,
|
|
597
|
+
}`,[yt,ae,q]),se=e(`fragment SwapCancelled on SwapCancelled {
|
|
594
598
|
__typename
|
|
595
599
|
createdAt
|
|
596
600
|
cancelledAt
|
|
@@ -619,7 +623,7 @@
|
|
|
619
623
|
... on Erc20Amount {
|
|
620
624
|
...Erc20Amount
|
|
621
625
|
}
|
|
622
|
-
}`,[lt,
|
|
626
|
+
}`,[lt,Q,p]),gt=e(`fragment SwapOpen on SwapOpen {
|
|
623
627
|
__typename
|
|
624
628
|
swapId
|
|
625
629
|
createdAt
|
|
@@ -655,7 +659,7 @@
|
|
|
655
659
|
fulfilledAt
|
|
656
660
|
explorerLink
|
|
657
661
|
refundTxHash
|
|
658
|
-
}`,[ue]),
|
|
662
|
+
}`,[ue]),N=e(`fragment SwapStatus on SwapStatus {
|
|
659
663
|
__typename
|
|
660
664
|
... on SwapOpen {
|
|
661
665
|
...SwapOpen
|
|
@@ -677,7 +681,7 @@
|
|
|
677
681
|
data {
|
|
678
682
|
...SwapTypedData
|
|
679
683
|
}
|
|
680
|
-
}`,[
|
|
684
|
+
}`,[E]),me=e(`fragment CancelSwapExecutionPlan on CancelSwapExecutionPlan {
|
|
681
685
|
__typename
|
|
682
686
|
... on TransactionRequest {
|
|
683
687
|
...TransactionRequest
|
|
@@ -693,12 +697,12 @@
|
|
|
693
697
|
pageInfo {
|
|
694
698
|
...PaginatedResultInfo
|
|
695
699
|
}
|
|
696
|
-
}`,[
|
|
700
|
+
}`,[N,A]),ft=e(`fragment PositionSwapAdapterContractApproval on PositionSwapAdapterContractApproval {
|
|
697
701
|
__typename
|
|
698
702
|
bySignature {
|
|
699
703
|
...SwapTypedData
|
|
700
704
|
}
|
|
701
|
-
}`,[
|
|
705
|
+
}`,[E]),Rt=e(`fragment PositionSwapPositionManagerApproval on PositionSwapPositionManagerApproval {
|
|
702
706
|
__typename
|
|
703
707
|
byTransaction {
|
|
704
708
|
...TransactionRequest
|
|
@@ -706,7 +710,7 @@
|
|
|
706
710
|
bySignature {
|
|
707
711
|
...SwapTypedData
|
|
708
712
|
}
|
|
709
|
-
}`,[m,
|
|
713
|
+
}`,[m,E]),qt=e(`fragment PositionSwapApproval on PositionSwapApproval {
|
|
710
714
|
__typename
|
|
711
715
|
... on PositionSwapAdapterContractApproval {
|
|
712
716
|
...PositionSwapAdapterContractApproval
|
|
@@ -714,7 +718,7 @@
|
|
|
714
718
|
... on PositionSwapPositionManagerApproval {
|
|
715
719
|
...PositionSwapPositionManagerApproval
|
|
716
720
|
}
|
|
717
|
-
}`,[ft,Rt]),
|
|
721
|
+
}`,[ft,Rt]),C=e(`fragment PositionSwapByIntentApprovalsRequired on PositionSwapByIntentApprovalsRequired {
|
|
718
722
|
__typename
|
|
719
723
|
quote {
|
|
720
724
|
...SwapQuote
|
|
@@ -722,35 +726,35 @@
|
|
|
722
726
|
approvals {
|
|
723
727
|
...PositionSwapApproval
|
|
724
728
|
}
|
|
725
|
-
}`,[
|
|
729
|
+
}`,[U,qt]),ce=e(`fragment SupplySwapQuoteResult on SupplySwapQuoteResult {
|
|
726
730
|
__typename
|
|
727
731
|
... on PositionSwapByIntentApprovalsRequired {
|
|
728
732
|
...PositionSwapByIntentApprovalsRequired
|
|
729
733
|
}
|
|
730
|
-
}`,[
|
|
734
|
+
}`,[C]),le=e(`fragment BorrowSwapQuoteResult on BorrowSwapQuoteResult {
|
|
731
735
|
__typename
|
|
732
736
|
... on PositionSwapByIntentApprovalsRequired {
|
|
733
737
|
...PositionSwapByIntentApprovalsRequired
|
|
734
738
|
}
|
|
735
|
-
}`,[
|
|
739
|
+
}`,[C]),ge=e(`fragment RepayWithSupplyQuoteResult on RepayWithSupplyQuoteResult {
|
|
736
740
|
__typename
|
|
737
741
|
... on PositionSwapByIntentApprovalsRequired {
|
|
738
742
|
...PositionSwapByIntentApprovalsRequired
|
|
739
743
|
}
|
|
740
|
-
}`,[
|
|
744
|
+
}`,[C]),de=e(`fragment WithdrawSwapQuoteResult on WithdrawSwapQuoteResult {
|
|
741
745
|
__typename
|
|
742
746
|
... on PositionSwapByIntentApprovalsRequired {
|
|
743
747
|
...PositionSwapByIntentApprovalsRequired
|
|
744
748
|
}
|
|
745
|
-
}`,[
|
|
749
|
+
}`,[C]),Se=e(`fragment PreparePositionSwapResult on PreparePositionSwapResult {
|
|
746
750
|
__typename
|
|
747
|
-
... on
|
|
748
|
-
...
|
|
751
|
+
... on PrepareSwapOrder {
|
|
752
|
+
...PrepareSwapOrder
|
|
749
753
|
}
|
|
750
754
|
... on InsufficientBalanceError {
|
|
751
755
|
...InsufficientBalanceError
|
|
752
756
|
}
|
|
753
|
-
}`,[
|
|
757
|
+
}`,[re,q]);var fe=e(`fragment UserSupplyItem on UserSupplyItem {
|
|
754
758
|
__typename
|
|
755
759
|
id
|
|
756
760
|
reserve {
|
|
@@ -801,11 +805,11 @@
|
|
|
801
805
|
netApy {
|
|
802
806
|
...PercentNumber
|
|
803
807
|
}
|
|
804
|
-
|
|
808
|
+
netAccruedInterest(currency: $currency) {
|
|
805
809
|
...ExchangeAmount
|
|
806
810
|
}
|
|
807
811
|
lowestHealthFactor
|
|
808
|
-
}`,[R,u,
|
|
812
|
+
}`,[R,u,a]),W=e(`fragment UserRiskPremiumBreakdownItem on UserRiskPremiumBreakdownItem {
|
|
809
813
|
__typename
|
|
810
814
|
token {
|
|
811
815
|
...Erc20Token
|
|
@@ -819,7 +823,7 @@
|
|
|
819
823
|
collateral {
|
|
820
824
|
...PercentNumber
|
|
821
825
|
}
|
|
822
|
-
}`,[y,
|
|
826
|
+
}`,[y,a]),xt=e(`fragment UserPositionRiskPremium on UserPositionRiskPremium {
|
|
823
827
|
__typename
|
|
824
828
|
current {
|
|
825
829
|
...PercentNumber
|
|
@@ -830,7 +834,7 @@
|
|
|
830
834
|
breakdown {
|
|
831
835
|
...UserRiskPremiumBreakdownItem
|
|
832
836
|
}
|
|
833
|
-
}`,[
|
|
837
|
+
}`,[a,W]),D=e(`fragment UserPosition on UserPosition {
|
|
834
838
|
__typename
|
|
835
839
|
id
|
|
836
840
|
spoke {
|
|
@@ -847,6 +851,9 @@
|
|
|
847
851
|
netBalance(currency: $currency) {
|
|
848
852
|
...ExchangeAmountWithChange
|
|
849
853
|
}
|
|
854
|
+
netAccruedInterest(currency: $currency) {
|
|
855
|
+
...ExchangeAmount
|
|
856
|
+
}
|
|
850
857
|
totalCollateral(currency: $currency) {
|
|
851
858
|
...ExchangeAmountWithChange
|
|
852
859
|
}
|
|
@@ -881,7 +888,7 @@
|
|
|
881
888
|
averageCollateralFactor {
|
|
882
889
|
...PercentNumber
|
|
883
890
|
}
|
|
884
|
-
}`,[i,
|
|
891
|
+
}`,[i,a,R,u,z,J,xt]),xe=e(`fragment UserBalance on UserBalance {
|
|
885
892
|
__typename
|
|
886
893
|
id
|
|
887
894
|
info {
|
|
@@ -914,7 +921,7 @@
|
|
|
914
921
|
lowestCollateralFactor: collateralFactor(metric: LOWEST) {
|
|
915
922
|
...PercentNumber
|
|
916
923
|
}
|
|
917
|
-
}`,[F,c,I,u,
|
|
924
|
+
}`,[F,c,I,u,a]),Ae=e(`fragment UserSummaryHistoryItem on UserSummaryHistoryItem {
|
|
918
925
|
__typename
|
|
919
926
|
netBalance(currency: $currency) {
|
|
920
927
|
...ExchangeAmount
|
|
@@ -927,17 +934,17 @@
|
|
|
927
934
|
}
|
|
928
935
|
healthFactor
|
|
929
936
|
date
|
|
930
|
-
}`,[u]),
|
|
937
|
+
}`,[u]),L=e(`fragment ApySample on ApySample {
|
|
931
938
|
__typename
|
|
932
939
|
date
|
|
933
940
|
avgRate {
|
|
934
941
|
...PercentNumber
|
|
935
942
|
}
|
|
936
|
-
}`,[
|
|
943
|
+
}`,[a]);var Hr=e(`query Hub($request: HubRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
937
944
|
value: hub(request: $request) {
|
|
938
945
|
...Hub
|
|
939
946
|
}
|
|
940
|
-
}`,[T]),
|
|
947
|
+
}`,[T]),Qr=e(`query Hubs($request: HubsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
941
948
|
value: hubs(request: $request) {
|
|
942
949
|
...Hub
|
|
943
950
|
}
|
|
@@ -945,7 +952,7 @@
|
|
|
945
952
|
value: hubAssets(request: $request) {
|
|
946
953
|
...HubAsset
|
|
947
954
|
}
|
|
948
|
-
}`,[
|
|
955
|
+
}`,[b]),At=e(`fragment HubSummarySample on HubSummarySample {
|
|
949
956
|
__typename
|
|
950
957
|
date
|
|
951
958
|
deposits {
|
|
@@ -960,23 +967,23 @@
|
|
|
960
967
|
utilizationRate {
|
|
961
968
|
...PercentNumber
|
|
962
969
|
}
|
|
963
|
-
}`,[u,
|
|
970
|
+
}`,[u,a]),$r=e(`query HubSummaryHistory($request: HubSummaryHistoryRequest!) {
|
|
964
971
|
value: hubSummaryHistory(request: $request) {
|
|
965
972
|
...HubSummarySample
|
|
966
973
|
}
|
|
967
|
-
}`,[At]);function
|
|
974
|
+
}`,[At]);function V(t){return new TextDecoder().decode(Uint8Array.from(atob(t),x=>x.charCodeAt(0)))}function B(t){return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}var d="::";function Dr(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid AssetId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`AssetId must be valid base64: ${t}`),t}function wt(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid HubId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`HubId must be valid base64: ${t}`),t}function Lr(t){return wt(B(`${t.chainId}${d}${t.address}`))}function Mr(t){let x=V(t),[r,n]=x.split(d);return {chainId:types.chainId(Number.parseInt(r,10)),address:types.evmAddress(n)}}function Vr(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid HubAssetId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`HubAssetId must be valid base64: ${t}`),t}function Kr(t){return t}function Gr(t){let x=V(t),[r,n,S]=x.split(d);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(n),onChainId:S}}function Yr(t){return B(`${t.chainId}${d}${t.spoke}${d}${t.onChainId}`)}function ht(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid UserPositionId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserPositionId must be valid base64: ${t}`),t}function zr(t){let x=V(t),[r,n,S]=x.split(d);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(n),user:types.evmAddress(S)}}function Zr(t){return ht(B(`${t.chainId}${d}${t.spoke}${d}${t.user}`))}function jr(t){return types.invariant(types.isValidHexString(t),`Invalid SwapId: ${t}`),t}function Jr(t){return types.invariant(types.isValidHexString(t),`Invalid SwapQuoteId: ${t}`),t}function Xr(t){return Pt(B(`${t.chainId}${d}${t.address}`))}function Pt(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid SpokeId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`SpokeId must be valid base64: ${t}`),t}function ea(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid UserBalanceId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserBalanceId must be valid base64: ${t}`),t}function ta(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid UserBorrowItemId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserBorrowItemId must be valid base64: ${t}`),t}function ra(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid UserSupplyItemId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserSupplyItemId must be valid base64: ${t}`),t}function aa(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenInfoId: ${t}`),t}function pa(t){return types.isObject(t)&&"hubInput"in t&&t.hubInput!=null}function sa(t){return types.isObject(t)&&"chainIds"in t&&t.chainIds!=null}function ua(t){return types.isObject(t)&&"spoke"in t&&t.spoke!=null}function ia(t){return types.isObject(t)&&"txHash"in t&&t.txHash!=null}var la=e(`query Chain($request: ChainRequest!) {
|
|
968
975
|
value: chain(request: $request) {
|
|
969
976
|
...Chain
|
|
970
977
|
}
|
|
971
|
-
}`,[o]),
|
|
978
|
+
}`,[o]),ga=e(`query Chains($request: ChainsRequest!) {
|
|
972
979
|
value: chains(request: $request) {
|
|
973
980
|
...Chain
|
|
974
981
|
}
|
|
975
|
-
}`,[o]),
|
|
982
|
+
}`,[o]),da=e(`query HasProcessedKnownTransaction($request: HasProcessedKnownTransactionRequest!) {
|
|
976
983
|
value: hasProcessedKnownTransaction(request: $request)
|
|
977
|
-
}`),
|
|
984
|
+
}`),Sa=e(`query Health {
|
|
978
985
|
value: health
|
|
979
|
-
}`),
|
|
986
|
+
}`),fa=e(`query ExchangeRate($request: ExchangeRateRequest!) {
|
|
980
987
|
value: exchangeRate(request: $request) {
|
|
981
988
|
...ExchangeAmount
|
|
982
989
|
}
|
|
@@ -996,7 +1003,7 @@
|
|
|
996
1003
|
lowestApy {
|
|
997
1004
|
...PercentNumber
|
|
998
1005
|
}
|
|
999
|
-
}`,[c,
|
|
1006
|
+
}`,[c,a]),Tt=e(`fragment AssetBorrowSample on AssetBorrowSample {
|
|
1000
1007
|
__typename
|
|
1001
1008
|
date
|
|
1002
1009
|
amount {
|
|
@@ -1008,7 +1015,7 @@
|
|
|
1008
1015
|
lowestApy {
|
|
1009
1016
|
...PercentNumber
|
|
1010
1017
|
}
|
|
1011
|
-
}`,[c,
|
|
1018
|
+
}`,[c,a]),bt=e(`fragment AssetAmountWithChange on AssetAmountWithChange {
|
|
1012
1019
|
__typename
|
|
1013
1020
|
amount {
|
|
1014
1021
|
...DecimalNumberWithChange
|
|
@@ -1016,10 +1023,10 @@
|
|
|
1016
1023
|
exchange(currency: $currency) {
|
|
1017
1024
|
...ExchangeAmountWithChange
|
|
1018
1025
|
}
|
|
1019
|
-
}`,[
|
|
1026
|
+
}`,[K,R]),kt=e(`fragment AssetSummary on AssetSummary {
|
|
1020
1027
|
__typename
|
|
1021
1028
|
totalSupplyCap {
|
|
1022
|
-
...
|
|
1029
|
+
...AssetAmountWithChange
|
|
1023
1030
|
}
|
|
1024
1031
|
totalSupplied {
|
|
1025
1032
|
...AssetAmountWithChange
|
|
@@ -1028,7 +1035,7 @@
|
|
|
1028
1035
|
...AssetAmountWithChange
|
|
1029
1036
|
}
|
|
1030
1037
|
totalBorrowCap {
|
|
1031
|
-
...
|
|
1038
|
+
...AssetAmountWithChange
|
|
1032
1039
|
}
|
|
1033
1040
|
totalBorrowed {
|
|
1034
1041
|
...AssetAmountWithChange
|
|
@@ -1042,7 +1049,7 @@
|
|
|
1042
1049
|
averageSupplyApy: supplyApy(metric: AVERAGE) {
|
|
1043
1050
|
...PercentNumber
|
|
1044
1051
|
}
|
|
1045
|
-
}`,[
|
|
1052
|
+
}`,[bt,a]),Et=e(`fragment Asset on Asset {
|
|
1046
1053
|
__typename
|
|
1047
1054
|
id
|
|
1048
1055
|
token {
|
|
@@ -1054,23 +1061,23 @@
|
|
|
1054
1061
|
price(currency: $currency) {
|
|
1055
1062
|
...ExchangeAmountWithChange
|
|
1056
1063
|
}
|
|
1057
|
-
}`,[y,
|
|
1064
|
+
}`,[y,kt,R]),Aa=e(`query Asset($request: AssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1058
1065
|
value: asset(request: $request) {
|
|
1059
1066
|
...Asset
|
|
1060
1067
|
}
|
|
1061
|
-
}`,[
|
|
1068
|
+
}`,[Et]),wa=e(`query AssetPriceHistory($request: AssetPriceHistoryRequest!) {
|
|
1062
1069
|
value: assetPriceHistory(request: $request) {
|
|
1063
1070
|
...AssetPriceSample
|
|
1064
1071
|
}
|
|
1065
|
-
}`,[Ft]),
|
|
1072
|
+
}`,[Ft]),ha=e(`query AssetSupplyHistory($request: AssetSupplyHistoryRequest!) {
|
|
1066
1073
|
value: assetSupplyHistory(request: $request) {
|
|
1067
1074
|
...AssetSupplySample
|
|
1068
1075
|
}
|
|
1069
|
-
}`,[It]),
|
|
1076
|
+
}`,[It]),Pa=e(`query AssetBorrowHistory($request: AssetBorrowHistoryRequest!) {
|
|
1070
1077
|
value: assetBorrowHistory(request: $request) {
|
|
1071
1078
|
...AssetBorrowSample
|
|
1072
1079
|
}
|
|
1073
|
-
}`,[Tt]),
|
|
1080
|
+
}`,[Tt]),vt=e(`fragment ProtocolHistorySample on ProtocolHistorySample {
|
|
1074
1081
|
__typename
|
|
1075
1082
|
date
|
|
1076
1083
|
deposits {
|
|
@@ -1079,111 +1086,111 @@
|
|
|
1079
1086
|
borrows {
|
|
1080
1087
|
...ExchangeAmount
|
|
1081
1088
|
}
|
|
1082
|
-
}`,[u]),
|
|
1089
|
+
}`,[u]),Fa=e(`query ProtocolHistory($request: ProtocolHistoryRequest!) {
|
|
1083
1090
|
value: protocolHistory(request: $request) {
|
|
1084
1091
|
...ProtocolHistorySample
|
|
1085
1092
|
}
|
|
1086
|
-
}`,[
|
|
1093
|
+
}`,[vt]);var ka=e(`query BorrowApyHistory($request: BorrowApyHistoryRequest!) {
|
|
1087
1094
|
value: borrowApyHistory(request: $request) {
|
|
1088
1095
|
...ApySample
|
|
1089
1096
|
}
|
|
1090
|
-
}`,[
|
|
1097
|
+
}`,[L]),Ea=e(`query SupplyApyHistory($request: SupplyApyHistoryRequest!) {
|
|
1091
1098
|
value: supplyApyHistory(request: $request) {
|
|
1092
1099
|
...ApySample
|
|
1093
1100
|
}
|
|
1094
|
-
}`,[
|
|
1101
|
+
}`,[L]),va=e(`query Reserve($request: ReserveRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1095
1102
|
value: reserve(request: $request) {
|
|
1096
1103
|
...Reserve
|
|
1097
1104
|
}
|
|
1098
|
-
}`,[h]),
|
|
1105
|
+
}`,[h]),Ua=e(`query Reserves($request: ReservesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1099
1106
|
value: reserves(request: $request) {
|
|
1100
1107
|
...Reserve
|
|
1101
1108
|
}
|
|
1102
|
-
}`,[h]);var
|
|
1109
|
+
}`,[h]);var Ha=e(`query Spoke($request: SpokeRequest!) {
|
|
1103
1110
|
value: spoke(request: $request) {
|
|
1104
1111
|
...Spoke
|
|
1105
1112
|
}
|
|
1106
|
-
}`,[i]),
|
|
1113
|
+
}`,[i]),Qa=e(`query Spokes($request: SpokesRequest!) {
|
|
1107
1114
|
value: spokes(request: $request) {
|
|
1108
1115
|
...Spoke
|
|
1109
1116
|
}
|
|
1110
|
-
}`,[i])
|
|
1117
|
+
}`,[i]),_a=e(`query SpokePositionManagers($request: SpokePositionManagersRequest!) {
|
|
1111
1118
|
value: spokePositionManagers(request: $request) {
|
|
1112
1119
|
...PaginatedSpokePositionManagerResult
|
|
1113
1120
|
}
|
|
1114
|
-
}`,[
|
|
1121
|
+
}`,[ee]),$a=e(`query SpokeUserPositionManagers($request: SpokeUserPositionManagersRequest!) {
|
|
1115
1122
|
value: spokeUserPositionManagers(request: $request) {
|
|
1116
1123
|
...PaginatedSpokeUserPositionManagerResult
|
|
1117
1124
|
}
|
|
1118
|
-
}`,[
|
|
1125
|
+
}`,[te]);var La=e(`query TokenSwapQuote($request: TokenSwapQuoteRequest!, $currency: Currency!) {
|
|
1119
1126
|
value: tokenSwapQuote(request: $request) {
|
|
1120
1127
|
...TokenSwapQuoteResult
|
|
1121
1128
|
}
|
|
1122
|
-
}`,[
|
|
1129
|
+
}`,[ne]),Ma=e(`query SwappableTokens($request: SwappableTokensRequest!) {
|
|
1123
1130
|
value: swappableTokens(request: $request) {
|
|
1124
1131
|
...Token
|
|
1125
1132
|
}
|
|
1126
|
-
}`,[
|
|
1133
|
+
}`,[Y]),Va=e(`query PrepareTokenSwap($request: PrepareTokenSwapRequest!) {
|
|
1127
1134
|
value: prepareTokenSwap(request: $request) {
|
|
1128
1135
|
...PrepareTokenSwapResult
|
|
1129
1136
|
}
|
|
1130
|
-
}`,[oe]),
|
|
1137
|
+
}`,[oe]),Ka=e(`query SwapStatus($request: SwapStatusRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1131
1138
|
value: swapStatus(request: $request) {
|
|
1132
1139
|
...SwapStatus
|
|
1133
1140
|
}
|
|
1134
|
-
}`,[
|
|
1141
|
+
}`,[N]),Ga=e(`mutation Swap($request: SwapRequest!) {
|
|
1135
1142
|
value: swap(request: $request) {
|
|
1136
1143
|
...SwapExecutionPlan
|
|
1137
1144
|
}
|
|
1138
|
-
}`,[pe]),
|
|
1145
|
+
}`,[pe]),Ya=e(`query PrepareSwapCancel($request: PrepareSwapCancelRequest!) {
|
|
1139
1146
|
value: prepareSwapCancel(request: $request) {
|
|
1140
1147
|
...PrepareSwapCancelResult
|
|
1141
1148
|
}
|
|
1142
|
-
}`,[ie]),
|
|
1149
|
+
}`,[ie]),za=e(`mutation CancelSwap($request: CancelSwapRequest!) {
|
|
1143
1150
|
value: cancelSwap(request: $request) {
|
|
1144
1151
|
...CancelSwapExecutionPlan
|
|
1145
1152
|
}
|
|
1146
|
-
}`,[me]),
|
|
1153
|
+
}`,[me]),Za=e(`query UserSwaps($request: UserSwapsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1147
1154
|
value: userSwaps(request: $request) {
|
|
1148
1155
|
...PaginatedUserSwapsResult
|
|
1149
1156
|
}
|
|
1150
|
-
}`,[ye]),
|
|
1157
|
+
}`,[ye]),ja=e(`query SupplySwapQuote($request: SupplySwapQuoteRequest!, $currency: Currency!) {
|
|
1151
1158
|
value: supplySwapQuote(request: $request) {
|
|
1152
1159
|
...SupplySwapQuoteResult
|
|
1153
1160
|
}
|
|
1154
|
-
}`,[ce]),
|
|
1161
|
+
}`,[ce]),Ja=e(`query BorrowSwapQuote($request: BorrowSwapQuoteRequest!, $currency: Currency!) {
|
|
1155
1162
|
value: borrowSwapQuote(request: $request) {
|
|
1156
1163
|
...BorrowSwapQuoteResult
|
|
1157
1164
|
}
|
|
1158
|
-
}`,[le]),
|
|
1165
|
+
}`,[le]),Xa=e(`query RepayWithSupplyQuote($request: RepayWithSupplyQuoteRequest!, $currency: Currency!) {
|
|
1159
1166
|
value: repayWithSupplyQuote(request: $request) {
|
|
1160
1167
|
...RepayWithSupplyQuoteResult
|
|
1161
1168
|
}
|
|
1162
|
-
}`,[ge]),
|
|
1169
|
+
}`,[ge]),en=e(`query WithdrawSwapQuote($request: WithdrawSwapQuoteRequest!, $currency: Currency!) {
|
|
1163
1170
|
value: withdrawSwapQuote(request: $request) {
|
|
1164
1171
|
...WithdrawSwapQuoteResult
|
|
1165
1172
|
}
|
|
1166
|
-
}`,[de]),
|
|
1173
|
+
}`,[de]),tn=e(`query PreparePositionSwap($request: PreparePositionSwapRequest!) {
|
|
1167
1174
|
value: preparePositionSwap(request: $request) {
|
|
1168
1175
|
...PreparePositionSwapResult
|
|
1169
1176
|
}
|
|
1170
|
-
}`,[Se]);var
|
|
1177
|
+
}`,[Se]);var on=e(`query Borrow($request: BorrowRequest!) {
|
|
1171
1178
|
value: borrow(request: $request) {
|
|
1172
1179
|
...ExecutionPlan
|
|
1173
1180
|
}
|
|
1174
|
-
}`,[
|
|
1181
|
+
}`,[k]),pn=e(`query Supply($request: SupplyRequest!) {
|
|
1175
1182
|
value: supply(request: $request) {
|
|
1176
1183
|
...ExecutionPlan
|
|
1177
1184
|
}
|
|
1178
|
-
}`,[
|
|
1185
|
+
}`,[k]),sn=e(`query Repay($request: RepayRequest!) {
|
|
1179
1186
|
value: repay(request: $request) {
|
|
1180
1187
|
...ExecutionPlan
|
|
1181
1188
|
}
|
|
1182
|
-
}`,[
|
|
1189
|
+
}`,[k]),un=e(`query Withdraw($request: WithdrawRequest!) {
|
|
1183
1190
|
value: withdraw(request: $request) {
|
|
1184
1191
|
...ExecutionPlan
|
|
1185
1192
|
}
|
|
1186
|
-
}`,[
|
|
1193
|
+
}`,[k]),Ut=e(`fragment LiquidatePositionExecutionPlan on LiquidatePositionExecutionPlan {
|
|
1187
1194
|
__typename
|
|
1188
1195
|
... on TransactionRequest {
|
|
1189
1196
|
...TransactionRequest
|
|
@@ -1194,27 +1201,27 @@
|
|
|
1194
1201
|
... on InsufficientBalanceError {
|
|
1195
1202
|
...InsufficientBalanceError
|
|
1196
1203
|
}
|
|
1197
|
-
}`,[m
|
|
1204
|
+
}`,[m,$,q]),mn=e(`query LiquidatePosition($request: LiquidatePositionRequest!) {
|
|
1198
1205
|
value: liquidatePosition(request: $request) {
|
|
1199
1206
|
...LiquidatePositionExecutionPlan
|
|
1200
1207
|
}
|
|
1201
|
-
}`,[
|
|
1208
|
+
}`,[Ut]),yn=e(`query SetSpokeUserPositionManager($request: SetSpokeUserPositionManagerRequest!) {
|
|
1202
1209
|
value: setSpokeUserPositionManager(request: $request) {
|
|
1203
1210
|
...TransactionRequest
|
|
1204
1211
|
}
|
|
1205
|
-
}`,[m]),
|
|
1212
|
+
}`,[m]),cn=e(`query SetUserSuppliesAsCollateral($request: SetUserSuppliesAsCollateralRequest!) {
|
|
1206
1213
|
value: setUserSuppliesAsCollateral(request: $request) {
|
|
1207
1214
|
...TransactionRequest
|
|
1208
1215
|
}
|
|
1209
|
-
}`,[m]),
|
|
1216
|
+
}`,[m]),ln=e(`query RenounceSpokeUserPositionManager($request: RenounceSpokeUserPositionManagerRequest!) {
|
|
1210
1217
|
value: renounceSpokeUserPositionManager(request: $request) {
|
|
1211
1218
|
...TransactionRequest
|
|
1212
1219
|
}
|
|
1213
|
-
}`,[m]),
|
|
1220
|
+
}`,[m]),gn=e(`query UpdateUserPositionConditions($request: UpdateUserPositionConditionsRequest!) {
|
|
1214
1221
|
value: updateUserPositionConditions(request: $request) {
|
|
1215
1222
|
...TransactionRequest
|
|
1216
1223
|
}
|
|
1217
|
-
}`,[m]),
|
|
1224
|
+
}`,[m]),Ct=e(`fragment CollateralFactorVariation on CollateralFactorVariation {
|
|
1218
1225
|
__typename
|
|
1219
1226
|
reserveId
|
|
1220
1227
|
token {
|
|
@@ -1226,7 +1233,7 @@
|
|
|
1226
1233
|
after {
|
|
1227
1234
|
...PercentNumber
|
|
1228
1235
|
}
|
|
1229
|
-
}`,[y,
|
|
1236
|
+
}`,[y,a]),Ot=e(`fragment LiquidationFeeVariation on LiquidationFeeVariation {
|
|
1230
1237
|
__typename
|
|
1231
1238
|
reserveId
|
|
1232
1239
|
token {
|
|
@@ -1238,7 +1245,7 @@
|
|
|
1238
1245
|
after {
|
|
1239
1246
|
...PercentNumber
|
|
1240
1247
|
}
|
|
1241
|
-
}`,[y,
|
|
1248
|
+
}`,[y,a]),Bt=e(`fragment MaxLiquidationBonusVariation on MaxLiquidationBonusVariation {
|
|
1242
1249
|
__typename
|
|
1243
1250
|
reserveId
|
|
1244
1251
|
token {
|
|
@@ -1250,7 +1257,7 @@
|
|
|
1250
1257
|
after {
|
|
1251
1258
|
...PercentNumber
|
|
1252
1259
|
}
|
|
1253
|
-
}`,[y,
|
|
1260
|
+
}`,[y,a]),Ht=e(`fragment UserPositionConditionVariation on UserPositionConditionVariation {
|
|
1254
1261
|
__typename
|
|
1255
1262
|
... on CollateralFactorVariation {
|
|
1256
1263
|
...CollateralFactorVariation
|
|
@@ -1261,7 +1268,7 @@
|
|
|
1261
1268
|
... on MaxLiquidationBonusVariation {
|
|
1262
1269
|
...MaxLiquidationBonusVariation
|
|
1263
1270
|
}
|
|
1264
|
-
}`,[
|
|
1271
|
+
}`,[Ct,Ot,Bt]),Qt=e(`fragment PreviewUserPosition on PreviewUserPosition {
|
|
1265
1272
|
__typename
|
|
1266
1273
|
id
|
|
1267
1274
|
healthFactor {
|
|
@@ -1288,11 +1295,11 @@
|
|
|
1288
1295
|
otherConditions {
|
|
1289
1296
|
...UserPositionConditionVariation
|
|
1290
1297
|
}
|
|
1291
|
-
}`,[
|
|
1298
|
+
}`,[X,Z,j,Ht]),dn=e(`query Preview($request: PreviewRequest!, $currency: Currency! = USD) {
|
|
1292
1299
|
value: preview(request: $request) {
|
|
1293
1300
|
...PreviewUserPosition
|
|
1294
1301
|
}
|
|
1295
|
-
}`,[
|
|
1302
|
+
}`,[Qt]),he=e(`fragment PercentNumberChangeSnapshot on PercentNumberChangeSnapshot {
|
|
1296
1303
|
__typename
|
|
1297
1304
|
before {
|
|
1298
1305
|
...PercentNumber
|
|
@@ -1300,7 +1307,7 @@
|
|
|
1300
1307
|
after {
|
|
1301
1308
|
...PercentNumber
|
|
1302
1309
|
}
|
|
1303
|
-
}`,[
|
|
1310
|
+
}`,[a]),_t=e(`fragment BorrowActivity on BorrowActivity {
|
|
1304
1311
|
__typename
|
|
1305
1312
|
id
|
|
1306
1313
|
user
|
|
@@ -1486,41 +1493,41 @@
|
|
|
1486
1493
|
pageInfo {
|
|
1487
1494
|
...PaginatedResultInfo
|
|
1488
1495
|
}
|
|
1489
|
-
}`,[Kt,A]),
|
|
1496
|
+
}`,[Kt,A]),Sn=e(`query Activities($request: ActivitiesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1490
1497
|
value: activities(request: $request) {
|
|
1491
1498
|
...PaginatedActivitiesResult
|
|
1492
1499
|
}
|
|
1493
|
-
}`,[Gt]);var
|
|
1500
|
+
}`,[Gt]);var xn=e(`query UserSupplies($request: UserSuppliesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1494
1501
|
value: userSupplies(request: $request) {
|
|
1495
1502
|
...UserSupplyItem
|
|
1496
1503
|
}
|
|
1497
|
-
}`,[fe]),
|
|
1504
|
+
}`,[fe]),An=e(`query UserBorrows($request: UserBorrowsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1498
1505
|
value: userBorrows(request: $request) {
|
|
1499
1506
|
...UserBorrowItem
|
|
1500
1507
|
}
|
|
1501
|
-
}`,[Re]),
|
|
1508
|
+
}`,[Re]),wn=e(`query UserSummary($request: UserSummaryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1502
1509
|
value: userSummary(request: $request) {
|
|
1503
1510
|
...UserSummary
|
|
1504
1511
|
}
|
|
1505
|
-
}`,[qe]),
|
|
1512
|
+
}`,[qe]),hn=e(`query UserPositions($request: UserPositionsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1506
1513
|
value: userPositions(request: $request) {
|
|
1507
1514
|
...UserPosition
|
|
1508
1515
|
}
|
|
1509
|
-
}`,[
|
|
1516
|
+
}`,[D]),Pn=e(`query UserPosition($request: UserPositionRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1510
1517
|
value: userPosition(request: $request) {
|
|
1511
1518
|
...UserPosition
|
|
1512
1519
|
}
|
|
1513
|
-
}`,[
|
|
1520
|
+
}`,[D]),Fn=e(`query UserBalances($request: UserBalancesRequest!, $currency: Currency!) {
|
|
1514
1521
|
value: userBalances(request: $request) {
|
|
1515
1522
|
...UserBalance
|
|
1516
1523
|
}
|
|
1517
|
-
}`,[xe]),
|
|
1524
|
+
}`,[xe]),In=e(`query UserSummaryHistory($request: UserSummaryHistoryRequest!, $currency: Currency!) {
|
|
1518
1525
|
value: userSummaryHistory(request: $request) {
|
|
1519
1526
|
...UserSummaryHistoryItem
|
|
1520
1527
|
}
|
|
1521
|
-
}`,[Ae]),
|
|
1528
|
+
}`,[Ae]),Tn=e(`query UserRiskPremiumBreakdown($request: UserRiskPremiumBreakdownRequest!) {
|
|
1522
1529
|
value: userRiskPremiumBreakdown(request: $request) {
|
|
1523
1530
|
...UserRiskPremiumBreakdownItem
|
|
1524
1531
|
}
|
|
1525
|
-
}`,[
|
|
1532
|
+
}`,[W]);exports.ActivitiesQuery=Sn;exports.ActivityItemFragment=Kt;exports.ActivityType=Ee;exports.ApyMetric=ve;exports.ApySampleFragment=L;exports.AssetAmountWithChangeFragment=bt;exports.AssetBorrowHistoryQuery=Pa;exports.AssetBorrowSampleFragment=Tt;exports.AssetFragment=Et;exports.AssetPriceHistoryQuery=wa;exports.AssetPriceSampleFragment=Ft;exports.AssetQuery=Aa;exports.AssetSummaryFragment=kt;exports.AssetSupplyHistoryQuery=ha;exports.AssetSupplySampleFragment=It;exports.BorrowActivityFragment=_t;exports.BorrowApyHistoryQuery=ka;exports.BorrowQuery=on;exports.BorrowSwapKind=He;exports.BorrowSwapQuoteQuery=Ja;exports.BorrowSwapQuoteResultFragment=le;exports.CancelSwapExecutionPlanFragment=me;exports.CancelSwapMutation=za;exports.ChainFragment=o;exports.ChainQuery=la;exports.ChainsFilter=be;exports.ChainsQuery=ga;exports.CollateralFactorVariationFragment=Ct;exports.CollateralMetric=Ue;exports.Currency=Ce;exports.DecimalNumberFragment=c;exports.DecimalNumberWithChangeFragment=K;exports.DomainDataFragment=v;exports.Erc20AmountFragment=p;exports.Erc20ApprovalFragment=pt;exports.Erc20ApprovalRequiredFragment=$;exports.Erc20TokenFragment=y;exports.ExchangeAmountFragment=u;exports.ExchangeAmountVariationFragment=j;exports.ExchangeAmountWithChangeFragment=R;exports.ExchangeRateQuery=fa;exports.ExecutionPlanFragment=k;exports.HasProcessedKnownTransactionQuery=da;exports.HealthFactorErrorFragment=Ve;exports.HealthFactorResultFragment=X;exports.HealthFactorVariationFragment=Me;exports.HealthFactorWithChangeFragment=J;exports.HealthQuery=Sa;exports.HubAssetFragment=b;exports.HubAssetSettingsFragment=Ye;exports.HubAssetStatusType=ke;exports.HubAssetSummaryFragment=Ge;exports.HubAssetUserStateFragment=ze;exports.HubAssetsQuery=_r;exports.HubFragment=T;exports.HubQuery=Hr;exports.HubSummaryFragment=Ke;exports.HubSummaryHistoryQuery=$r;exports.HubSummarySampleFragment=At;exports.HubsQuery=Qr;exports.InsufficientBalanceErrorFragment=q;exports.LiquidatePositionExecutionPlanFragment=Ut;exports.LiquidatePositionQuery=mn;exports.LiquidatedActivityFragment=Dt;exports.LiquidationFeeVariationFragment=Ot;exports.MaxLiquidationBonusVariationFragment=Bt;exports.NativeAmountFragment=Q;exports.NativeTokenFragment=G;exports.OperationType=Te;exports.OrderDirection=Pe;exports.PageSize=Fe;exports.PaginatedActivitiesResultFragment=Gt;exports.PaginatedResultInfoFragment=A;exports.PaginatedSpokePositionManagerResultFragment=ee;exports.PaginatedSpokeUserPositionManagerResultFragment=te;exports.PaginatedUserSwapsResultFragment=ye;exports.PercentNumberChangeSnapshotFragment=he;exports.PercentNumberFragment=a;exports.PercentNumberVariationFragment=Z;exports.PercentNumberWithChangeFragment=z;exports.PermitMessageDataFragment=nt;exports.PermitTypedDataQuery=fr;exports.PermitTypedDataResponseFragment=_;exports.PositionAmountFragment=lt;exports.PositionSwapAdapterContractApprovalFragment=ft;exports.PositionSwapApprovalFragment=qt;exports.PositionSwapByIntentApprovalsRequiredFragment=C;exports.PositionSwapPositionManagerApprovalFragment=Rt;exports.PreContractActionRequiredFragment=ot;exports.PreparePositionSwapQuery=tn;exports.PreparePositionSwapResultFragment=Se;exports.PrepareSwapCancelQuery=Ya;exports.PrepareSwapCancelResultFragment=ie;exports.PrepareSwapOrderFragment=re;exports.PrepareTokenSwapQuery=Va;exports.PrepareTokenSwapResultFragment=oe;exports.PreviewQuery=dn;exports.PreviewUserPositionFragment=Qt;exports.ProtocolHistoryQuery=Fa;exports.ProtocolHistorySampleFragment=vt;exports.RenounceSpokeUserPositionManagerQuery=ln;exports.RepayActivityFragment=Wt;exports.RepayQuery=sn;exports.RepayWithSupplyKind=Qe;exports.RepayWithSupplyQuoteQuery=Xa;exports.RepayWithSupplyQuoteResultFragment=ge;exports.ReserveFragment=h;exports.ReserveInfoFragment=g;exports.ReserveQuery=va;exports.ReserveSettingsFragment=Je;exports.ReserveStatusFragment=Xe;exports.ReserveSummaryFragment=et;exports.ReserveUserStateFragment=tt;exports.ReservesQuery=Ua;exports.ReservesRequestFilter=Oe;exports.SetSpokeUserPositionManagerQuery=yn;exports.SetUserSuppliesAsCollateralQuery=cn;exports.SpokeFragment=i;exports.SpokePositionManagerFragment=Ze;exports.SpokePositionManagersQuery=_a;exports.SpokeQuery=Ha;exports.SpokeUserPositionManagerFragment=je;exports.SpokeUserPositionManagersQuery=$a;exports.SpokesQuery=Qa;exports.SupplyActivityFragment=$t;exports.SupplyApyHistoryQuery=Ea;exports.SupplyQuery=pn;exports.SupplySwapKind=_e;exports.SupplySwapQuoteQuery=ja;exports.SupplySwapQuoteResultFragment=ce;exports.SwapAmountFragment=ue;exports.SwapByIntentFragment=ut;exports.SwapByIntentWithApprovalRequiredFragment=it;exports.SwapByTransactionFragment=mt;exports.SwapCancelledFragment=se;exports.SwapExecutionPlanFragment=pe;exports.SwapExpiredFragment=ct;exports.SwapFulfilledFragment=St;exports.SwapKind=Be;exports.SwapMutation=Ga;exports.SwapOpenFragment=gt;exports.SwapPendingSignatureFragment=dt;exports.SwapQuoteCostsFragment=st;exports.SwapQuoteFragment=U;exports.SwapReceiptFragment=ae;exports.SwapStatusFilter=Ne;exports.SwapStatusFragment=N;exports.SwapStatusQuery=Ka;exports.SwapTransactionRequestFragment=yt;exports.SwapTypedDataFragment=E;exports.SwappableTokensQuery=Ma;exports.TimeWindow=Ie;exports.TokenAmountFragment=I;exports.TokenCategory=We;exports.TokenFragment=Y;exports.TokenInfoFragment=F;exports.TokenSwapQuoteQuery=La;exports.TokenSwapQuoteResultFragment=ne;exports.TransactionRequestFragment=m;exports.TypeDefinitionFragment=at;exports.TypeFieldFragment=rt;exports.UpdateUserPositionConditionsQuery=gn;exports.UpdatedDynamicConfigActivityFragment=Mt;exports.UpdatedRiskPremiumActivityFragment=Vt;exports.UserBalanceFragment=xe;exports.UserBalancesQuery=Fn;exports.UserBorrowItemFragment=Re;exports.UserBorrowsQuery=An;exports.UserPositionConditionVariationFragment=Ht;exports.UserPositionConditionsUpdate=De;exports.UserPositionFragment=D;exports.UserPositionQuery=Pn;exports.UserPositionRiskPremiumFragment=xt;exports.UserPositionsQuery=hn;exports.UserRiskPremiumBreakdownItemFragment=W;exports.UserRiskPremiumBreakdownQuery=Tn;exports.UserSummaryFragment=qe;exports.UserSummaryHistoryItemFragment=Ae;exports.UserSummaryHistoryQuery=In;exports.UserSummaryQuery=wn;exports.UserSuppliesQuery=xn;exports.UserSupplyItemFragment=fe;exports.UserSwapsQuery=Za;exports.UsingAsCollateralActivityFragment=Lt;exports.WithdrawActivityFragment=Nt;exports.WithdrawQuery=un;exports.WithdrawSwapKind=$e;exports.WithdrawSwapQuoteQuery=en;exports.WithdrawSwapQuoteResultFragment=de;exports.assetId=Dr;exports.decodeHubId=Mr;exports.decodeReserveId=Gr;exports.decodeUserPositionId=zr;exports.encodeHubId=Lr;exports.encodeReserveId=Yr;exports.encodeSpokeId=Xr;exports.encodeUserPositionId=Zr;exports.graphql=e;exports.hubAssetId=Vr;exports.hubId=wt;exports.isChainIdsVariant=sa;exports.isERC20PermitSignature=Sr;exports.isHubInputVariant=pa;exports.isSpokeInputVariant=ua;exports.isTxHashInputVariant=ia;exports.reserveId=Kr;exports.spokeId=Pt;exports.swapId=jr;exports.swapQuoteId=Jr;exports.tokenInfoId=aa;exports.userBalanceId=ea;exports.userBorrowItemId=ta;exports.userPositionId=ht;exports.userSupplyItemId=ra;//# sourceMappingURL=index.cjs.map
|
|
1526
1533
|
//# sourceMappingURL=index.cjs.map
|