@aave/graphql 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +265 -201
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +40060 -6363
- package/dist/index.d.ts +40060 -6363
- package/dist/index.js +265 -201
- 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 +7074 -968
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';var gql_tada=require('gql.tada'),types=require('@aave/types');var
|
|
1
|
+
'use strict';var gql_tada=require('gql.tada'),types=require('@aave/types');var Ve=(a=>(a.Asc="ASC",a.Desc="DESC",a))(Ve||{}),$e=(a=>(a.Ten="TEN",a.Fifty="FIFTY",a))($e||{}),Me=(F=>(F.LastDay="LAST_DAY",F.LastWeek="LAST_WEEK",F.LastMonth="LAST_MONTH",F.LastSixMonths="LAST_SIX_MONTHS",F.LastYear="LAST_YEAR",F.All="ALL",F))(Me||{}),Ne=(S=>(S.SpokeBorrow="SPOKE_BORROW",S.SpokeRepay="SPOKE_REPAY",S.SpokeSupply="SPOKE_SUPPLY",S.SpokeWithdraw="SPOKE_WITHDRAW",S.SpokeUpdateUserRiskPremium="SPOKE_UPDATE_USER_RISK_PREMIUM",S.SpokeUpdateUserDynamicConfig="SPOKE_UPDATE_USER_DYNAMIC_CONFIG",S.SpokeSetUserUsingAsCollateral="SPOKE_SET_USER_USING_AS_COLLATERAL",S.SpokeSetUserPositionManager="SPOKE_SET_USER_POSITION_MANAGER",S.RenounceSpokeUserPositionManager="RENOUNCE_SPOKE_USER_POSITION_MANAGER",S.Liquidation="LIQUIDATION",S))(Ne||{}),De=(n=>(n.TESTNET_ONLY="TESTNET_ONLY",n.MAINNET_ONLY="MAINNET_ONLY",n.ALL="ALL",n))(De||{}),Le=(c=>(c.Borrow="BORROW",c.Supply="SUPPLY",c.Withdraw="WITHDRAW",c.Repay="REPAY",c.Liquidated="LIQUIDATED",c.SetAsCollateral="SET_AS_COLLATERAL",c.UpdatedDynamicConfig="UPDATED_DYNAMIC_CONFIG",c.UpdatedRiskPremium="UPDATED_RISK_PREMIUM",c.TokenToTokenSwap="TOKEN_TO_TOKEN_SWAP",c.SupplySwap="SUPPLY_SWAP",c.BorrowSwap="BORROW_SWAP",c.RepayWithSupply="REPAY_WITH_SUPPLY",c.WithdrawSwap="WITHDRAW_SWAP",c))(Le||{}),Ge=(n=>(n.Highest="HIGHEST",n.Lowest="LOWEST",n.Average="AVERAGE",n))(Ge||{}),Ke=(a=>(a.Highest="HIGHEST",a.Lowest="LOWEST",a))(Ke||{}),Ye=(n=>(n.Usd="USD",n.Eur="EUR",n.Gbp="GBP",n))(Ye||{}),ze=(a=>(a.Supplied="SUPPLIED",a.Borrowed="BORROWED",a))(ze||{}),Ze=(A=>(A.Supply="SUPPLY",A.Borrow="BORROW",A.Collateral="COLLATERAL",A.All="ALL",A))(Ze||{}),je=(a=>(a.Current="CURRENT",a.New="NEW",a))(je||{}),Je=(a=>(a.Repay="REPAY",a.Supply="SUPPLY",a))(Je||{}),Xe=(n=>(n.Ready="READY",n.Pending="PENDING",n.Unknown="UNKNOWN",n))(Xe||{}),et=(a=>(a.Current="CURRENT",a.New="NEW",a))(et||{}),tt=(a=>(a.Withdraw="WITHDRAW",a.Buy="BUY",a))(tt||{}),rt=(v=>(v.Cancelled="CANCELLED",v.Expired="EXPIRED",v.Fulfilled="FULFILLED",v.Open="OPEN",v.PendingSignature="PENDING_SIGNATURE",v))(rt||{}),at=(a=>(a.Stablecoin="STABLECOIN",a.EthCorrelated="ETH_CORRELATED",a))(at||{}),nt=(a=>(a.Pending="PENDING",a.Done="DONE",a))(nt||{}),ot=(a=>(a.AllDynamicConfig="ALL_DYNAMIC_CONFIG",a.JustRiskPremium="JUST_RISK_PREMIUM",a))(ot||{}),pt=(a=>(a.Fast="FAST",a.Accurate="ACCURATE",a))(pt||{}),st=(a=>(a.Market="MARKET",a.Limit="LIMIT",a))(st||{}),ut=(n=>(n.Fulfilled="FULFILLED",n.Cancelled="CANCELLED",n.Expired="EXPIRED",n))(ut||{}),it=(a=>(a.Buy="BUY",a.Sell="SELL",a))(it||{});var e=gql_tada.initGraphQLTada();var Q=e(`fragment DomainData on DomainData {
|
|
2
2
|
name
|
|
3
3
|
version
|
|
4
4
|
chainId
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
onChainValue
|
|
9
9
|
decimals
|
|
10
10
|
value
|
|
11
|
-
}`),
|
|
11
|
+
}`),r=e(`fragment PercentNumber on PercentNumber {
|
|
12
12
|
__typename
|
|
13
13
|
onChainValue
|
|
14
14
|
decimals
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
change(window: $timeWindow) {
|
|
23
23
|
...PercentNumber
|
|
24
24
|
}
|
|
25
|
-
}`,[l,
|
|
25
|
+
}`,[l,r]),i=e(`fragment ExchangeAmount on ExchangeAmount {
|
|
26
26
|
__typename
|
|
27
27
|
value
|
|
28
28
|
name
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
id
|
|
35
35
|
name
|
|
36
36
|
symbol
|
|
37
|
+
canonicalSymbol
|
|
37
38
|
icon
|
|
38
39
|
decimals
|
|
39
40
|
categories
|
|
@@ -49,6 +50,9 @@
|
|
|
49
50
|
nativeWrappedToken
|
|
50
51
|
nativeGateway
|
|
51
52
|
signatureGateway
|
|
53
|
+
nativeWrappedInfo {
|
|
54
|
+
...TokenInfo
|
|
55
|
+
}
|
|
52
56
|
nativeInfo {
|
|
53
57
|
...TokenInfo
|
|
54
58
|
}
|
|
@@ -84,7 +88,7 @@
|
|
|
84
88
|
exchangeRate(currency: $currency){
|
|
85
89
|
...DecimalNumber
|
|
86
90
|
}
|
|
87
|
-
}`,[m,l,i]),
|
|
91
|
+
}`,[m,l,i]),yt=e(`fragment NativeAmount on NativeAmount {
|
|
88
92
|
__typename
|
|
89
93
|
token {
|
|
90
94
|
...NativeToken
|
|
@@ -106,7 +110,7 @@
|
|
|
106
110
|
... on NativeAmount {
|
|
107
111
|
...NativeAmount
|
|
108
112
|
}
|
|
109
|
-
}`,[p,
|
|
113
|
+
}`,[p,yt]),j=e(`fragment Token on Token {
|
|
110
114
|
__typename
|
|
111
115
|
... on Erc20Token {
|
|
112
116
|
...Erc20Token
|
|
@@ -122,7 +126,7 @@
|
|
|
122
126
|
change(window: $timeWindow){
|
|
123
127
|
...PercentNumber
|
|
124
128
|
}
|
|
125
|
-
}`,[i,
|
|
129
|
+
}`,[i,r]),J=e(`fragment PercentNumberWithChange on PercentNumberWithChange {
|
|
126
130
|
__typename
|
|
127
131
|
current {
|
|
128
132
|
...PercentNumber
|
|
@@ -130,7 +134,7 @@
|
|
|
130
134
|
change(window: $timeWindow){
|
|
131
135
|
...PercentNumber
|
|
132
136
|
}
|
|
133
|
-
}`,[
|
|
137
|
+
}`,[r]),g=e(`fragment PaginatedResultInfo on PaginatedResultInfo {
|
|
134
138
|
__typename
|
|
135
139
|
prev
|
|
136
140
|
next
|
|
@@ -142,7 +146,7 @@
|
|
|
142
146
|
after {
|
|
143
147
|
...PercentNumber
|
|
144
148
|
}
|
|
145
|
-
}`,[
|
|
149
|
+
}`,[r]),ee=e(`fragment ExchangeAmountVariation on ExchangeAmountVariation {
|
|
146
150
|
__typename
|
|
147
151
|
current {
|
|
148
152
|
...ExchangeAmount
|
|
@@ -156,11 +160,11 @@
|
|
|
156
160
|
change(window: $timeWindow) {
|
|
157
161
|
...PercentNumber
|
|
158
162
|
}
|
|
159
|
-
}`,[
|
|
163
|
+
}`,[r]),lt=e(`fragment HealthFactorVariation on HealthFactorVariation {
|
|
160
164
|
__typename
|
|
161
165
|
current
|
|
162
166
|
after
|
|
163
|
-
}`),
|
|
167
|
+
}`),ct=e(`fragment HealthFactorError on HealthFactorError {
|
|
164
168
|
__typename
|
|
165
169
|
reason
|
|
166
170
|
current
|
|
@@ -173,7 +177,7 @@
|
|
|
173
177
|
... on HealthFactorError {
|
|
174
178
|
...HealthFactorError
|
|
175
179
|
}
|
|
176
|
-
}`,[
|
|
180
|
+
}`,[lt,ct]),f=e(`fragment InsufficientBalanceError on InsufficientBalanceError {
|
|
177
181
|
__typename
|
|
178
182
|
required {
|
|
179
183
|
...DecimalNumber
|
|
@@ -184,7 +188,7 @@
|
|
|
184
188
|
}`,[l]),b=e(`fragment InsufficientLiquidityError on InsufficientLiquidityError {
|
|
185
189
|
__typename
|
|
186
190
|
reason
|
|
187
|
-
}`);var
|
|
191
|
+
}`);var gt=e(`fragment HubSummary on HubSummary {
|
|
188
192
|
__typename
|
|
189
193
|
totalBorrowed {
|
|
190
194
|
...ExchangeAmountWithChange
|
|
@@ -201,7 +205,7 @@
|
|
|
201
205
|
utilizationRate {
|
|
202
206
|
...PercentNumber
|
|
203
207
|
}
|
|
204
|
-
}`,[i,P,
|
|
208
|
+
}`,[i,P,r]),q=e(`fragment Hub on Hub {
|
|
205
209
|
__typename
|
|
206
210
|
id
|
|
207
211
|
name
|
|
@@ -212,7 +216,7 @@
|
|
|
212
216
|
summary(currency: $currency) {
|
|
213
217
|
...HubSummary
|
|
214
218
|
}
|
|
215
|
-
}`,[o,
|
|
219
|
+
}`,[o,gt]);var dt=e(`fragment HubAssetSummary on HubAssetSummary {
|
|
216
220
|
__typename
|
|
217
221
|
supplied {
|
|
218
222
|
...Erc20Amount
|
|
@@ -237,7 +241,7 @@
|
|
|
237
241
|
}
|
|
238
242
|
reservesCount
|
|
239
243
|
activeReservesCount
|
|
240
|
-
}`,[p,
|
|
244
|
+
}`,[p,r]),St=e(`fragment HubAssetSettings on HubAssetSettings {
|
|
241
245
|
__typename
|
|
242
246
|
feeReceiver
|
|
243
247
|
liquidityFee {
|
|
@@ -257,7 +261,7 @@
|
|
|
257
261
|
slopeAboveOptimal {
|
|
258
262
|
...PercentNumber
|
|
259
263
|
}
|
|
260
|
-
}`,[
|
|
264
|
+
}`,[r]),Rt=e(`fragment HubAssetUserState on HubAssetUserState {
|
|
261
265
|
__typename
|
|
262
266
|
balance {
|
|
263
267
|
...Erc20Amount
|
|
@@ -281,7 +285,7 @@
|
|
|
281
285
|
userState {
|
|
282
286
|
...HubAssetUserState
|
|
283
287
|
}
|
|
284
|
-
}`,[q,m,
|
|
288
|
+
}`,[q,m,dt,St,Rt]);var ae=e(`fragment PermitTypedData on PermitTypedData {
|
|
285
289
|
__typename
|
|
286
290
|
types
|
|
287
291
|
primaryType
|
|
@@ -290,7 +294,7 @@
|
|
|
290
294
|
}
|
|
291
295
|
message
|
|
292
296
|
signedAmount
|
|
293
|
-
}`,[Q]);function
|
|
297
|
+
}`,[Q]);function da(t){return typeof t=="object"&&t!==null&&"deadline"in t&&"value"in t}var ft=e(`fragment MerklGenericCriteria on MerklGenericCriteria {
|
|
294
298
|
__typename
|
|
295
299
|
id
|
|
296
300
|
text
|
|
@@ -300,7 +304,7 @@
|
|
|
300
304
|
... on MerklGenericCriteria {
|
|
301
305
|
...MerklGenericCriteria
|
|
302
306
|
}
|
|
303
|
-
}`,[
|
|
307
|
+
}`,[ft]),qt=e(`fragment PointsGenericCriteria on PointsGenericCriteria {
|
|
304
308
|
__typename
|
|
305
309
|
id
|
|
306
310
|
text
|
|
@@ -310,13 +314,13 @@
|
|
|
310
314
|
... on PointsGenericCriteria {
|
|
311
315
|
...PointsGenericCriteria
|
|
312
316
|
}
|
|
313
|
-
}`,[
|
|
317
|
+
}`,[qt]),pe=e(`fragment PointsProgram on PointsProgram {
|
|
314
318
|
__typename
|
|
315
319
|
id
|
|
316
320
|
name
|
|
317
321
|
externalUrl
|
|
318
322
|
iconUrl
|
|
319
|
-
}`),
|
|
323
|
+
}`),xt=e(`fragment MerklSupplyReward on MerklSupplyReward {
|
|
320
324
|
__typename
|
|
321
325
|
id
|
|
322
326
|
startDate
|
|
@@ -331,7 +335,7 @@
|
|
|
331
335
|
...MerklCriteria
|
|
332
336
|
}
|
|
333
337
|
userEligible
|
|
334
|
-
}`,[
|
|
338
|
+
}`,[r,m,ne]),wt=e(`fragment MerklBorrowReward on MerklBorrowReward {
|
|
335
339
|
__typename
|
|
336
340
|
id
|
|
337
341
|
startDate
|
|
@@ -346,7 +350,7 @@
|
|
|
346
350
|
...MerklCriteria
|
|
347
351
|
}
|
|
348
352
|
userEligible
|
|
349
|
-
}`,[
|
|
353
|
+
}`,[r,m,ne]),ht=e(`fragment SupplyPoints on SupplyPointsReward {
|
|
350
354
|
__typename
|
|
351
355
|
id
|
|
352
356
|
program {
|
|
@@ -360,7 +364,7 @@
|
|
|
360
364
|
...PointsCriteria
|
|
361
365
|
}
|
|
362
366
|
userEligible
|
|
363
|
-
}`,[pe,oe]),
|
|
367
|
+
}`,[pe,oe]),At=e(`fragment BorrowPoints on BorrowPointsReward {
|
|
364
368
|
__typename
|
|
365
369
|
id
|
|
366
370
|
program {
|
|
@@ -388,7 +392,7 @@
|
|
|
388
392
|
... on BorrowPointsReward {
|
|
389
393
|
...BorrowPoints
|
|
390
394
|
}
|
|
391
|
-
}`,[
|
|
395
|
+
}`,[xt,wt,ht,At]),Pt=e(`fragment UserMerklClaimableReward on UserMerklClaimableReward {
|
|
392
396
|
__typename
|
|
393
397
|
id
|
|
394
398
|
claimable {
|
|
@@ -402,14 +406,14 @@
|
|
|
402
406
|
... on UserMerklClaimableReward {
|
|
403
407
|
...UserMerklClaimableReward
|
|
404
408
|
}
|
|
405
|
-
}`,[
|
|
409
|
+
}`,[Pt]);var Ft=e(`fragment SpokeLiquidationConfig on SpokeLiquidationConfig {
|
|
406
410
|
__typename
|
|
407
411
|
targetHealthFactor
|
|
408
412
|
healthFactorForMaxBonus
|
|
409
413
|
liquidationBonusFactor {
|
|
410
414
|
...PercentNumber
|
|
411
415
|
}
|
|
412
|
-
}`,[
|
|
416
|
+
}`,[r]),bt=e(`fragment SpokeSummary on SpokeSummary {
|
|
413
417
|
__typename
|
|
414
418
|
totalBorrowed {
|
|
415
419
|
...ExchangeAmount
|
|
@@ -425,7 +429,7 @@
|
|
|
425
429
|
}
|
|
426
430
|
uniqueAssets
|
|
427
431
|
connectedHubs
|
|
428
|
-
}`,[i,
|
|
432
|
+
}`,[i,r]),It=e(`fragment SpokeConnectedHubSummary on SpokeConnectedHubSummary {
|
|
429
433
|
__typename
|
|
430
434
|
totalBorrowed {
|
|
431
435
|
...ExchangeAmount
|
|
@@ -439,7 +443,7 @@
|
|
|
439
443
|
totalSupplied {
|
|
440
444
|
...ExchangeAmount
|
|
441
445
|
}
|
|
442
|
-
}`,[i,
|
|
446
|
+
}`,[i,r]),Tt=e(`fragment SpokeConnectedHub on SpokeConnectedHub {
|
|
443
447
|
__typename
|
|
444
448
|
hub {
|
|
445
449
|
...Hub
|
|
@@ -447,7 +451,7 @@
|
|
|
447
451
|
summary {
|
|
448
452
|
...SpokeConnectedHubSummary
|
|
449
453
|
}
|
|
450
|
-
}`,[q,
|
|
454
|
+
}`,[q,It]),y=e(`fragment Spoke on Spoke {
|
|
451
455
|
__typename
|
|
452
456
|
id
|
|
453
457
|
name
|
|
@@ -464,7 +468,7 @@
|
|
|
464
468
|
connectedHubs(currency: $currency) {
|
|
465
469
|
...SpokeConnectedHub
|
|
466
470
|
}
|
|
467
|
-
}`,[o,
|
|
471
|
+
}`,[o,Ft,bt,Tt]),kt=e(`fragment SpokePositionManager on SpokePositionManager {
|
|
468
472
|
__typename
|
|
469
473
|
address
|
|
470
474
|
active
|
|
@@ -477,7 +481,7 @@
|
|
|
477
481
|
pageInfo {
|
|
478
482
|
...PaginatedResultInfo
|
|
479
483
|
}
|
|
480
|
-
}`,[
|
|
484
|
+
}`,[kt,g]),vt=e(`fragment SpokeUserPositionManager on SpokeUserPositionManager {
|
|
481
485
|
__typename
|
|
482
486
|
address
|
|
483
487
|
approvedOn
|
|
@@ -491,7 +495,7 @@
|
|
|
491
495
|
pageInfo {
|
|
492
496
|
...PaginatedResultInfo
|
|
493
497
|
}
|
|
494
|
-
}`,[
|
|
498
|
+
}`,[vt,g]);var Ct=e(`fragment ReserveSettings on ReserveSettings {
|
|
495
499
|
__typename
|
|
496
500
|
collateralFactor {
|
|
497
501
|
...PercentNumber
|
|
@@ -516,12 +520,12 @@
|
|
|
516
520
|
supplyCap {
|
|
517
521
|
...Erc20Amount
|
|
518
522
|
}
|
|
519
|
-
}`,[
|
|
523
|
+
}`,[r,p]),Et=e(`fragment ReserveStatus on ReserveStatus {
|
|
520
524
|
__typename
|
|
521
525
|
frozen
|
|
522
526
|
paused
|
|
523
527
|
active
|
|
524
|
-
}`),
|
|
528
|
+
}`),Ut=e(`fragment ReserveSummary on ReserveSummary {
|
|
525
529
|
__typename
|
|
526
530
|
supplied {
|
|
527
531
|
...Erc20Amount
|
|
@@ -544,7 +548,7 @@
|
|
|
544
548
|
rewards {
|
|
545
549
|
...Reward
|
|
546
550
|
}
|
|
547
|
-
}`,[p,
|
|
551
|
+
}`,[p,r,W]),Ot=e(`fragment ReserveUserState on ReserveUserState {
|
|
548
552
|
__typename
|
|
549
553
|
balance {
|
|
550
554
|
...Erc20Amount
|
|
@@ -568,7 +572,7 @@
|
|
|
568
572
|
...PercentNumber
|
|
569
573
|
}
|
|
570
574
|
dynamicConfigKey
|
|
571
|
-
}`,[p,
|
|
575
|
+
}`,[p,r]),T=e(`fragment Reserve on Reserve {
|
|
572
576
|
__typename
|
|
573
577
|
id
|
|
574
578
|
onChainId
|
|
@@ -597,7 +601,7 @@
|
|
|
597
601
|
asset {
|
|
598
602
|
...HubAsset
|
|
599
603
|
}
|
|
600
|
-
}`,[y,o,
|
|
604
|
+
}`,[y,o,Ut,Ct,Et,Ot,I]),me=e(`fragment ReserveHolder on ReserveHolder {
|
|
601
605
|
__typename
|
|
602
606
|
address
|
|
603
607
|
amount {
|
|
@@ -606,7 +610,7 @@
|
|
|
606
610
|
weight {
|
|
607
611
|
...PercentNumber
|
|
608
612
|
}
|
|
609
|
-
}`,[p,
|
|
613
|
+
}`,[p,r]),d=e(`fragment ReserveInfo on ReserveInfo {
|
|
610
614
|
__typename
|
|
611
615
|
id
|
|
612
616
|
asset {
|
|
@@ -643,7 +647,7 @@
|
|
|
643
647
|
originalTransaction {
|
|
644
648
|
...TransactionRequest
|
|
645
649
|
}
|
|
646
|
-
}`,[s,V,l]),
|
|
650
|
+
}`,[s,V,l]),_t=e(`fragment PreContractActionRequired on PreContractActionRequired {
|
|
647
651
|
__typename
|
|
648
652
|
transaction {
|
|
649
653
|
...TransactionRequest
|
|
@@ -666,7 +670,7 @@
|
|
|
666
670
|
... on InsufficientBalanceError {
|
|
667
671
|
...InsufficientBalanceError
|
|
668
672
|
}
|
|
669
|
-
}`,[s,E,
|
|
673
|
+
}`,[s,E,_t,f]);var Bt=e(`fragment SwapQuoteCosts on SwapQuoteCosts {
|
|
670
674
|
__typename
|
|
671
675
|
networkCosts {
|
|
672
676
|
...TokenAmount
|
|
@@ -705,7 +709,7 @@
|
|
|
705
709
|
finalSell {
|
|
706
710
|
...TokenAmount
|
|
707
711
|
}
|
|
708
|
-
}`,[
|
|
712
|
+
}`,[r,R,Bt]),_=e(`fragment SwapTypedData on SwapTypedData {
|
|
709
713
|
__typename
|
|
710
714
|
primaryType
|
|
711
715
|
types
|
|
@@ -719,13 +723,13 @@
|
|
|
719
723
|
data {
|
|
720
724
|
...SwapTypedData
|
|
721
725
|
}
|
|
722
|
-
}`,[_]),
|
|
726
|
+
}`,[_]),Ht=e(`fragment SwapByIntent on SwapByIntent {
|
|
723
727
|
__typename
|
|
724
728
|
quote {
|
|
725
729
|
...SwapQuote
|
|
726
730
|
}
|
|
727
731
|
|
|
728
|
-
}`,[O]),
|
|
732
|
+
}`,[O]),Qt=e(`fragment SwapByIntentWithApprovalRequired on SwapByIntentWithApprovalRequired {
|
|
729
733
|
__typename
|
|
730
734
|
approvals {
|
|
731
735
|
...Erc20Approval
|
|
@@ -733,12 +737,12 @@
|
|
|
733
737
|
quote {
|
|
734
738
|
...SwapQuote
|
|
735
739
|
}
|
|
736
|
-
}`,[V,O]),
|
|
740
|
+
}`,[V,O]),Wt=e(`fragment SwapByTransaction on SwapByTransaction {
|
|
737
741
|
__typename
|
|
738
742
|
quote {
|
|
739
743
|
...SwapQuote
|
|
740
744
|
}
|
|
741
|
-
}`,[O]),
|
|
745
|
+
}`,[O]),Vt=e(`fragment SwapByTransactionWithApprovalRequired on SwapByTransactionWithApprovalRequired {
|
|
742
746
|
__typename
|
|
743
747
|
quote {
|
|
744
748
|
...SwapQuote
|
|
@@ -767,7 +771,7 @@
|
|
|
767
771
|
... on InsufficientLiquidityError {
|
|
768
772
|
...InsufficientLiquidityError
|
|
769
773
|
}
|
|
770
|
-
}`,[
|
|
774
|
+
}`,[Ht,Qt,Wt,Vt,b]),ge=e(`fragment PrepareTokenSwapResult on PrepareTokenSwapResult {
|
|
771
775
|
__typename
|
|
772
776
|
... on PrepareSwapOrder {
|
|
773
777
|
...PrepareSwapOrder
|
|
@@ -775,7 +779,7 @@
|
|
|
775
779
|
... on InsufficientBalanceError {
|
|
776
780
|
...InsufficientBalanceError
|
|
777
781
|
}
|
|
778
|
-
}`,[ye,f])
|
|
782
|
+
}`,[ye,f]),$t=e(`fragment SwapTransactionRequest on SwapTransactionRequest {
|
|
779
783
|
__typename
|
|
780
784
|
transaction {
|
|
781
785
|
...TransactionRequest
|
|
@@ -794,7 +798,7 @@
|
|
|
794
798
|
... on InsufficientBalanceError {
|
|
795
799
|
...InsufficientBalanceError
|
|
796
800
|
}
|
|
797
|
-
}`,[
|
|
801
|
+
}`,[$t,le,f]),h=e(`fragment PositionAmount on PositionAmount {
|
|
798
802
|
__typename
|
|
799
803
|
reserve {
|
|
800
804
|
...ReserveInfo
|
|
@@ -802,7 +806,7 @@
|
|
|
802
806
|
amount {
|
|
803
807
|
...Erc20Amount
|
|
804
808
|
}
|
|
805
|
-
}`,[d,p])
|
|
809
|
+
}`,[d,p]),Mt=e(`fragment SupplySwap on SupplySwap {
|
|
806
810
|
__typename
|
|
807
811
|
sell {
|
|
808
812
|
...PositionAmount
|
|
@@ -812,7 +816,7 @@
|
|
|
812
816
|
}
|
|
813
817
|
kind
|
|
814
818
|
orderClass
|
|
815
|
-
}`,[h]),
|
|
819
|
+
}`,[h]),Nt=e(`fragment BorrowSwap on BorrowSwap {
|
|
816
820
|
__typename
|
|
817
821
|
sell {
|
|
818
822
|
...PositionAmount
|
|
@@ -822,7 +826,7 @@
|
|
|
822
826
|
}
|
|
823
827
|
kind
|
|
824
828
|
orderClass
|
|
825
|
-
}`,[h]),
|
|
829
|
+
}`,[h]),Dt=e(`fragment RepayWithSupply on RepayWithSupply {
|
|
826
830
|
__typename
|
|
827
831
|
repay {
|
|
828
832
|
...PositionAmount
|
|
@@ -832,7 +836,7 @@
|
|
|
832
836
|
}
|
|
833
837
|
kind
|
|
834
838
|
orderClass
|
|
835
|
-
}`,[h]),
|
|
839
|
+
}`,[h]),Lt=e(`fragment WithdrawSwap on WithdrawSwap {
|
|
836
840
|
__typename
|
|
837
841
|
withdraw {
|
|
838
842
|
...PositionAmount
|
|
@@ -842,7 +846,7 @@
|
|
|
842
846
|
}
|
|
843
847
|
kind
|
|
844
848
|
orderClass
|
|
845
|
-
}`,[h,R]),
|
|
849
|
+
}`,[h,R]),Gt=e(`fragment TokenSwap on TokenSwap {
|
|
846
850
|
__typename
|
|
847
851
|
sell {
|
|
848
852
|
...TokenAmount
|
|
@@ -869,7 +873,7 @@
|
|
|
869
873
|
... on TokenSwap {
|
|
870
874
|
...TokenSwap
|
|
871
875
|
}
|
|
872
|
-
}`,[
|
|
876
|
+
}`,[Mt,Nt,Dt,Lt,Gt]),Kt=e(`fragment SwapCancelled on SwapCancelled {
|
|
873
877
|
__typename
|
|
874
878
|
swapId
|
|
875
879
|
createdAt
|
|
@@ -878,7 +882,7 @@
|
|
|
878
882
|
operation {
|
|
879
883
|
...SwapOperation
|
|
880
884
|
}
|
|
881
|
-
}`,[B]),
|
|
885
|
+
}`,[B]),Yt=e(`fragment SwapExpired on SwapExpired {
|
|
882
886
|
__typename
|
|
883
887
|
swapId
|
|
884
888
|
createdAt
|
|
@@ -887,7 +891,7 @@
|
|
|
887
891
|
operation {
|
|
888
892
|
...SwapOperation
|
|
889
893
|
}
|
|
890
|
-
}`,[B]),
|
|
894
|
+
}`,[B]),zt=e(`fragment SwapOpen on SwapOpen {
|
|
891
895
|
__typename
|
|
892
896
|
swapId
|
|
893
897
|
createdAt
|
|
@@ -896,7 +900,7 @@
|
|
|
896
900
|
operation {
|
|
897
901
|
...SwapOperation
|
|
898
902
|
}
|
|
899
|
-
}`,[B]),
|
|
903
|
+
}`,[B]),Zt=e(`fragment SwapPendingSignature on SwapPendingSignature {
|
|
900
904
|
__typename
|
|
901
905
|
swapId
|
|
902
906
|
createdAt
|
|
@@ -905,7 +909,7 @@
|
|
|
905
909
|
operation {
|
|
906
910
|
...SwapOperation
|
|
907
911
|
}
|
|
908
|
-
}`,[B]),
|
|
912
|
+
}`,[B]),jt=e(`fragment SwapFulfilled on SwapFulfilled {
|
|
909
913
|
__typename
|
|
910
914
|
swapId
|
|
911
915
|
txHash
|
|
@@ -933,12 +937,12 @@
|
|
|
933
937
|
... on SwapFulfilled {
|
|
934
938
|
...SwapFulfilled
|
|
935
939
|
}
|
|
936
|
-
}`,[
|
|
940
|
+
}`,[zt,Zt,Kt,Yt,jt]),Se=e(`fragment PrepareSwapCancelResult on PrepareSwapCancelResult {
|
|
937
941
|
__typename
|
|
938
942
|
data {
|
|
939
943
|
...SwapTypedData
|
|
940
944
|
}
|
|
941
|
-
}`,[_]),
|
|
945
|
+
}`,[_]),Jt=e(`fragment SwapCancelledResult on SwapCancelledResult {
|
|
942
946
|
__typename
|
|
943
947
|
swapId
|
|
944
948
|
createdAt
|
|
@@ -952,7 +956,7 @@
|
|
|
952
956
|
... on SwapCancelledResult {
|
|
953
957
|
...SwapCancelledResult
|
|
954
958
|
}
|
|
955
|
-
}`,[s,
|
|
959
|
+
}`,[s,Jt]),fe=e(`fragment PaginatedUserSwapsResult on PaginatedUserSwapsResult {
|
|
956
960
|
__typename
|
|
957
961
|
items {
|
|
958
962
|
...SwapStatus
|
|
@@ -960,12 +964,12 @@
|
|
|
960
964
|
pageInfo {
|
|
961
965
|
...PaginatedResultInfo
|
|
962
966
|
}
|
|
963
|
-
}`,[G,g]),
|
|
967
|
+
}`,[G,g]),Xt=e(`fragment PositionSwapAdapterContractApproval on PositionSwapAdapterContractApproval {
|
|
964
968
|
__typename
|
|
965
969
|
bySignature {
|
|
966
970
|
...SwapTypedData
|
|
967
971
|
}
|
|
968
|
-
}`,[_]),
|
|
972
|
+
}`,[_]),er=e(`fragment PositionSwapPositionManagerApproval on PositionSwapPositionManagerApproval {
|
|
969
973
|
__typename
|
|
970
974
|
byTransaction {
|
|
971
975
|
...TransactionRequest
|
|
@@ -973,12 +977,12 @@
|
|
|
973
977
|
bySignature {
|
|
974
978
|
...SwapTypedData
|
|
975
979
|
}
|
|
976
|
-
}`,[s,_]),
|
|
980
|
+
}`,[s,_]),tr=e(`fragment PositionSwapSetCollateralApproval on PositionSwapSetCollateralApproval {
|
|
977
981
|
__typename
|
|
978
982
|
bySignature {
|
|
979
983
|
...SwapTypedData
|
|
980
984
|
}
|
|
981
|
-
}`,[_]),
|
|
985
|
+
}`,[_]),rr=e(`fragment PositionSwapApproval on PositionSwapApproval {
|
|
982
986
|
__typename
|
|
983
987
|
... on PositionSwapAdapterContractApproval {
|
|
984
988
|
...PositionSwapAdapterContractApproval
|
|
@@ -989,7 +993,7 @@
|
|
|
989
993
|
... on PositionSwapSetCollateralApproval {
|
|
990
994
|
...PositionSwapSetCollateralApproval
|
|
991
995
|
}
|
|
992
|
-
}`,[
|
|
996
|
+
}`,[Xt,er,tr]),$=e(`fragment PositionSwapByIntentApprovalsRequired on PositionSwapByIntentApprovalsRequired {
|
|
993
997
|
__typename
|
|
994
998
|
quote {
|
|
995
999
|
...SwapQuote
|
|
@@ -997,7 +1001,7 @@
|
|
|
997
1001
|
approvals {
|
|
998
1002
|
...PositionSwapApproval
|
|
999
1003
|
}
|
|
1000
|
-
}`,[O,
|
|
1004
|
+
}`,[O,rr]),qe=e(`fragment SupplySwapQuoteResult on SupplySwapQuoteResult {
|
|
1001
1005
|
__typename
|
|
1002
1006
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1003
1007
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1005,7 +1009,7 @@
|
|
|
1005
1009
|
... on InsufficientLiquidityError {
|
|
1006
1010
|
...InsufficientLiquidityError
|
|
1007
1011
|
}
|
|
1008
|
-
}`,[$,b]),
|
|
1012
|
+
}`,[$,b]),xe=e(`fragment BorrowSwapQuoteResult on BorrowSwapQuoteResult {
|
|
1009
1013
|
__typename
|
|
1010
1014
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1011
1015
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1013,7 +1017,7 @@
|
|
|
1013
1017
|
... on InsufficientLiquidityError {
|
|
1014
1018
|
...InsufficientLiquidityError
|
|
1015
1019
|
}
|
|
1016
|
-
}`,[$,b]),
|
|
1020
|
+
}`,[$,b]),we=e(`fragment RepayWithSupplyQuoteResult on RepayWithSupplyQuoteResult {
|
|
1017
1021
|
__typename
|
|
1018
1022
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1019
1023
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1095,7 +1099,7 @@
|
|
|
1095
1099
|
...ExchangeAmount
|
|
1096
1100
|
}
|
|
1097
1101
|
lowestHealthFactor
|
|
1098
|
-
}`,[P,i,
|
|
1102
|
+
}`,[P,i,r]),Ie=e(`fragment UserRiskPremiumBreakdownItem on UserRiskPremiumBreakdownItem {
|
|
1099
1103
|
__typename
|
|
1100
1104
|
token {
|
|
1101
1105
|
...Erc20Token
|
|
@@ -1109,7 +1113,7 @@
|
|
|
1109
1113
|
collateral {
|
|
1110
1114
|
...PercentNumber
|
|
1111
1115
|
}
|
|
1112
|
-
}`,[m,
|
|
1116
|
+
}`,[m,r]),ar=e(`fragment UserPositionRiskPremium on UserPositionRiskPremium {
|
|
1113
1117
|
__typename
|
|
1114
1118
|
current {
|
|
1115
1119
|
...PercentNumber
|
|
@@ -1117,7 +1121,7 @@
|
|
|
1117
1121
|
latest {
|
|
1118
1122
|
...PercentNumber
|
|
1119
1123
|
}
|
|
1120
|
-
}`,[
|
|
1124
|
+
}`,[r]),K=e(`fragment UserPosition on UserPosition {
|
|
1121
1125
|
__typename
|
|
1122
1126
|
id
|
|
1123
1127
|
spoke {
|
|
@@ -1174,7 +1178,7 @@
|
|
|
1174
1178
|
averageCollateralFactor {
|
|
1175
1179
|
...PercentNumber
|
|
1176
1180
|
}
|
|
1177
|
-
}`,[y,
|
|
1181
|
+
}`,[y,r,P,i,J,te,ar]),Te=e(`fragment UserBalance on UserBalance {
|
|
1178
1182
|
__typename
|
|
1179
1183
|
id
|
|
1180
1184
|
info {
|
|
@@ -1207,7 +1211,7 @@
|
|
|
1207
1211
|
lowestCollateralFactor: collateralFactor(metric: LOWEST) {
|
|
1208
1212
|
...PercentNumber
|
|
1209
1213
|
}
|
|
1210
|
-
}`,[C,l,R,i,
|
|
1214
|
+
}`,[C,l,R,i,r]),ke=e(`fragment UserSummaryHistoryItem on UserSummaryHistoryItem {
|
|
1211
1215
|
__typename
|
|
1212
1216
|
netBalance(currency: $currency) {
|
|
1213
1217
|
...ExchangeAmount
|
|
@@ -1226,7 +1230,7 @@
|
|
|
1226
1230
|
avgRate {
|
|
1227
1231
|
...PercentNumber
|
|
1228
1232
|
}
|
|
1229
|
-
}`,[
|
|
1233
|
+
}`,[r]);var nr=e(`fragment BoostedRate on BoostedRate {
|
|
1230
1234
|
__typename
|
|
1231
1235
|
id
|
|
1232
1236
|
name
|
|
@@ -1234,12 +1238,12 @@
|
|
|
1234
1238
|
apy {
|
|
1235
1239
|
...PercentNumber
|
|
1236
1240
|
}
|
|
1237
|
-
}`,[
|
|
1241
|
+
}`,[r]),or=e(`fragment StableVaultSummary on StableVaultSummary {
|
|
1238
1242
|
__typename
|
|
1239
1243
|
shares
|
|
1240
1244
|
userCount
|
|
1241
1245
|
totalDeposits
|
|
1242
|
-
}`),
|
|
1246
|
+
}`),pr=e(`fragment StableVaultRates on StableVaultRates {
|
|
1243
1247
|
__typename
|
|
1244
1248
|
baseRate {
|
|
1245
1249
|
...PercentNumber
|
|
@@ -1248,7 +1252,7 @@
|
|
|
1248
1252
|
boostedRates {
|
|
1249
1253
|
...BoostedRate
|
|
1250
1254
|
}
|
|
1251
|
-
}`,[
|
|
1255
|
+
}`,[r,nr]),M=e(`fragment StableVault on StableVault {
|
|
1252
1256
|
__typename
|
|
1253
1257
|
id
|
|
1254
1258
|
name
|
|
@@ -1263,7 +1267,7 @@
|
|
|
1263
1267
|
rates {
|
|
1264
1268
|
...StableVaultRates
|
|
1265
1269
|
}
|
|
1266
|
-
}`,[o,
|
|
1270
|
+
}`,[o,or,pr]),ve=e(`fragment StableVaultUserPosition on StableVaultUserPosition {
|
|
1267
1271
|
__typename
|
|
1268
1272
|
id
|
|
1269
1273
|
vault {
|
|
@@ -1286,13 +1290,13 @@
|
|
|
1286
1290
|
...PercentNumber
|
|
1287
1291
|
}
|
|
1288
1292
|
boostedRateId
|
|
1289
|
-
}`,[M,l,
|
|
1293
|
+
}`,[M,l,r]),sr=e(`fragment TokenMovementAllocate on TokenMovementAllocate {
|
|
1290
1294
|
__typename
|
|
1291
1295
|
token {
|
|
1292
1296
|
...Erc20Token
|
|
1293
1297
|
}
|
|
1294
1298
|
amount
|
|
1295
|
-
}`,[m]),
|
|
1299
|
+
}`,[m]),ur=e(`fragment TokenMovementBridgeIn on TokenMovementBridgeIn {
|
|
1296
1300
|
__typename
|
|
1297
1301
|
fromToken {
|
|
1298
1302
|
...Erc20Token
|
|
@@ -1301,7 +1305,7 @@
|
|
|
1301
1305
|
...Erc20Token
|
|
1302
1306
|
}
|
|
1303
1307
|
amount
|
|
1304
|
-
}`,[m]),
|
|
1308
|
+
}`,[m]),ir=e(`fragment TokenMovementBridgeOut on TokenMovementBridgeOut {
|
|
1305
1309
|
__typename
|
|
1306
1310
|
fromToken {
|
|
1307
1311
|
...Erc20Token
|
|
@@ -1310,19 +1314,19 @@
|
|
|
1310
1314
|
...Erc20Token
|
|
1311
1315
|
}
|
|
1312
1316
|
amount
|
|
1313
|
-
}`,[m]),
|
|
1317
|
+
}`,[m]),mr=e(`fragment TokenMovementDeallocate on TokenMovementDeallocate {
|
|
1314
1318
|
__typename
|
|
1315
1319
|
token {
|
|
1316
1320
|
...Erc20Token
|
|
1317
1321
|
}
|
|
1318
1322
|
amount
|
|
1319
|
-
}`,[m]),
|
|
1323
|
+
}`,[m]),yr=e(`fragment TokenMovementRebalance on TokenMovementRebalance {
|
|
1320
1324
|
__typename
|
|
1321
1325
|
token {
|
|
1322
1326
|
...Erc20Token
|
|
1323
1327
|
}
|
|
1324
1328
|
amount
|
|
1325
|
-
}`,[m]),
|
|
1329
|
+
}`,[m]),lr=e(`fragment TokenMovementSwap on TokenMovementSwap {
|
|
1326
1330
|
__typename
|
|
1327
1331
|
fromToken {
|
|
1328
1332
|
...Erc20Token
|
|
@@ -1332,7 +1336,7 @@
|
|
|
1332
1336
|
...Erc20Token
|
|
1333
1337
|
}
|
|
1334
1338
|
toAmount
|
|
1335
|
-
}`,[m]),
|
|
1339
|
+
}`,[m]),cr=e(`fragment TokenMovement on TokenMovement {
|
|
1336
1340
|
__typename
|
|
1337
1341
|
... on TokenMovementAllocate {
|
|
1338
1342
|
...TokenMovementAllocate
|
|
@@ -1352,7 +1356,7 @@
|
|
|
1352
1356
|
... on TokenMovementRebalance {
|
|
1353
1357
|
...TokenMovementRebalance
|
|
1354
1358
|
}
|
|
1355
|
-
}`,[
|
|
1359
|
+
}`,[sr,ur,ir,mr,lr,yr]),gr=e(`fragment TokenMovementRecord on TokenMovementRecord {
|
|
1356
1360
|
__typename
|
|
1357
1361
|
id
|
|
1358
1362
|
type {
|
|
@@ -1361,7 +1365,7 @@
|
|
|
1361
1365
|
status
|
|
1362
1366
|
timestamp
|
|
1363
1367
|
txHash
|
|
1364
|
-
}`,[
|
|
1368
|
+
}`,[cr]),Ce=e(`fragment PaginatedStableVaultMovementsResult on PaginatedStableVaultMovementsResult {
|
|
1365
1369
|
__typename
|
|
1366
1370
|
items {
|
|
1367
1371
|
...TokenMovementRecord
|
|
@@ -1369,20 +1373,20 @@
|
|
|
1369
1373
|
pageInfo {
|
|
1370
1374
|
...PaginatedResultInfo
|
|
1371
1375
|
}
|
|
1372
|
-
}`,[
|
|
1376
|
+
}`,[gr,g]),Ee=e(`fragment PaginatedStableVaultRateUsersResult on PaginatedStableVaultRateUsersResult {
|
|
1373
1377
|
__typename
|
|
1374
1378
|
items
|
|
1375
1379
|
pageInfo {
|
|
1376
1380
|
...PaginatedResultInfo
|
|
1377
1381
|
}
|
|
1378
|
-
}`,[g]),
|
|
1382
|
+
}`,[g]),dr=e(`fragment StableVaultWithdrawClaim on StableVaultWithdrawClaim {
|
|
1379
1383
|
__typename
|
|
1380
1384
|
claimId
|
|
1381
1385
|
transaction {
|
|
1382
1386
|
...TransactionRequest
|
|
1383
1387
|
}
|
|
1384
1388
|
executableAfter
|
|
1385
|
-
}`,[s]),
|
|
1389
|
+
}`,[s]),Sr=e(`fragment StableVaultPendingAvailability on StableVaultPendingAvailability {
|
|
1386
1390
|
__typename
|
|
1387
1391
|
executableAfter
|
|
1388
1392
|
}`),Ue=e(`fragment StableVaultDepositExecutionPlan on StableVaultDepositExecutionPlan {
|
|
@@ -1404,7 +1408,7 @@
|
|
|
1404
1408
|
... on StableVaultWithdrawClaim {
|
|
1405
1409
|
...StableVaultWithdrawClaim
|
|
1406
1410
|
}
|
|
1407
|
-
}`,[s,
|
|
1411
|
+
}`,[s,dr]),_e=e(`fragment StableVaultWithdrawRedeemExecutionPlan on StableVaultWithdrawRedeemExecutionPlan {
|
|
1408
1412
|
__typename
|
|
1409
1413
|
... on TransactionRequest {
|
|
1410
1414
|
...TransactionRequest
|
|
@@ -1412,19 +1416,19 @@
|
|
|
1412
1416
|
... on StableVaultPendingAvailability {
|
|
1413
1417
|
...StableVaultPendingAvailability
|
|
1414
1418
|
}
|
|
1415
|
-
}`,[s,
|
|
1419
|
+
}`,[s,Sr]);var Ja=e(`query Hub($request: HubRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1416
1420
|
value: hub(request: $request) {
|
|
1417
1421
|
...Hub
|
|
1418
1422
|
}
|
|
1419
|
-
}`,[q]),
|
|
1423
|
+
}`,[q]),Xa=e(`query Hubs($request: HubsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1420
1424
|
value: hubs(request: $request) {
|
|
1421
1425
|
...Hub
|
|
1422
1426
|
}
|
|
1423
|
-
}`,[q]),
|
|
1427
|
+
}`,[q]),en=e(`query HubAssets($request: HubAssetsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1424
1428
|
value: hubAssets(request: $request) {
|
|
1425
1429
|
...HubAsset
|
|
1426
1430
|
}
|
|
1427
|
-
}`,[I]),
|
|
1431
|
+
}`,[I]),Rr=e(`fragment HubSummarySample on HubSummarySample {
|
|
1428
1432
|
__typename
|
|
1429
1433
|
date
|
|
1430
1434
|
deposits {
|
|
@@ -1439,11 +1443,11 @@
|
|
|
1439
1443
|
utilizationRate {
|
|
1440
1444
|
...PercentNumber
|
|
1441
1445
|
}
|
|
1442
|
-
}`,[i,
|
|
1446
|
+
}`,[i,r]),tn=e(`query HubSummaryHistory($request: HubSummaryHistoryRequest!) {
|
|
1443
1447
|
value: hubSummaryHistory(request: $request) {
|
|
1444
1448
|
...HubSummarySample
|
|
1445
1449
|
}
|
|
1446
|
-
}`,[
|
|
1450
|
+
}`,[Rr]),fr=e(`fragment HubAssetInterestRateModelPoint on HubAssetInterestRateModelPoint {
|
|
1447
1451
|
__typename
|
|
1448
1452
|
utilizationRate {
|
|
1449
1453
|
...PercentNumber
|
|
@@ -1457,13 +1461,13 @@
|
|
|
1457
1461
|
liquidityDistance {
|
|
1458
1462
|
...Erc20Amount
|
|
1459
1463
|
}
|
|
1460
|
-
}`,[
|
|
1464
|
+
}`,[r,p]),rn=e(`query HubAssetInterestRateModel($request: HubAssetInterestRateModelRequest!, $currency: Currency!) {
|
|
1461
1465
|
value: hubAssetInterestRateModel(request: $request) {
|
|
1462
1466
|
points {
|
|
1463
1467
|
...HubAssetInterestRateModelPoint
|
|
1464
1468
|
}
|
|
1465
1469
|
}
|
|
1466
|
-
}`,[
|
|
1470
|
+
}`,[fr]),qr=e(`fragment HubSpokeConfig on HubSpokeConfig {
|
|
1467
1471
|
__typename
|
|
1468
1472
|
hub {
|
|
1469
1473
|
...Hub
|
|
@@ -1485,27 +1489,27 @@
|
|
|
1485
1489
|
riskPremiumThreshold {
|
|
1486
1490
|
...PercentNumber
|
|
1487
1491
|
}
|
|
1488
|
-
}`,[q,y,I,p,
|
|
1492
|
+
}`,[q,y,I,p,r]),an=e(`query HubSpokeConfigs($request: HubSpokeConfigsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1489
1493
|
value: hubSpokeConfigs(request: $request) {
|
|
1490
1494
|
...HubSpokeConfig
|
|
1491
1495
|
}
|
|
1492
|
-
}`,[
|
|
1496
|
+
}`,[qr]);function D(t){return new TextDecoder().decode(Uint8Array.from(atob(t),w=>w.charCodeAt(0)))}function L(t){return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}var x="::";function pn(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 sn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid BoostedRateId: ${t}`),t}function xr(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 un(t){return xr(L(`${t.chainId}${x}${t.address}`))}function mn(t){let w=D(t),[a,n]=w.split(x);return {chainId:types.chainId(Number.parseInt(a,10)),address:types.evmAddress(n)}}function yn(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 ln(t){return t}function cn(t){let w=D(t),[a,n,A]=w.split(x);return {chainId:types.chainId(Number.parseInt(a,10)),spoke:types.evmAddress(n),onChainId:A}}function gn(t){return L(`${t.chainId}${x}${t.spoke}${x}${t.onChainId}`)}function wr(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 dn(t){let w=D(t),[a,n,A]=w.split(x);return {chainId:types.chainId(Number.parseInt(a,10)),spoke:types.evmAddress(n),user:types.evmAddress(A)}}function Sn(t){return wr(L(`${t.chainId}${x}${t.spoke}${x}${t.user}`))}function Rn(t){return types.invariant(types.isValidHexString(t),`Invalid SwapId: ${t}`),t}function fn(t){return types.invariant(types.isValidHexString(t),`Invalid SwapQuoteId: ${t}`),t}function qn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultId: ${t}`),t}function xn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultUserPositionId: ${t}`),t}function wn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultWithdrawClaimId: ${t}`),t}function hn(t){return hr(L(`${t.chainId}${x}${t.address}`))}function An(t){let w=D(t),[a,n]=w.split(x);return {chainId:types.chainId(Number.parseInt(a,10)),address:types.evmAddress(n)}}function hr(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 Pn(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 Fn(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 bn(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 In(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenInfoId: ${t}`),t}function Tn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenMovementId: ${t}`),t}function Cn(t){return types.isObject(t)&&"hubInput"in t&&t.hubInput!=null}function En(t){return types.isObject(t)&&"chainIds"in t&&t.chainIds!=null}function Un(t){return types.isObject(t)&&"tokens"in t&&t.tokens!=null}function On(t){return types.isObject(t)&&"spoke"in t&&t.spoke!=null}function _n(t){return types.isObject(t)&&"reserveInput"in t&&t.reserveInput!=null}function Bn(t){return types.isObject(t)&&"txHash"in t&&t.txHash!=null}var Vn=e(`query Chain($request: ChainRequest!) {
|
|
1493
1497
|
value: chain(request: $request) {
|
|
1494
1498
|
...Chain
|
|
1495
1499
|
}
|
|
1496
|
-
}`,[o])
|
|
1500
|
+
}`,[o]),$n=e(`query Chains($request: ChainsRequest!) {
|
|
1497
1501
|
value: chains(request: $request) {
|
|
1498
1502
|
...Chain
|
|
1499
1503
|
}
|
|
1500
|
-
}`,[o]),
|
|
1504
|
+
}`,[o]),Mn=e(`query HasProcessedKnownTransaction($request: HasProcessedKnownTransactionRequest!) {
|
|
1501
1505
|
value: hasProcessedKnownTransaction(request: $request)
|
|
1502
|
-
}`)
|
|
1506
|
+
}`),Nn=e(`query Health {
|
|
1503
1507
|
value: health
|
|
1504
|
-
}`),
|
|
1508
|
+
}`),Dn=e(`query ExchangeRate($request: ExchangeRateRequest!) {
|
|
1505
1509
|
value: exchangeRate(request: $request) {
|
|
1506
1510
|
...ExchangeAmount
|
|
1507
1511
|
}
|
|
1508
|
-
}`,[i]);var
|
|
1512
|
+
}`,[i]);var Ar=e(`fragment AssetPriceSample on AssetPriceSample {
|
|
1509
1513
|
__typename
|
|
1510
1514
|
date
|
|
1511
1515
|
price
|
|
@@ -1520,7 +1524,7 @@
|
|
|
1520
1524
|
hub {
|
|
1521
1525
|
...Hub
|
|
1522
1526
|
}
|
|
1523
|
-
}`,[l,
|
|
1527
|
+
}`,[l,r,q]),Pr=e(`fragment AssetSupplySample on AssetSupplySample {
|
|
1524
1528
|
__typename
|
|
1525
1529
|
date
|
|
1526
1530
|
amount {
|
|
@@ -1538,7 +1542,7 @@
|
|
|
1538
1542
|
breakdown {
|
|
1539
1543
|
...AssetSampleBreakdown
|
|
1540
1544
|
}
|
|
1541
|
-
}`,[l,
|
|
1545
|
+
}`,[l,r,He]),Fr=e(`fragment AssetBorrowSample on AssetBorrowSample {
|
|
1542
1546
|
__typename
|
|
1543
1547
|
date
|
|
1544
1548
|
amount {
|
|
@@ -1556,7 +1560,7 @@
|
|
|
1556
1560
|
breakdown {
|
|
1557
1561
|
...AssetSampleBreakdown
|
|
1558
1562
|
}
|
|
1559
|
-
}`,[l,
|
|
1563
|
+
}`,[l,r,He]),br=e(`fragment AssetAmountWithChange on AssetAmountWithChange {
|
|
1560
1564
|
__typename
|
|
1561
1565
|
amount {
|
|
1562
1566
|
...DecimalNumberWithChange
|
|
@@ -1564,7 +1568,7 @@
|
|
|
1564
1568
|
exchange(currency: $currency) {
|
|
1565
1569
|
...ExchangeAmountWithChange
|
|
1566
1570
|
}
|
|
1567
|
-
}`,[z,P]),
|
|
1571
|
+
}`,[z,P]),Ir=e(`fragment AssetSummary on AssetSummary {
|
|
1568
1572
|
__typename
|
|
1569
1573
|
totalSupplyCap {
|
|
1570
1574
|
...AssetAmountWithChange
|
|
@@ -1592,7 +1596,7 @@
|
|
|
1592
1596
|
averageSupplyApy: supplyApy(metric: AVERAGE) {
|
|
1593
1597
|
...PercentNumber
|
|
1594
1598
|
}
|
|
1595
|
-
}`,[
|
|
1599
|
+
}`,[br,r]),Qe=e(`fragment Asset on Asset {
|
|
1596
1600
|
__typename
|
|
1597
1601
|
id
|
|
1598
1602
|
token {
|
|
@@ -1604,23 +1608,76 @@
|
|
|
1604
1608
|
price(currency: $currency) {
|
|
1605
1609
|
...ExchangeAmountWithChange
|
|
1606
1610
|
}
|
|
1607
|
-
}`,[m,
|
|
1611
|
+
}`,[m,Ir,P]),Yn=e(`query Asset($request: AssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1608
1612
|
value: asset(request: $request) {
|
|
1609
1613
|
...Asset
|
|
1610
1614
|
}
|
|
1611
|
-
}`,[
|
|
1615
|
+
}`,[Qe]),Tr=e(`fragment MultichainAssetSummary on MultichainAssetSummary {
|
|
1616
|
+
__typename
|
|
1617
|
+
totalSupplied {
|
|
1618
|
+
...ExchangeAmount
|
|
1619
|
+
}
|
|
1620
|
+
totalBorrowed {
|
|
1621
|
+
...ExchangeAmount
|
|
1622
|
+
}
|
|
1623
|
+
totalSupplyCap {
|
|
1624
|
+
...ExchangeAmount
|
|
1625
|
+
}
|
|
1626
|
+
totalBorrowCap {
|
|
1627
|
+
...ExchangeAmount
|
|
1628
|
+
}
|
|
1629
|
+
totalAvailableLiquidity {
|
|
1630
|
+
...ExchangeAmount
|
|
1631
|
+
}
|
|
1632
|
+
utilizationRate {
|
|
1633
|
+
...PercentNumber
|
|
1634
|
+
}
|
|
1635
|
+
highestSupplyApy {
|
|
1636
|
+
...PercentNumber
|
|
1637
|
+
}
|
|
1638
|
+
lowestSupplyApy {
|
|
1639
|
+
...PercentNumber
|
|
1640
|
+
}
|
|
1641
|
+
averageSupplyApy {
|
|
1642
|
+
...PercentNumber
|
|
1643
|
+
}
|
|
1644
|
+
highestBorrowApy {
|
|
1645
|
+
...PercentNumber
|
|
1646
|
+
}
|
|
1647
|
+
lowestBorrowApy {
|
|
1648
|
+
...PercentNumber
|
|
1649
|
+
}
|
|
1650
|
+
averageBorrowApy {
|
|
1651
|
+
...PercentNumber
|
|
1652
|
+
}
|
|
1653
|
+
chainCount
|
|
1654
|
+
reservesCount
|
|
1655
|
+
activeReservesCount
|
|
1656
|
+
}`,[i,r]),kr=e(`fragment MultichainAsset on MultichainAsset {
|
|
1657
|
+
__typename
|
|
1658
|
+
assets {
|
|
1659
|
+
...Asset
|
|
1660
|
+
}
|
|
1661
|
+
summary {
|
|
1662
|
+
...MultichainAssetSummary
|
|
1663
|
+
}
|
|
1664
|
+
}`,[Qe,Tr]),zn=e(`query MultichainAsset($request: MultichainAssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1665
|
+
value: multichainAsset(request: $request) {
|
|
1666
|
+
...MultichainAsset
|
|
1667
|
+
}
|
|
1668
|
+
}`,[kr]),Zn=e(`query AssetPriceHistory($request: AssetPriceHistoryRequest!) {
|
|
1612
1669
|
value: assetPriceHistory(request: $request) {
|
|
1613
1670
|
...AssetPriceSample
|
|
1614
1671
|
}
|
|
1615
|
-
}`,[
|
|
1672
|
+
}`,[Ar]),jn=e(`query AssetSupplyHistory($request: AssetSupplyHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1616
1673
|
value: assetSupplyHistory(request: $request) {
|
|
1617
1674
|
...AssetSupplySample
|
|
1618
1675
|
}
|
|
1619
|
-
}`,[
|
|
1676
|
+
}`,[Pr]),Jn=e(`query AssetBorrowHistory($request: AssetBorrowHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1620
1677
|
value: assetBorrowHistory(request: $request) {
|
|
1621
1678
|
...AssetBorrowSample
|
|
1622
1679
|
}
|
|
1623
|
-
}`,[
|
|
1680
|
+
}`,[Fr]),vr=e(`fragment ProtocolHistorySample on ProtocolHistorySample {
|
|
1624
1681
|
__typename
|
|
1625
1682
|
date
|
|
1626
1683
|
deposits {
|
|
@@ -1629,27 +1686,27 @@
|
|
|
1629
1686
|
borrows {
|
|
1630
1687
|
...ExchangeAmount
|
|
1631
1688
|
}
|
|
1632
|
-
}`,[i]),
|
|
1689
|
+
}`,[i]),Xn=e(`query ProtocolHistory($request: ProtocolHistoryRequest!) {
|
|
1633
1690
|
value: protocolHistory(request: $request) {
|
|
1634
1691
|
...ProtocolHistorySample
|
|
1635
1692
|
}
|
|
1636
|
-
}`,[
|
|
1693
|
+
}`,[vr]);var ao=e(`query BorrowApyHistory($request: BorrowApyHistoryRequest!) {
|
|
1637
1694
|
value: borrowApyHistory(request: $request) {
|
|
1638
1695
|
...ApySample
|
|
1639
1696
|
}
|
|
1640
|
-
}`,[Y]),
|
|
1697
|
+
}`,[Y]),no=e(`query SupplyApyHistory($request: SupplyApyHistoryRequest!) {
|
|
1641
1698
|
value: supplyApyHistory(request: $request) {
|
|
1642
1699
|
...ApySample
|
|
1643
1700
|
}
|
|
1644
|
-
}`,[Y]),
|
|
1701
|
+
}`,[Y]),oo=e(`query Reserve($request: ReserveRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1645
1702
|
value: reserve(request: $request) {
|
|
1646
1703
|
...Reserve
|
|
1647
1704
|
}
|
|
1648
|
-
}`,[T]),
|
|
1705
|
+
}`,[T]),po=e(`query Reserves($request: ReservesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1649
1706
|
value: reserves(request: $request) {
|
|
1650
1707
|
...Reserve
|
|
1651
1708
|
}
|
|
1652
|
-
}`,[T]),
|
|
1709
|
+
}`,[T]),so=e(`query ReserveHolders($request: PaginatedReserveHoldersRequest!, $currency: Currency!) {
|
|
1653
1710
|
value: reserveHolders(request: $request) {
|
|
1654
1711
|
items {
|
|
1655
1712
|
...ReserveHolder
|
|
@@ -1658,31 +1715,31 @@
|
|
|
1658
1715
|
...PaginatedResultInfo
|
|
1659
1716
|
}
|
|
1660
1717
|
}
|
|
1661
|
-
}`,[me,g]);var
|
|
1718
|
+
}`,[me,g]);var yo=e(`query ClaimRewards($request: ClaimRewardsRequest!) {
|
|
1662
1719
|
value: claimRewards(request: $request) {
|
|
1663
1720
|
...TransactionRequest
|
|
1664
1721
|
}
|
|
1665
|
-
}`,[s]),
|
|
1722
|
+
}`,[s]),lo=e(`query UserClaimableRewards($request: UserClaimableRewardsRequest!, $currency: Currency! = USD) {
|
|
1666
1723
|
value: userClaimableRewards(request: $request) {
|
|
1667
1724
|
...UserClaimableReward
|
|
1668
1725
|
}
|
|
1669
|
-
}`,[se]);var
|
|
1726
|
+
}`,[se]);var fo=e(`query Spoke($request: SpokeRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1670
1727
|
value: spoke(request: $request) {
|
|
1671
1728
|
...Spoke
|
|
1672
1729
|
}
|
|
1673
|
-
}`,[y]),
|
|
1730
|
+
}`,[y]),qo=e(`query Spokes($request: SpokesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1674
1731
|
value: spokes(request: $request) {
|
|
1675
1732
|
...Spoke
|
|
1676
1733
|
}
|
|
1677
|
-
}`,[y]),
|
|
1734
|
+
}`,[y]),xo=e(`query SpokePositionManagers($request: SpokePositionManagersRequest!) {
|
|
1678
1735
|
value: spokePositionManagers(request: $request) {
|
|
1679
1736
|
...PaginatedSpokePositionManagerResult
|
|
1680
1737
|
}
|
|
1681
|
-
}`,[ue]),
|
|
1738
|
+
}`,[ue]),wo=e(`query SpokeUserPositionManagers($request: SpokeUserPositionManagersRequest!) {
|
|
1682
1739
|
value: spokeUserPositionManagers(request: $request) {
|
|
1683
1740
|
...PaginatedSpokeUserPositionManagerResult
|
|
1684
1741
|
}
|
|
1685
|
-
}`,[ie]),
|
|
1742
|
+
}`,[ie]),Cr=e(`fragment SpokeSummarySample on SpokeSummarySample {
|
|
1686
1743
|
__typename
|
|
1687
1744
|
date
|
|
1688
1745
|
deposits {
|
|
@@ -1691,79 +1748,79 @@
|
|
|
1691
1748
|
borrows {
|
|
1692
1749
|
...ExchangeAmount
|
|
1693
1750
|
}
|
|
1694
|
-
}`,[i]),
|
|
1751
|
+
}`,[i]),ho=e(`query SpokeSummaryHistory($request: SpokeSummaryHistoryRequest!) {
|
|
1695
1752
|
value: spokeSummaryHistory(request: $request) {
|
|
1696
1753
|
...SpokeSummarySample
|
|
1697
1754
|
}
|
|
1698
|
-
}`,[
|
|
1755
|
+
}`,[Cr]);var bo=e(`query TokenSwapQuote($request: TokenSwapQuoteRequest!, $currency: Currency!) {
|
|
1699
1756
|
value: tokenSwapQuote(request: $request) {
|
|
1700
1757
|
...TokenSwapQuoteResult
|
|
1701
1758
|
}
|
|
1702
|
-
}`,[ce]),
|
|
1759
|
+
}`,[ce]),Io=e(`query SwappableTokens($request: SwappableTokensRequest!) {
|
|
1703
1760
|
value: swappableTokens(request: $request) {
|
|
1704
1761
|
...Token
|
|
1705
1762
|
}
|
|
1706
|
-
}`,[j]),
|
|
1763
|
+
}`,[j]),To=e(`query PrepareTokenSwap($request: PrepareTokenSwapRequest!) {
|
|
1707
1764
|
value: prepareTokenSwap(request: $request) {
|
|
1708
1765
|
...PrepareTokenSwapResult
|
|
1709
1766
|
}
|
|
1710
|
-
}`,[ge]),
|
|
1767
|
+
}`,[ge]),ko=e(`query SwapStatus($request: SwapStatusRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1711
1768
|
value: swapStatus(request: $request) {
|
|
1712
1769
|
...SwapStatus
|
|
1713
1770
|
}
|
|
1714
|
-
}`,[G]),
|
|
1771
|
+
}`,[G]),vo=e(`mutation Swap($request: SwapRequest!) {
|
|
1715
1772
|
value: swap(request: $request) {
|
|
1716
1773
|
...SwapExecutionPlan
|
|
1717
1774
|
}
|
|
1718
|
-
}`,[de]),
|
|
1775
|
+
}`,[de]),Co=e(`query PrepareSwapCancel($request: PrepareSwapCancelRequest!) {
|
|
1719
1776
|
value: prepareSwapCancel(request: $request) {
|
|
1720
1777
|
...PrepareSwapCancelResult
|
|
1721
1778
|
}
|
|
1722
|
-
}`,[Se]),
|
|
1779
|
+
}`,[Se]),Eo=e(`mutation CancelSwap($request: CancelSwapRequest!) {
|
|
1723
1780
|
value: cancelSwap(request: $request) {
|
|
1724
1781
|
...CancelSwapExecutionPlan
|
|
1725
1782
|
}
|
|
1726
|
-
}`,[Re]),
|
|
1783
|
+
}`,[Re]),Uo=e(`query UserSwaps($request: UserSwapsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1727
1784
|
value: userSwaps(request: $request) {
|
|
1728
1785
|
...PaginatedUserSwapsResult
|
|
1729
1786
|
}
|
|
1730
|
-
}`,[fe]),
|
|
1787
|
+
}`,[fe]),Oo=e(`query SupplySwapQuote($request: SupplySwapQuoteRequest!, $currency: Currency!) {
|
|
1731
1788
|
value: supplySwapQuote(request: $request) {
|
|
1732
1789
|
...SupplySwapQuoteResult
|
|
1733
1790
|
}
|
|
1734
|
-
}`,[qe]),
|
|
1791
|
+
}`,[qe]),_o=e(`query BorrowSwapQuote($request: BorrowSwapQuoteRequest!, $currency: Currency!) {
|
|
1735
1792
|
value: borrowSwapQuote(request: $request) {
|
|
1736
1793
|
...BorrowSwapQuoteResult
|
|
1737
1794
|
}
|
|
1738
|
-
}`,[
|
|
1795
|
+
}`,[xe]),Bo=e(`query RepayWithSupplyQuote($request: RepayWithSupplyQuoteRequest!, $currency: Currency!) {
|
|
1739
1796
|
value: repayWithSupplyQuote(request: $request) {
|
|
1740
1797
|
...RepayWithSupplyQuoteResult
|
|
1741
1798
|
}
|
|
1742
|
-
}`,[
|
|
1799
|
+
}`,[we]),Ho=e(`query WithdrawSwapQuote($request: WithdrawSwapQuoteRequest!, $currency: Currency!) {
|
|
1743
1800
|
value: withdrawSwapQuote(request: $request) {
|
|
1744
1801
|
...WithdrawSwapQuoteResult
|
|
1745
1802
|
}
|
|
1746
|
-
}`,[he]),
|
|
1803
|
+
}`,[he]),Qo=e(`query PreparePositionSwap($request: PreparePositionSwapRequest!) {
|
|
1747
1804
|
value: preparePositionSwap(request: $request) {
|
|
1748
1805
|
...PreparePositionSwapResult
|
|
1749
1806
|
}
|
|
1750
|
-
}`,[Ae]);var
|
|
1807
|
+
}`,[Ae]);var Mo=e(`query Borrow($request: BorrowRequest!) {
|
|
1751
1808
|
value: borrow(request: $request) {
|
|
1752
1809
|
...ExecutionPlan
|
|
1753
1810
|
}
|
|
1754
|
-
}`,[U]),
|
|
1811
|
+
}`,[U]),No=e(`query Supply($request: SupplyRequest!) {
|
|
1755
1812
|
value: supply(request: $request) {
|
|
1756
1813
|
...ExecutionPlan
|
|
1757
1814
|
}
|
|
1758
|
-
}`,[U])
|
|
1815
|
+
}`,[U]),Do=e(`query Repay($request: RepayRequest!) {
|
|
1759
1816
|
value: repay(request: $request) {
|
|
1760
1817
|
...ExecutionPlan
|
|
1761
1818
|
}
|
|
1762
|
-
}`,[U]),
|
|
1819
|
+
}`,[U]),Lo=e(`query Withdraw($request: WithdrawRequest!) {
|
|
1763
1820
|
value: withdraw(request: $request) {
|
|
1764
1821
|
...ExecutionPlan
|
|
1765
1822
|
}
|
|
1766
|
-
}`,[U]),
|
|
1823
|
+
}`,[U]),Er=e(`fragment LiquidatePositionExecutionPlan on LiquidatePositionExecutionPlan {
|
|
1767
1824
|
__typename
|
|
1768
1825
|
... on TransactionRequest {
|
|
1769
1826
|
...TransactionRequest
|
|
@@ -1774,27 +1831,27 @@
|
|
|
1774
1831
|
... on InsufficientBalanceError {
|
|
1775
1832
|
...InsufficientBalanceError
|
|
1776
1833
|
}
|
|
1777
|
-
}`,[s,E,f]),
|
|
1834
|
+
}`,[s,E,f]),Go=e(`query LiquidatePosition($request: LiquidatePositionRequest!) {
|
|
1778
1835
|
value: liquidatePosition(request: $request) {
|
|
1779
1836
|
...LiquidatePositionExecutionPlan
|
|
1780
1837
|
}
|
|
1781
|
-
}`,[
|
|
1838
|
+
}`,[Er]),Ko=e(`query SetSpokeUserPositionManager($request: SetSpokeUserPositionManagerRequest!) {
|
|
1782
1839
|
value: setSpokeUserPositionManager(request: $request) {
|
|
1783
1840
|
...TransactionRequest
|
|
1784
1841
|
}
|
|
1785
|
-
}`,[s]),
|
|
1842
|
+
}`,[s]),Yo=e(`query SetUserSuppliesAsCollateral($request: SetUserSuppliesAsCollateralRequest!) {
|
|
1786
1843
|
value: setUserSuppliesAsCollateral(request: $request) {
|
|
1787
1844
|
...TransactionRequest
|
|
1788
1845
|
}
|
|
1789
|
-
}`,[s]),
|
|
1846
|
+
}`,[s]),zo=e(`query RenounceSpokeUserPositionManager($request: RenounceSpokeUserPositionManagerRequest!) {
|
|
1790
1847
|
value: renounceSpokeUserPositionManager(request: $request) {
|
|
1791
1848
|
...TransactionRequest
|
|
1792
1849
|
}
|
|
1793
|
-
}`,[s]),
|
|
1850
|
+
}`,[s]),Zo=e(`query UpdateUserPositionConditions($request: UpdateUserPositionConditionsRequest!) {
|
|
1794
1851
|
value: updateUserPositionConditions(request: $request) {
|
|
1795
1852
|
...TransactionRequest
|
|
1796
1853
|
}
|
|
1797
|
-
}`,[s]),
|
|
1854
|
+
}`,[s]),Ur=e(`fragment CollateralFactorVariation on CollateralFactorVariation {
|
|
1798
1855
|
__typename
|
|
1799
1856
|
reserveId
|
|
1800
1857
|
token {
|
|
@@ -1806,7 +1863,7 @@
|
|
|
1806
1863
|
after {
|
|
1807
1864
|
...PercentNumber
|
|
1808
1865
|
}
|
|
1809
|
-
}`,[m,
|
|
1866
|
+
}`,[m,r]),Or=e(`fragment LiquidationFeeVariation on LiquidationFeeVariation {
|
|
1810
1867
|
__typename
|
|
1811
1868
|
reserveId
|
|
1812
1869
|
token {
|
|
@@ -1818,7 +1875,7 @@
|
|
|
1818
1875
|
after {
|
|
1819
1876
|
...PercentNumber
|
|
1820
1877
|
}
|
|
1821
|
-
}`,[m,
|
|
1878
|
+
}`,[m,r]),_r=e(`fragment MaxLiquidationBonusVariation on MaxLiquidationBonusVariation {
|
|
1822
1879
|
__typename
|
|
1823
1880
|
reserveId
|
|
1824
1881
|
token {
|
|
@@ -1830,7 +1887,7 @@
|
|
|
1830
1887
|
after {
|
|
1831
1888
|
...PercentNumber
|
|
1832
1889
|
}
|
|
1833
|
-
}`,[m,
|
|
1890
|
+
}`,[m,r]),Br=e(`fragment UserPositionConditionVariation on UserPositionConditionVariation {
|
|
1834
1891
|
__typename
|
|
1835
1892
|
... on CollateralFactorVariation {
|
|
1836
1893
|
...CollateralFactorVariation
|
|
@@ -1841,7 +1898,7 @@
|
|
|
1841
1898
|
... on MaxLiquidationBonusVariation {
|
|
1842
1899
|
...MaxLiquidationBonusVariation
|
|
1843
1900
|
}
|
|
1844
|
-
}`,[
|
|
1901
|
+
}`,[Ur,Or,_r]),Hr=e(`fragment ReserveReward on ReserveReward {
|
|
1845
1902
|
__typename
|
|
1846
1903
|
reserve {
|
|
1847
1904
|
...ReserveInfo
|
|
@@ -1849,7 +1906,7 @@
|
|
|
1849
1906
|
reward {
|
|
1850
1907
|
...Reward
|
|
1851
1908
|
}
|
|
1852
|
-
}`,[d,W]),
|
|
1909
|
+
}`,[d,W]),Qr=e(`fragment PreviewRewardOutcome on PreviewRewardOutcome {
|
|
1853
1910
|
__typename
|
|
1854
1911
|
abandoned {
|
|
1855
1912
|
...ReserveReward
|
|
@@ -1857,7 +1914,7 @@
|
|
|
1857
1914
|
acquired {
|
|
1858
1915
|
...ReserveReward
|
|
1859
1916
|
}
|
|
1860
|
-
}`,[
|
|
1917
|
+
}`,[Hr]),Wr=e(`fragment PreviewUserPosition on PreviewUserPosition {
|
|
1861
1918
|
__typename
|
|
1862
1919
|
id
|
|
1863
1920
|
healthFactor {
|
|
@@ -1898,11 +1955,11 @@
|
|
|
1898
1955
|
otherConditions {
|
|
1899
1956
|
...UserPositionConditionVariation
|
|
1900
1957
|
}
|
|
1901
|
-
}`,[re,X,ee,Br
|
|
1958
|
+
}`,[re,X,ee,Qr,Br]),jo=e(`query Preview($request: PreviewRequest!, $currency: Currency! = USD, $timeWindow: TimeWindow! = LAST_WEEK) {
|
|
1902
1959
|
value: preview(request: $request) {
|
|
1903
1960
|
...PreviewUserPosition
|
|
1904
1961
|
}
|
|
1905
|
-
}`,[
|
|
1962
|
+
}`,[Wr]),We=e(`fragment PercentNumberChangeSnapshot on PercentNumberChangeSnapshot {
|
|
1906
1963
|
__typename
|
|
1907
1964
|
before {
|
|
1908
1965
|
...PercentNumber
|
|
@@ -1910,7 +1967,7 @@
|
|
|
1910
1967
|
after {
|
|
1911
1968
|
...PercentNumber
|
|
1912
1969
|
}
|
|
1913
|
-
}`,[
|
|
1970
|
+
}`,[r]),Vr=e(`fragment BorrowActivity on BorrowActivity {
|
|
1914
1971
|
__typename
|
|
1915
1972
|
id
|
|
1916
1973
|
user
|
|
@@ -1928,7 +1985,7 @@
|
|
|
1928
1985
|
chain {
|
|
1929
1986
|
...Chain
|
|
1930
1987
|
}
|
|
1931
|
-
}`,[y,p,d,o])
|
|
1988
|
+
}`,[y,p,d,o]),$r=e(`fragment SupplyActivity on SupplyActivity {
|
|
1932
1989
|
__typename
|
|
1933
1990
|
id
|
|
1934
1991
|
user
|
|
@@ -1946,7 +2003,7 @@
|
|
|
1946
2003
|
chain {
|
|
1947
2004
|
...Chain
|
|
1948
2005
|
}
|
|
1949
|
-
}`,[y,p,d,o]),
|
|
2006
|
+
}`,[y,p,d,o]),Mr=e(`fragment WithdrawActivity on WithdrawActivity {
|
|
1950
2007
|
__typename
|
|
1951
2008
|
id
|
|
1952
2009
|
user
|
|
@@ -1964,7 +2021,7 @@
|
|
|
1964
2021
|
chain {
|
|
1965
2022
|
...Chain
|
|
1966
2023
|
}
|
|
1967
|
-
}`,[y,p,d,o])
|
|
2024
|
+
}`,[y,p,d,o]),Nr=e(`fragment RepayActivity on RepayActivity {
|
|
1968
2025
|
__typename
|
|
1969
2026
|
id
|
|
1970
2027
|
user
|
|
@@ -1982,7 +2039,7 @@
|
|
|
1982
2039
|
chain {
|
|
1983
2040
|
...Chain
|
|
1984
2041
|
}
|
|
1985
|
-
}`,[y,p,d,o]),
|
|
2042
|
+
}`,[y,p,d,o]),Dr=e(`fragment LiquidatedActivity on LiquidatedActivity {
|
|
1986
2043
|
__typename
|
|
1987
2044
|
id
|
|
1988
2045
|
user
|
|
@@ -2000,14 +2057,21 @@
|
|
|
2000
2057
|
collateral {
|
|
2001
2058
|
...Erc20Amount
|
|
2002
2059
|
}
|
|
2060
|
+
liquidatorReceived {
|
|
2061
|
+
...Erc20Amount
|
|
2062
|
+
}
|
|
2063
|
+
liquidationFee {
|
|
2064
|
+
...Erc20Amount
|
|
2065
|
+
}
|
|
2003
2066
|
debt {
|
|
2004
2067
|
...Erc20Amount
|
|
2005
2068
|
}
|
|
2006
2069
|
liquidator
|
|
2070
|
+
liquidationHealthFactor
|
|
2007
2071
|
chain {
|
|
2008
2072
|
...Chain
|
|
2009
2073
|
}
|
|
2010
|
-
}`,[y,p,d,o]),
|
|
2074
|
+
}`,[y,p,d,o]),Lr=e(`fragment UsingAsCollateralActivity on UsingAsCollateralActivity {
|
|
2011
2075
|
__typename
|
|
2012
2076
|
id
|
|
2013
2077
|
user
|
|
@@ -2023,7 +2087,7 @@
|
|
|
2023
2087
|
chain {
|
|
2024
2088
|
...Chain
|
|
2025
2089
|
}
|
|
2026
|
-
}`,[y,d,o]),
|
|
2090
|
+
}`,[y,d,o]),Gr=e(`fragment UpdatedDynamicConfigActivity on UpdatedDynamicConfigActivity {
|
|
2027
2091
|
__typename
|
|
2028
2092
|
id
|
|
2029
2093
|
user
|
|
@@ -2047,7 +2111,7 @@
|
|
|
2047
2111
|
chain {
|
|
2048
2112
|
...Chain
|
|
2049
2113
|
}
|
|
2050
|
-
}`,[y,d,
|
|
2114
|
+
}`,[y,d,We,o]),Kr=e(`fragment UpdatedRiskPremiumActivity on UpdatedRiskPremiumActivity {
|
|
2051
2115
|
__typename
|
|
2052
2116
|
id
|
|
2053
2117
|
user
|
|
@@ -2062,7 +2126,7 @@
|
|
|
2062
2126
|
chain {
|
|
2063
2127
|
...Chain
|
|
2064
2128
|
}
|
|
2065
|
-
}`,[y,
|
|
2129
|
+
}`,[y,We,o]),Yr=e(`fragment TokenSwapActivity on TokenSwapActivity {
|
|
2066
2130
|
__typename
|
|
2067
2131
|
id
|
|
2068
2132
|
user
|
|
@@ -2081,7 +2145,7 @@
|
|
|
2081
2145
|
orderClass
|
|
2082
2146
|
kind
|
|
2083
2147
|
status
|
|
2084
|
-
}`,[o,R]),
|
|
2148
|
+
}`,[o,R]),zr=e(`fragment SupplySwapActivity on SupplySwapActivity {
|
|
2085
2149
|
__typename
|
|
2086
2150
|
id
|
|
2087
2151
|
user
|
|
@@ -2100,7 +2164,7 @@
|
|
|
2100
2164
|
orderClass
|
|
2101
2165
|
kind
|
|
2102
2166
|
status
|
|
2103
|
-
}`,[o,h]),
|
|
2167
|
+
}`,[o,h]),Zr=e(`fragment BorrowSwapActivity on BorrowSwapActivity {
|
|
2104
2168
|
__typename
|
|
2105
2169
|
id
|
|
2106
2170
|
user
|
|
@@ -2119,7 +2183,7 @@
|
|
|
2119
2183
|
orderClass
|
|
2120
2184
|
kind
|
|
2121
2185
|
status
|
|
2122
|
-
}`,[o,h]),
|
|
2186
|
+
}`,[o,h]),jr=e(`fragment RepayWithSupplyActivity on RepayWithSupplyActivity {
|
|
2123
2187
|
__typename
|
|
2124
2188
|
id
|
|
2125
2189
|
user
|
|
@@ -2138,7 +2202,7 @@
|
|
|
2138
2202
|
orderClass
|
|
2139
2203
|
kind
|
|
2140
2204
|
status
|
|
2141
|
-
}`,[o,h]),
|
|
2205
|
+
}`,[o,h]),Jr=e(`fragment WithdrawSwapActivity on WithdrawSwapActivity {
|
|
2142
2206
|
__typename
|
|
2143
2207
|
id
|
|
2144
2208
|
user
|
|
@@ -2157,7 +2221,7 @@
|
|
|
2157
2221
|
orderClass
|
|
2158
2222
|
kind
|
|
2159
2223
|
status
|
|
2160
|
-
}`,[o,h,R]),
|
|
2224
|
+
}`,[o,h,R]),Xr=e(`fragment ActivityItem on ActivityItem {
|
|
2161
2225
|
__typename
|
|
2162
2226
|
... on BorrowActivity {
|
|
2163
2227
|
...BorrowActivity
|
|
@@ -2198,7 +2262,7 @@
|
|
|
2198
2262
|
... on WithdrawSwapActivity {
|
|
2199
2263
|
...WithdrawSwapActivity
|
|
2200
2264
|
}
|
|
2201
|
-
}`,[
|
|
2265
|
+
}`,[Vr,$r,Mr,Nr,Dr,Lr,Gr,Kr,Yr,zr,Zr,jr,Jr]),ea=e(`fragment PaginatedActivitiesResult on PaginatedActivitiesResult {
|
|
2202
2266
|
__typename
|
|
2203
2267
|
items {
|
|
2204
2268
|
...ActivityItem
|
|
@@ -2206,87 +2270,87 @@
|
|
|
2206
2270
|
pageInfo {
|
|
2207
2271
|
...PaginatedResultInfo
|
|
2208
2272
|
}
|
|
2209
|
-
}`,[
|
|
2273
|
+
}`,[Xr,g]),Jo=e(`query Activities($request: ActivitiesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2210
2274
|
value: activities(request: $request) {
|
|
2211
2275
|
...PaginatedActivitiesResult
|
|
2212
2276
|
}
|
|
2213
|
-
}`,[
|
|
2277
|
+
}`,[ea]);var rp=e(`query UserSupplies($request: UserSuppliesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2214
2278
|
value: userSupplies(request: $request) {
|
|
2215
2279
|
...UserSupplyItem
|
|
2216
2280
|
}
|
|
2217
|
-
}`,[Pe]),
|
|
2281
|
+
}`,[Pe]),ap=e(`query UserBorrows($request: UserBorrowsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2218
2282
|
value: userBorrows(request: $request) {
|
|
2219
2283
|
...UserBorrowItem
|
|
2220
2284
|
}
|
|
2221
|
-
}`,[Fe]),
|
|
2285
|
+
}`,[Fe]),np=e(`query UserSummary($request: UserSummaryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2222
2286
|
value: userSummary(request: $request) {
|
|
2223
2287
|
...UserSummary
|
|
2224
2288
|
}
|
|
2225
|
-
}`,[be]),
|
|
2289
|
+
}`,[be]),op=e(`query UserPositions($request: UserPositionsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2226
2290
|
value: userPositions(request: $request) {
|
|
2227
2291
|
...UserPosition
|
|
2228
2292
|
}
|
|
2229
|
-
}`,[K]),
|
|
2293
|
+
}`,[K]),pp=e(`query UserPosition($request: UserPositionRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2230
2294
|
value: userPosition(request: $request) {
|
|
2231
2295
|
...UserPosition
|
|
2232
2296
|
}
|
|
2233
|
-
}`,[K]),
|
|
2297
|
+
}`,[K]),sp=e(`query UserBalances($request: UserBalancesRequest!, $currency: Currency!) {
|
|
2234
2298
|
value: userBalances(request: $request) {
|
|
2235
2299
|
...UserBalance
|
|
2236
2300
|
}
|
|
2237
|
-
}`,[Te]),
|
|
2301
|
+
}`,[Te]),up=e(`query UserSummaryHistory($request: UserSummaryHistoryRequest!, $currency: Currency!) {
|
|
2238
2302
|
value: userSummaryHistory(request: $request) {
|
|
2239
2303
|
...UserSummaryHistoryItem
|
|
2240
2304
|
}
|
|
2241
|
-
}`,[ke]),
|
|
2305
|
+
}`,[ke]),ip=e(`query UserRiskPremiumBreakdown($request: UserRiskPremiumBreakdownRequest!) {
|
|
2242
2306
|
value: userRiskPremiumBreakdown(request: $request) {
|
|
2243
2307
|
...UserRiskPremiumBreakdownItem
|
|
2244
2308
|
}
|
|
2245
|
-
}`,[Ie]);var
|
|
2309
|
+
}`,[Ie]);var cp=e(`query StableVault($request: StableVaultRequest!) {
|
|
2246
2310
|
value: stableVault(request: $request) {
|
|
2247
2311
|
...StableVault
|
|
2248
2312
|
}
|
|
2249
|
-
}`,[M]),
|
|
2313
|
+
}`,[M]),gp=e(`query StableVaults($request: StableVaultsRequest!) {
|
|
2250
2314
|
value: stableVaults(request: $request) {
|
|
2251
2315
|
...StableVault
|
|
2252
2316
|
}
|
|
2253
|
-
}`,[M]),
|
|
2317
|
+
}`,[M]),dp=e(`query StableVaultRateUsers($request: StableVaultRateUsersRequest!) {
|
|
2254
2318
|
value: stableVaultRateUsers(request: $request) {
|
|
2255
2319
|
...PaginatedStableVaultRateUsersResult
|
|
2256
2320
|
}
|
|
2257
|
-
}`,[Ee]),
|
|
2321
|
+
}`,[Ee]),Sp=e(`query StableVaultAssignRate($request: StableVaultAssignRateRequest!) {
|
|
2258
2322
|
value: stableVaultAssignRate(request: $request) {
|
|
2259
2323
|
...TransactionRequest
|
|
2260
2324
|
}
|
|
2261
|
-
}`,[s]),
|
|
2325
|
+
}`,[s]),Rp=e(`query StableVaultUnassignRate($request: StableVaultUnassignRateRequest!) {
|
|
2262
2326
|
value: stableVaultUnassignRate(request: $request) {
|
|
2263
2327
|
...TransactionRequest
|
|
2264
2328
|
}
|
|
2265
|
-
}`,[s]),
|
|
2329
|
+
}`,[s]),fp=e(`query StableVaultClaimSurplus($request: StableVaultClaimSurplusRequest!) {
|
|
2266
2330
|
value: stableVaultClaimSurplus(request: $request) {
|
|
2267
2331
|
...TransactionRequest
|
|
2268
2332
|
}
|
|
2269
|
-
}`,[s]),
|
|
2333
|
+
}`,[s]),qp=e(`query StableVaultMovements($request: StableVaultMovementsRequest!) {
|
|
2270
2334
|
value: stableVaultMovements(request: $request) {
|
|
2271
2335
|
...PaginatedStableVaultMovementsResult
|
|
2272
2336
|
}
|
|
2273
|
-
}`,[Ce]),
|
|
2337
|
+
}`,[Ce]),xp=e(`query StableVaultDeposit($request: StableVaultDepositRequest!) {
|
|
2274
2338
|
value: stableVaultDeposit(request: $request) {
|
|
2275
2339
|
...StableVaultDepositExecutionPlan
|
|
2276
2340
|
}
|
|
2277
|
-
}`,[Ue]),
|
|
2341
|
+
}`,[Ue]),wp=e(`query StableVaultWithdraw($request: StableVaultWithdrawRequest!) {
|
|
2278
2342
|
value: stableVaultWithdraw(request: $request) {
|
|
2279
2343
|
...StableVaultWithdrawExecutionPlan
|
|
2280
2344
|
}
|
|
2281
|
-
}`,[Oe]),
|
|
2345
|
+
}`,[Oe]),hp=e(`query StableVaultClaimStatus($request: StableVaultClaimStatusRequest!) {
|
|
2282
2346
|
value: stableVaultClaimStatus(request: $request)
|
|
2283
|
-
}`),
|
|
2347
|
+
}`),Ap=e(`query StableVaultUserPositions($request: StableVaultUserPositionsRequest!) {
|
|
2284
2348
|
value: stableVaultUserPositions(request: $request) {
|
|
2285
2349
|
...StableVaultUserPosition
|
|
2286
2350
|
}
|
|
2287
|
-
}`,[ve]),
|
|
2351
|
+
}`,[ve]),Pp=e(`mutation StableVaultWithdrawRedeem($request: StableVaultWithdrawRedeemRequest!) {
|
|
2288
2352
|
value: stableVaultWithdrawRedeem(request: $request) {
|
|
2289
2353
|
...StableVaultWithdrawRedeemExecutionPlan
|
|
2290
2354
|
}
|
|
2291
|
-
}`,[_e]);exports.ActivitiesQuery=zo;exports.ActivityItemFragment=jr;exports.ActivityType=De;exports.ApyMetric=Le;exports.ApySampleFragment=Y;exports.AssetAmountWithChangeFragment=Fr;exports.AssetBorrowHistoryQuery=zn;exports.AssetBorrowSampleFragment=Pr;exports.AssetFragment=Ir;exports.AssetPriceHistoryQuery=Kn;exports.AssetPriceSampleFragment=hr;exports.AssetQuery=Gn;exports.AssetSampleBreakdownFragment=He;exports.AssetSummaryFragment=br;exports.AssetSupplyHistoryQuery=Yn;exports.AssetSupplySampleFragment=Ar;exports.BoostedRateFragment=ar;exports.BorrowActivityFragment=Qr;exports.BorrowApyHistoryQuery=eo;exports.BorrowPointsFragment=ht;exports.BorrowQuery=Wo;exports.BorrowSwapActivityFragment=Yr;exports.BorrowSwapFragment=Mt;exports.BorrowSwapKind=Ze;exports.BorrowSwapQuoteQuery=Eo;exports.BorrowSwapQuoteResultFragment=we;exports.CancelSwapExecutionPlanFragment=Re;exports.CancelSwapMutation=ko;exports.ChainFragment=o;exports.ChainQuery=Qn;exports.ChainsFilter=Ne;exports.ChainsQuery=Wn;exports.ClaimRewardsQuery=uo;exports.CollateralFactorVariationFragment=Cr;exports.CollateralMetric=Ge;exports.Currency=Ke;exports.DecimalNumberFragment=l;exports.DecimalNumberWithChangeFragment=z;exports.DomainDataFragment=Q;exports.Erc20AmountFragment=p;exports.Erc20ApprovalFragment=V;exports.Erc20ApprovalRequiredFragment=E;exports.Erc20TokenFragment=m;exports.ExchangeAmountFragment=i;exports.ExchangeAmountVariationFragment=ee;exports.ExchangeAmountWithChangeFragment=P;exports.ExchangeRateQuery=Mn;exports.ExecutionPlanFragment=U;exports.HasProcessedKnownTransactionQuery=Vn;exports.HealthFactorErrorFragment=lt;exports.HealthFactorResultFragment=re;exports.HealthFactorVariationFragment=yt;exports.HealthFactorWithChangeFragment=te;exports.HealthQuery=$n;exports.HubAssetFragment=I;exports.HubAssetInterestRateModelPointFragment=Rr;exports.HubAssetInterestRateModelQuery=en;exports.HubAssetSettingsFragment=dt;exports.HubAssetSummaryFragment=gt;exports.HubAssetUserStateFragment=St;exports.HubAssetsQuery=Ja;exports.HubFragment=q;exports.HubQuery=Za;exports.HubSpokeConfigFragment=fr;exports.HubSpokeConfigsQuery=tn;exports.HubSummaryFragment=ct;exports.HubSummaryHistoryQuery=Xa;exports.HubSummarySampleFragment=Sr;exports.HubsQuery=ja;exports.InsufficientBalanceErrorFragment=f;exports.InsufficientLiquidityErrorFragment=b;exports.LiquidatePositionExecutionPlanFragment=vr;exports.LiquidatePositionQuery=No;exports.LiquidatedActivityFragment=Mr;exports.LiquidationFeeVariationFragment=Er;exports.MaxLiquidationBonusVariationFragment=Ur;exports.MerklBorrowRewardFragment=wt;exports.MerklCriteriaFragment=ne;exports.MerklGenericCriteriaFragment=Rt;exports.MerklSupplyRewardFragment=qt;exports.NativeAmountFragment=mt;exports.NativeTokenFragment=Z;exports.OperationType=Me;exports.OrderDirection=We;exports.PageSize=Ve;exports.PaginatedActivitiesResultFragment=Jr;exports.PaginatedResultInfoFragment=g;exports.PaginatedSpokePositionManagerResultFragment=ue;exports.PaginatedSpokeUserPositionManagerResultFragment=ie;exports.PaginatedStableVaultMovementsResultFragment=Ce;exports.PaginatedStableVaultRateUsersResultFragment=Ee;exports.PaginatedUserSwapsResultFragment=fe;exports.PercentNumberChangeSnapshotFragment=Qe;exports.PercentNumberFragment=a;exports.PercentNumberVariationFragment=X;exports.PercentNumberWithChangeFragment=J;exports.PermitTypedDataFragment=ae;exports.PointsCriteriaFragment=oe;exports.PointsGenericCriteriaFragment=ft;exports.PointsProgramFragment=pe;exports.PositionAmountFragment=h;exports.PositionSwapAdapterContractApprovalFragment=Jt;exports.PositionSwapApprovalFragment=tr;exports.PositionSwapByIntentApprovalsRequiredFragment=$;exports.PositionSwapPositionManagerApprovalFragment=Xt;exports.PositionSwapSetCollateralApprovalFragment=er;exports.PreContractActionRequiredFragment=Ot;exports.PreparePositionSwapQuery=_o;exports.PreparePositionSwapResultFragment=Ae;exports.PrepareSwapCancelQuery=To;exports.PrepareSwapCancelResultFragment=Se;exports.PrepareSwapOrderFragment=ye;exports.PrepareTokenSwapQuery=Fo;exports.PrepareTokenSwapResultFragment=ge;exports.PreviewQuery=Yo;exports.PreviewRewardOutcomeFragment=Br;exports.PreviewUserPositionFragment=Hr;exports.ProtocolHistoryQuery=Zn;exports.ProtocolHistorySampleFragment=Tr;exports.QuoteAccuracy=ot;exports.RenounceSpokeUserPositionManagerQuery=Go;exports.RepayActivityFragment=$r;exports.RepayQuery=$o;exports.RepayWithSupplyActivityFragment=zr;exports.RepayWithSupplyFragment=Nt;exports.RepayWithSupplyKind=je;exports.RepayWithSupplyQuoteQuery=Uo;exports.RepayWithSupplyQuoteResultFragment=xe;exports.ReserveFragment=T;exports.ReserveHolderFragment=me;exports.ReserveHoldersFilter=Ye;exports.ReserveHoldersQuery=no;exports.ReserveInfoFragment=d;exports.ReserveQuery=ro;exports.ReserveRewardFragment=_r;exports.ReserveSettingsFragment=vt;exports.ReserveStatusFragment=Ct;exports.ReserveSummaryFragment=Et;exports.ReserveUserStateFragment=Ut;exports.ReservesQuery=ao;exports.ReservesRequestFilter=ze;exports.RewardFragment=W;exports.SetSpokeUserPositionManagerQuery=Do;exports.SetUserSuppliesAsCollateralQuery=Lo;exports.SpokeConnectedHubFragment=It;exports.SpokeConnectedHubSummaryFragment=bt;exports.SpokeFragment=y;exports.SpokeLiquidationConfigFragment=Pt;exports.SpokePositionManagerFragment=Tt;exports.SpokePositionManagersQuery=Ro;exports.SpokeQuery=go;exports.SpokeSummaryFragment=Ft;exports.SpokeSummaryHistoryQuery=qo;exports.SpokeSummarySampleFragment=kr;exports.SpokeUserPositionManagerFragment=kt;exports.SpokeUserPositionManagersQuery=fo;exports.SpokesQuery=So;exports.StableVaultAssignRateQuery=cp;exports.StableVaultClaimStatus=Je;exports.StableVaultClaimStatusQuery=qp;exports.StableVaultClaimSurplusQuery=dp;exports.StableVaultDepositExecutionPlanFragment=Ue;exports.StableVaultDepositQuery=Rp;exports.StableVaultFragment=M;exports.StableVaultMovementsQuery=Sp;exports.StableVaultPendingAvailabilityFragment=dr;exports.StableVaultQuery=mp;exports.StableVaultRateUsersQuery=lp;exports.StableVaultRatesFragment=or;exports.StableVaultSummaryFragment=nr;exports.StableVaultUnassignRateQuery=gp;exports.StableVaultUserPositionFragment=ve;exports.StableVaultUserPositionsQuery=wp;exports.StableVaultWithdrawClaimFragment=gr;exports.StableVaultWithdrawExecutionPlanFragment=Oe;exports.StableVaultWithdrawQuery=fp;exports.StableVaultWithdrawRedeemExecutionPlanFragment=_e;exports.StableVaultWithdrawRedeemMutation=xp;exports.StableVaultsQuery=yp;exports.SupplyActivityFragment=Wr;exports.SupplyApyHistoryQuery=to;exports.SupplyPointsFragment=xt;exports.SupplyQuery=Vo;exports.SupplySwapActivityFragment=Kr;exports.SupplySwapFragment=$t;exports.SupplySwapKind=Xe;exports.SupplySwapQuoteQuery=Co;exports.SupplySwapQuoteResultFragment=qe;exports.SwapActivityStatus=st;exports.SwapByIntentFragment=Bt;exports.SwapByIntentWithApprovalRequiredFragment=Ht;exports.SwapByTransactionFragment=Qt;exports.SwapByTransactionWithApprovalRequiredFragment=Wt;exports.SwapCancelledFragment=Gt;exports.SwapCancelledResultFragment=jt;exports.SwapExecutionPlanFragment=de;exports.SwapExpiredFragment=Kt;exports.SwapFulfilledFragment=Zt;exports.SwapMutation=Io;exports.SwapOpenFragment=Yt;exports.SwapOperationFragment=B;exports.SwapOrderClass=pt;exports.SwapPendingSignatureFragment=zt;exports.SwapQuoteCostsFragment=_t;exports.SwapQuoteFragment=O;exports.SwapReceiptFragment=le;exports.SwapStatusFilter=tt;exports.SwapStatusFragment=G;exports.SwapStatusQuery=bo;exports.SwapTransactionRequestFragment=Vt;exports.SwapTypedDataFragment=_;exports.SwappableTokensQuery=Po;exports.TimeWindow=$e;exports.TokenAmountFragment=R;exports.TokenCategory=rt;exports.TokenFragment=j;exports.TokenInfoFragment=C;exports.TokenMovementAllocateFragment=pr;exports.TokenMovementBridgeInFragment=sr;exports.TokenMovementBridgeOutFragment=ur;exports.TokenMovementDeallocateFragment=ir;exports.TokenMovementFragment=lr;exports.TokenMovementRebalanceFragment=mr;exports.TokenMovementRecordFragment=cr;exports.TokenMovementStatus=at;exports.TokenMovementSwapFragment=yr;exports.TokenSwapActivityFragment=Gr;exports.TokenSwapFragment=Lt;exports.TokenSwapKind=ut;exports.TokenSwapQuoteQuery=Ao;exports.TokenSwapQuoteResultFragment=ce;exports.TransactionRequestFragment=s;exports.UpdateUserPositionConditionsQuery=Ko;exports.UpdatedDynamicConfigActivityFragment=Dr;exports.UpdatedRiskPremiumActivityFragment=Lr;exports.UserBalanceFragment=Te;exports.UserBalancesQuery=np;exports.UserBorrowItemFragment=Fe;exports.UserBorrowsQuery=ep;exports.UserClaimableRewardFragment=se;exports.UserClaimableRewardsQuery=io;exports.UserMerklClaimableRewardFragment=At;exports.UserPositionConditionVariationFragment=Or;exports.UserPositionConditionsUpdate=nt;exports.UserPositionFragment=K;exports.UserPositionQuery=ap;exports.UserPositionRiskPremiumFragment=rr;exports.UserPositionsQuery=rp;exports.UserRiskPremiumBreakdownItemFragment=Ie;exports.UserRiskPremiumBreakdownQuery=pp;exports.UserSummaryFragment=be;exports.UserSummaryHistoryItemFragment=ke;exports.UserSummaryHistoryQuery=op;exports.UserSummaryQuery=tp;exports.UserSuppliesQuery=Xo;exports.UserSupplyItemFragment=Pe;exports.UserSwapsQuery=vo;exports.UsingAsCollateralActivityFragment=Nr;exports.WithdrawActivityFragment=Vr;exports.WithdrawQuery=Mo;exports.WithdrawSwapActivityFragment=Zr;exports.WithdrawSwapFragment=Dt;exports.WithdrawSwapKind=et;exports.WithdrawSwapQuoteQuery=Oo;exports.WithdrawSwapQuoteResultFragment=he;exports.assetId=nn;exports.boostedRateId=on;exports.decodeHubId=sn;exports.decodeReserveId=yn;exports.decodeSpokeId=xn;exports.decodeUserPositionId=cn;exports.encodeHubId=pn;exports.encodeReserveId=ln;exports.encodeSpokeId=wn;exports.encodeUserPositionId=gn;exports.graphql=e;exports.hubAssetId=un;exports.hubId=qr;exports.isChainIdsVariant=vn;exports.isERC20PermitSignature=ca;exports.isHubInputVariant=kn;exports.isReserveInputVariant=Un;exports.isSpokeInputVariant=En;exports.isTokensVariant=Cn;exports.isTxHashInputVariant=On;exports.reserveId=mn;exports.spokeId=xr;exports.stableVaultId=Rn;exports.stableVaultUserPositionId=fn;exports.stableVaultWithdrawClaimId=qn;exports.swapId=dn;exports.swapQuoteId=Sn;exports.tokenInfoId=Fn;exports.tokenMovementId=bn;exports.userBalanceId=hn;exports.userBorrowItemId=An;exports.userPositionId=wr;exports.userSupplyItemId=Pn;//# sourceMappingURL=index.cjs.map
|
|
2355
|
+
}`,[_e]);exports.ActivitiesQuery=Jo;exports.ActivityItemFragment=Xr;exports.ActivityType=Le;exports.ApyMetric=Ge;exports.ApySampleFragment=Y;exports.AssetAmountWithChangeFragment=br;exports.AssetBorrowHistoryQuery=Jn;exports.AssetBorrowSampleFragment=Fr;exports.AssetFragment=Qe;exports.AssetPriceHistoryQuery=Zn;exports.AssetPriceSampleFragment=Ar;exports.AssetQuery=Yn;exports.AssetSampleBreakdownFragment=He;exports.AssetSummaryFragment=Ir;exports.AssetSupplyHistoryQuery=jn;exports.AssetSupplySampleFragment=Pr;exports.BoostedRateFragment=nr;exports.BorrowActivityFragment=Vr;exports.BorrowApyHistoryQuery=ao;exports.BorrowPointsFragment=At;exports.BorrowQuery=Mo;exports.BorrowSwapActivityFragment=Zr;exports.BorrowSwapFragment=Nt;exports.BorrowSwapKind=je;exports.BorrowSwapQuoteQuery=_o;exports.BorrowSwapQuoteResultFragment=xe;exports.CancelSwapExecutionPlanFragment=Re;exports.CancelSwapMutation=Eo;exports.ChainFragment=o;exports.ChainQuery=Vn;exports.ChainsFilter=De;exports.ChainsQuery=$n;exports.ClaimRewardsQuery=yo;exports.CollateralFactorVariationFragment=Ur;exports.CollateralMetric=Ke;exports.Currency=Ye;exports.DecimalNumberFragment=l;exports.DecimalNumberWithChangeFragment=z;exports.DomainDataFragment=Q;exports.Erc20AmountFragment=p;exports.Erc20ApprovalFragment=V;exports.Erc20ApprovalRequiredFragment=E;exports.Erc20TokenFragment=m;exports.ExchangeAmountFragment=i;exports.ExchangeAmountVariationFragment=ee;exports.ExchangeAmountWithChangeFragment=P;exports.ExchangeRateQuery=Dn;exports.ExecutionPlanFragment=U;exports.HasProcessedKnownTransactionQuery=Mn;exports.HealthFactorErrorFragment=ct;exports.HealthFactorResultFragment=re;exports.HealthFactorVariationFragment=lt;exports.HealthFactorWithChangeFragment=te;exports.HealthQuery=Nn;exports.HubAssetFragment=I;exports.HubAssetInterestRateModelPointFragment=fr;exports.HubAssetInterestRateModelQuery=rn;exports.HubAssetSettingsFragment=St;exports.HubAssetSummaryFragment=dt;exports.HubAssetUserStateFragment=Rt;exports.HubAssetsQuery=en;exports.HubFragment=q;exports.HubQuery=Ja;exports.HubSpokeConfigFragment=qr;exports.HubSpokeConfigsQuery=an;exports.HubSummaryFragment=gt;exports.HubSummaryHistoryQuery=tn;exports.HubSummarySampleFragment=Rr;exports.HubsQuery=Xa;exports.InsufficientBalanceErrorFragment=f;exports.InsufficientLiquidityErrorFragment=b;exports.LiquidatePositionExecutionPlanFragment=Er;exports.LiquidatePositionQuery=Go;exports.LiquidatedActivityFragment=Dr;exports.LiquidationFeeVariationFragment=Or;exports.MaxLiquidationBonusVariationFragment=_r;exports.MerklBorrowRewardFragment=wt;exports.MerklCriteriaFragment=ne;exports.MerklGenericCriteriaFragment=ft;exports.MerklSupplyRewardFragment=xt;exports.MultichainAssetFragment=kr;exports.MultichainAssetQuery=zn;exports.MultichainAssetSummaryFragment=Tr;exports.NativeAmountFragment=yt;exports.NativeTokenFragment=Z;exports.OperationType=Ne;exports.OrderDirection=Ve;exports.PageSize=$e;exports.PaginatedActivitiesResultFragment=ea;exports.PaginatedResultInfoFragment=g;exports.PaginatedSpokePositionManagerResultFragment=ue;exports.PaginatedSpokeUserPositionManagerResultFragment=ie;exports.PaginatedStableVaultMovementsResultFragment=Ce;exports.PaginatedStableVaultRateUsersResultFragment=Ee;exports.PaginatedUserSwapsResultFragment=fe;exports.PercentNumberChangeSnapshotFragment=We;exports.PercentNumberFragment=r;exports.PercentNumberVariationFragment=X;exports.PercentNumberWithChangeFragment=J;exports.PermitTypedDataFragment=ae;exports.PointsCriteriaFragment=oe;exports.PointsGenericCriteriaFragment=qt;exports.PointsProgramFragment=pe;exports.PositionAmountFragment=h;exports.PositionSwapAdapterContractApprovalFragment=Xt;exports.PositionSwapApprovalFragment=rr;exports.PositionSwapByIntentApprovalsRequiredFragment=$;exports.PositionSwapPositionManagerApprovalFragment=er;exports.PositionSwapSetCollateralApprovalFragment=tr;exports.PreContractActionRequiredFragment=_t;exports.PreparePositionSwapQuery=Qo;exports.PreparePositionSwapResultFragment=Ae;exports.PrepareSwapCancelQuery=Co;exports.PrepareSwapCancelResultFragment=Se;exports.PrepareSwapOrderFragment=ye;exports.PrepareTokenSwapQuery=To;exports.PrepareTokenSwapResultFragment=ge;exports.PreviewQuery=jo;exports.PreviewRewardOutcomeFragment=Qr;exports.PreviewUserPositionFragment=Wr;exports.ProtocolHistoryQuery=Xn;exports.ProtocolHistorySampleFragment=vr;exports.QuoteAccuracy=pt;exports.RenounceSpokeUserPositionManagerQuery=zo;exports.RepayActivityFragment=Nr;exports.RepayQuery=Do;exports.RepayWithSupplyActivityFragment=jr;exports.RepayWithSupplyFragment=Dt;exports.RepayWithSupplyKind=Je;exports.RepayWithSupplyQuoteQuery=Bo;exports.RepayWithSupplyQuoteResultFragment=we;exports.ReserveFragment=T;exports.ReserveHolderFragment=me;exports.ReserveHoldersFilter=ze;exports.ReserveHoldersQuery=so;exports.ReserveInfoFragment=d;exports.ReserveQuery=oo;exports.ReserveRewardFragment=Hr;exports.ReserveSettingsFragment=Ct;exports.ReserveStatusFragment=Et;exports.ReserveSummaryFragment=Ut;exports.ReserveUserStateFragment=Ot;exports.ReservesQuery=po;exports.ReservesRequestFilter=Ze;exports.RewardFragment=W;exports.SetSpokeUserPositionManagerQuery=Ko;exports.SetUserSuppliesAsCollateralQuery=Yo;exports.SpokeConnectedHubFragment=Tt;exports.SpokeConnectedHubSummaryFragment=It;exports.SpokeFragment=y;exports.SpokeLiquidationConfigFragment=Ft;exports.SpokePositionManagerFragment=kt;exports.SpokePositionManagersQuery=xo;exports.SpokeQuery=fo;exports.SpokeSummaryFragment=bt;exports.SpokeSummaryHistoryQuery=ho;exports.SpokeSummarySampleFragment=Cr;exports.SpokeUserPositionManagerFragment=vt;exports.SpokeUserPositionManagersQuery=wo;exports.SpokesQuery=qo;exports.StableVaultAssignRateQuery=Sp;exports.StableVaultClaimStatus=Xe;exports.StableVaultClaimStatusQuery=hp;exports.StableVaultClaimSurplusQuery=fp;exports.StableVaultDepositExecutionPlanFragment=Ue;exports.StableVaultDepositQuery=xp;exports.StableVaultFragment=M;exports.StableVaultMovementsQuery=qp;exports.StableVaultPendingAvailabilityFragment=Sr;exports.StableVaultQuery=cp;exports.StableVaultRateUsersQuery=dp;exports.StableVaultRatesFragment=pr;exports.StableVaultSummaryFragment=or;exports.StableVaultUnassignRateQuery=Rp;exports.StableVaultUserPositionFragment=ve;exports.StableVaultUserPositionsQuery=Ap;exports.StableVaultWithdrawClaimFragment=dr;exports.StableVaultWithdrawExecutionPlanFragment=Oe;exports.StableVaultWithdrawQuery=wp;exports.StableVaultWithdrawRedeemExecutionPlanFragment=_e;exports.StableVaultWithdrawRedeemMutation=Pp;exports.StableVaultsQuery=gp;exports.SupplyActivityFragment=$r;exports.SupplyApyHistoryQuery=no;exports.SupplyPointsFragment=ht;exports.SupplyQuery=No;exports.SupplySwapActivityFragment=zr;exports.SupplySwapFragment=Mt;exports.SupplySwapKind=et;exports.SupplySwapQuoteQuery=Oo;exports.SupplySwapQuoteResultFragment=qe;exports.SwapActivityStatus=ut;exports.SwapByIntentFragment=Ht;exports.SwapByIntentWithApprovalRequiredFragment=Qt;exports.SwapByTransactionFragment=Wt;exports.SwapByTransactionWithApprovalRequiredFragment=Vt;exports.SwapCancelledFragment=Kt;exports.SwapCancelledResultFragment=Jt;exports.SwapExecutionPlanFragment=de;exports.SwapExpiredFragment=Yt;exports.SwapFulfilledFragment=jt;exports.SwapMutation=vo;exports.SwapOpenFragment=zt;exports.SwapOperationFragment=B;exports.SwapOrderClass=st;exports.SwapPendingSignatureFragment=Zt;exports.SwapQuoteCostsFragment=Bt;exports.SwapQuoteFragment=O;exports.SwapReceiptFragment=le;exports.SwapStatusFilter=rt;exports.SwapStatusFragment=G;exports.SwapStatusQuery=ko;exports.SwapTransactionRequestFragment=$t;exports.SwapTypedDataFragment=_;exports.SwappableTokensQuery=Io;exports.TimeWindow=Me;exports.TokenAmountFragment=R;exports.TokenCategory=at;exports.TokenFragment=j;exports.TokenInfoFragment=C;exports.TokenMovementAllocateFragment=sr;exports.TokenMovementBridgeInFragment=ur;exports.TokenMovementBridgeOutFragment=ir;exports.TokenMovementDeallocateFragment=mr;exports.TokenMovementFragment=cr;exports.TokenMovementRebalanceFragment=yr;exports.TokenMovementRecordFragment=gr;exports.TokenMovementStatus=nt;exports.TokenMovementSwapFragment=lr;exports.TokenSwapActivityFragment=Yr;exports.TokenSwapFragment=Gt;exports.TokenSwapKind=it;exports.TokenSwapQuoteQuery=bo;exports.TokenSwapQuoteResultFragment=ce;exports.TransactionRequestFragment=s;exports.UpdateUserPositionConditionsQuery=Zo;exports.UpdatedDynamicConfigActivityFragment=Gr;exports.UpdatedRiskPremiumActivityFragment=Kr;exports.UserBalanceFragment=Te;exports.UserBalancesQuery=sp;exports.UserBorrowItemFragment=Fe;exports.UserBorrowsQuery=ap;exports.UserClaimableRewardFragment=se;exports.UserClaimableRewardsQuery=lo;exports.UserMerklClaimableRewardFragment=Pt;exports.UserPositionConditionVariationFragment=Br;exports.UserPositionConditionsUpdate=ot;exports.UserPositionFragment=K;exports.UserPositionQuery=pp;exports.UserPositionRiskPremiumFragment=ar;exports.UserPositionsQuery=op;exports.UserRiskPremiumBreakdownItemFragment=Ie;exports.UserRiskPremiumBreakdownQuery=ip;exports.UserSummaryFragment=be;exports.UserSummaryHistoryItemFragment=ke;exports.UserSummaryHistoryQuery=up;exports.UserSummaryQuery=np;exports.UserSuppliesQuery=rp;exports.UserSupplyItemFragment=Pe;exports.UserSwapsQuery=Uo;exports.UsingAsCollateralActivityFragment=Lr;exports.WithdrawActivityFragment=Mr;exports.WithdrawQuery=Lo;exports.WithdrawSwapActivityFragment=Jr;exports.WithdrawSwapFragment=Lt;exports.WithdrawSwapKind=tt;exports.WithdrawSwapQuoteQuery=Ho;exports.WithdrawSwapQuoteResultFragment=he;exports.assetId=pn;exports.boostedRateId=sn;exports.decodeHubId=mn;exports.decodeReserveId=cn;exports.decodeSpokeId=An;exports.decodeUserPositionId=dn;exports.encodeHubId=un;exports.encodeReserveId=gn;exports.encodeSpokeId=hn;exports.encodeUserPositionId=Sn;exports.graphql=e;exports.hubAssetId=yn;exports.hubId=xr;exports.isChainIdsVariant=En;exports.isERC20PermitSignature=da;exports.isHubInputVariant=Cn;exports.isReserveInputVariant=_n;exports.isSpokeInputVariant=On;exports.isTokensVariant=Un;exports.isTxHashInputVariant=Bn;exports.reserveId=ln;exports.spokeId=hr;exports.stableVaultId=qn;exports.stableVaultUserPositionId=xn;exports.stableVaultWithdrawClaimId=wn;exports.swapId=Rn;exports.swapQuoteId=fn;exports.tokenInfoId=In;exports.tokenMovementId=Tn;exports.userBalanceId=Pn;exports.userBorrowItemId=Fn;exports.userPositionId=wr;exports.userSupplyItemId=bn;//# sourceMappingURL=index.cjs.map
|
|
2292
2356
|
//# sourceMappingURL=index.cjs.map
|