@aave/graphql 3.0.1 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +267 -205
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9432 -149
- package/dist/index.d.ts +9432 -149
- package/dist/index.js +267 -205
- 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 +1501 -12
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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
|
|
5
5
|
verifyingContract
|
|
6
|
-
}`),
|
|
6
|
+
}`),y=e(`fragment DecimalNumber on DecimalNumber {
|
|
7
7
|
__typename
|
|
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
|
-
}`,[
|
|
25
|
+
}`,[y,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
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
exchangeRate(currency: $currency){
|
|
88
89
|
...DecimalNumber
|
|
89
90
|
}
|
|
90
|
-
}`,[m,
|
|
91
|
+
}`,[m,y,i]),lt=e(`fragment NativeAmount on NativeAmount {
|
|
91
92
|
__typename
|
|
92
93
|
token {
|
|
93
94
|
...NativeToken
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
exchangeRate(currency: $currency){
|
|
102
103
|
...DecimalNumber
|
|
103
104
|
}
|
|
104
|
-
}`,[Z,
|
|
105
|
+
}`,[Z,y,i]),R=e(`fragment TokenAmount on TokenAmount {
|
|
105
106
|
__typename
|
|
106
107
|
... on Erc20Amount {
|
|
107
108
|
...Erc20Amount
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
... on NativeAmount {
|
|
110
111
|
...NativeAmount
|
|
111
112
|
}
|
|
112
|
-
}`,[p,
|
|
113
|
+
}`,[p,lt]),j=e(`fragment Token on Token {
|
|
113
114
|
__typename
|
|
114
115
|
... on Erc20Token {
|
|
115
116
|
...Erc20Token
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
change(window: $timeWindow){
|
|
126
127
|
...PercentNumber
|
|
127
128
|
}
|
|
128
|
-
}`,[i,
|
|
129
|
+
}`,[i,r]),J=e(`fragment PercentNumberWithChange on PercentNumberWithChange {
|
|
129
130
|
__typename
|
|
130
131
|
current {
|
|
131
132
|
...PercentNumber
|
|
@@ -133,7 +134,7 @@
|
|
|
133
134
|
change(window: $timeWindow){
|
|
134
135
|
...PercentNumber
|
|
135
136
|
}
|
|
136
|
-
}`,[
|
|
137
|
+
}`,[r]),g=e(`fragment PaginatedResultInfo on PaginatedResultInfo {
|
|
137
138
|
__typename
|
|
138
139
|
prev
|
|
139
140
|
next
|
|
@@ -145,7 +146,7 @@
|
|
|
145
146
|
after {
|
|
146
147
|
...PercentNumber
|
|
147
148
|
}
|
|
148
|
-
}`,[
|
|
149
|
+
}`,[r]),ee=e(`fragment ExchangeAmountVariation on ExchangeAmountVariation {
|
|
149
150
|
__typename
|
|
150
151
|
current {
|
|
151
152
|
...ExchangeAmount
|
|
@@ -159,11 +160,11 @@
|
|
|
159
160
|
change(window: $timeWindow) {
|
|
160
161
|
...PercentNumber
|
|
161
162
|
}
|
|
162
|
-
}`,[
|
|
163
|
+
}`,[r]),yt=e(`fragment HealthFactorVariation on HealthFactorVariation {
|
|
163
164
|
__typename
|
|
164
165
|
current
|
|
165
166
|
after
|
|
166
|
-
}`),
|
|
167
|
+
}`),ct=e(`fragment HealthFactorError on HealthFactorError {
|
|
167
168
|
__typename
|
|
168
169
|
reason
|
|
169
170
|
current
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
... on HealthFactorError {
|
|
177
178
|
...HealthFactorError
|
|
178
179
|
}
|
|
179
|
-
}`,[yt,
|
|
180
|
+
}`,[yt,ct]),f=e(`fragment InsufficientBalanceError on InsufficientBalanceError {
|
|
180
181
|
__typename
|
|
181
182
|
required {
|
|
182
183
|
...DecimalNumber
|
|
@@ -184,10 +185,10 @@
|
|
|
184
185
|
available {
|
|
185
186
|
...DecimalNumber
|
|
186
187
|
}
|
|
187
|
-
}`,[
|
|
188
|
+
}`,[y]),b=e(`fragment InsufficientLiquidityError on InsufficientLiquidityError {
|
|
188
189
|
__typename
|
|
189
190
|
reason
|
|
190
|
-
}`);var
|
|
191
|
+
}`);var gt=e(`fragment HubSummary on HubSummary {
|
|
191
192
|
__typename
|
|
192
193
|
totalBorrowed {
|
|
193
194
|
...ExchangeAmountWithChange
|
|
@@ -204,7 +205,7 @@
|
|
|
204
205
|
utilizationRate {
|
|
205
206
|
...PercentNumber
|
|
206
207
|
}
|
|
207
|
-
}`,[i,P,
|
|
208
|
+
}`,[i,P,r]),q=e(`fragment Hub on Hub {
|
|
208
209
|
__typename
|
|
209
210
|
id
|
|
210
211
|
name
|
|
@@ -215,7 +216,7 @@
|
|
|
215
216
|
summary(currency: $currency) {
|
|
216
217
|
...HubSummary
|
|
217
218
|
}
|
|
218
|
-
}`,[o,
|
|
219
|
+
}`,[o,gt]);var dt=e(`fragment HubAssetSummary on HubAssetSummary {
|
|
219
220
|
__typename
|
|
220
221
|
supplied {
|
|
221
222
|
...Erc20Amount
|
|
@@ -240,7 +241,7 @@
|
|
|
240
241
|
}
|
|
241
242
|
reservesCount
|
|
242
243
|
activeReservesCount
|
|
243
|
-
}`,[p,
|
|
244
|
+
}`,[p,r]),St=e(`fragment HubAssetSettings on HubAssetSettings {
|
|
244
245
|
__typename
|
|
245
246
|
feeReceiver
|
|
246
247
|
liquidityFee {
|
|
@@ -260,7 +261,7 @@
|
|
|
260
261
|
slopeAboveOptimal {
|
|
261
262
|
...PercentNumber
|
|
262
263
|
}
|
|
263
|
-
}`,[
|
|
264
|
+
}`,[r]),Rt=e(`fragment HubAssetUserState on HubAssetUserState {
|
|
264
265
|
__typename
|
|
265
266
|
balance {
|
|
266
267
|
...Erc20Amount
|
|
@@ -284,7 +285,7 @@
|
|
|
284
285
|
userState {
|
|
285
286
|
...HubAssetUserState
|
|
286
287
|
}
|
|
287
|
-
}`,[q,m,
|
|
288
|
+
}`,[q,m,dt,St,Rt]);var ae=e(`fragment PermitTypedData on PermitTypedData {
|
|
288
289
|
__typename
|
|
289
290
|
types
|
|
290
291
|
primaryType
|
|
@@ -293,7 +294,7 @@
|
|
|
293
294
|
}
|
|
294
295
|
message
|
|
295
296
|
signedAmount
|
|
296
|
-
}`,[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 {
|
|
297
298
|
__typename
|
|
298
299
|
id
|
|
299
300
|
text
|
|
@@ -303,7 +304,7 @@
|
|
|
303
304
|
... on MerklGenericCriteria {
|
|
304
305
|
...MerklGenericCriteria
|
|
305
306
|
}
|
|
306
|
-
}`,[
|
|
307
|
+
}`,[ft]),qt=e(`fragment PointsGenericCriteria on PointsGenericCriteria {
|
|
307
308
|
__typename
|
|
308
309
|
id
|
|
309
310
|
text
|
|
@@ -313,13 +314,13 @@
|
|
|
313
314
|
... on PointsGenericCriteria {
|
|
314
315
|
...PointsGenericCriteria
|
|
315
316
|
}
|
|
316
|
-
}`,[
|
|
317
|
+
}`,[qt]),pe=e(`fragment PointsProgram on PointsProgram {
|
|
317
318
|
__typename
|
|
318
319
|
id
|
|
319
320
|
name
|
|
320
321
|
externalUrl
|
|
321
322
|
iconUrl
|
|
322
|
-
}`),
|
|
323
|
+
}`),wt=e(`fragment MerklSupplyReward on MerklSupplyReward {
|
|
323
324
|
__typename
|
|
324
325
|
id
|
|
325
326
|
startDate
|
|
@@ -334,7 +335,7 @@
|
|
|
334
335
|
...MerklCriteria
|
|
335
336
|
}
|
|
336
337
|
userEligible
|
|
337
|
-
}`,[
|
|
338
|
+
}`,[r,m,ne]),xt=e(`fragment MerklBorrowReward on MerklBorrowReward {
|
|
338
339
|
__typename
|
|
339
340
|
id
|
|
340
341
|
startDate
|
|
@@ -349,7 +350,7 @@
|
|
|
349
350
|
...MerklCriteria
|
|
350
351
|
}
|
|
351
352
|
userEligible
|
|
352
|
-
}`,[
|
|
353
|
+
}`,[r,m,ne]),ht=e(`fragment SupplyPoints on SupplyPointsReward {
|
|
353
354
|
__typename
|
|
354
355
|
id
|
|
355
356
|
program {
|
|
@@ -363,7 +364,7 @@
|
|
|
363
364
|
...PointsCriteria
|
|
364
365
|
}
|
|
365
366
|
userEligible
|
|
366
|
-
}`,[pe,oe]),
|
|
367
|
+
}`,[pe,oe]),At=e(`fragment BorrowPoints on BorrowPointsReward {
|
|
367
368
|
__typename
|
|
368
369
|
id
|
|
369
370
|
program {
|
|
@@ -391,9 +392,10 @@
|
|
|
391
392
|
... on BorrowPointsReward {
|
|
392
393
|
...BorrowPoints
|
|
393
394
|
}
|
|
394
|
-
}`,[
|
|
395
|
+
}`,[wt,xt,ht,At]),Pt=e(`fragment UserMerklClaimableReward on UserMerklClaimableReward {
|
|
395
396
|
__typename
|
|
396
397
|
id
|
|
398
|
+
claimChainId
|
|
397
399
|
claimable {
|
|
398
400
|
...Erc20Amount
|
|
399
401
|
}
|
|
@@ -405,14 +407,14 @@
|
|
|
405
407
|
... on UserMerklClaimableReward {
|
|
406
408
|
...UserMerklClaimableReward
|
|
407
409
|
}
|
|
408
|
-
}`,[
|
|
410
|
+
}`,[Pt]);var Ft=e(`fragment SpokeLiquidationConfig on SpokeLiquidationConfig {
|
|
409
411
|
__typename
|
|
410
412
|
targetHealthFactor
|
|
411
413
|
healthFactorForMaxBonus
|
|
412
414
|
liquidationBonusFactor {
|
|
413
415
|
...PercentNumber
|
|
414
416
|
}
|
|
415
|
-
}`,[
|
|
417
|
+
}`,[r]),bt=e(`fragment SpokeSummary on SpokeSummary {
|
|
416
418
|
__typename
|
|
417
419
|
totalBorrowed {
|
|
418
420
|
...ExchangeAmount
|
|
@@ -428,7 +430,7 @@
|
|
|
428
430
|
}
|
|
429
431
|
uniqueAssets
|
|
430
432
|
connectedHubs
|
|
431
|
-
}`,[i,
|
|
433
|
+
}`,[i,r]),It=e(`fragment SpokeConnectedHubSummary on SpokeConnectedHubSummary {
|
|
432
434
|
__typename
|
|
433
435
|
totalBorrowed {
|
|
434
436
|
...ExchangeAmount
|
|
@@ -442,7 +444,7 @@
|
|
|
442
444
|
totalSupplied {
|
|
443
445
|
...ExchangeAmount
|
|
444
446
|
}
|
|
445
|
-
}`,[i,
|
|
447
|
+
}`,[i,r]),Tt=e(`fragment SpokeConnectedHub on SpokeConnectedHub {
|
|
446
448
|
__typename
|
|
447
449
|
hub {
|
|
448
450
|
...Hub
|
|
@@ -450,7 +452,7 @@
|
|
|
450
452
|
summary {
|
|
451
453
|
...SpokeConnectedHubSummary
|
|
452
454
|
}
|
|
453
|
-
}`,[q,
|
|
455
|
+
}`,[q,It]),l=e(`fragment Spoke on Spoke {
|
|
454
456
|
__typename
|
|
455
457
|
id
|
|
456
458
|
name
|
|
@@ -467,7 +469,7 @@
|
|
|
467
469
|
connectedHubs(currency: $currency) {
|
|
468
470
|
...SpokeConnectedHub
|
|
469
471
|
}
|
|
470
|
-
}`,[o,
|
|
472
|
+
}`,[o,Ft,bt,Tt]),kt=e(`fragment SpokePositionManager on SpokePositionManager {
|
|
471
473
|
__typename
|
|
472
474
|
address
|
|
473
475
|
active
|
|
@@ -480,7 +482,7 @@
|
|
|
480
482
|
pageInfo {
|
|
481
483
|
...PaginatedResultInfo
|
|
482
484
|
}
|
|
483
|
-
}`,[
|
|
485
|
+
}`,[kt,g]),vt=e(`fragment SpokeUserPositionManager on SpokeUserPositionManager {
|
|
484
486
|
__typename
|
|
485
487
|
address
|
|
486
488
|
approvedOn
|
|
@@ -494,7 +496,7 @@
|
|
|
494
496
|
pageInfo {
|
|
495
497
|
...PaginatedResultInfo
|
|
496
498
|
}
|
|
497
|
-
}`,[
|
|
499
|
+
}`,[vt,g]);var Ct=e(`fragment ReserveSettings on ReserveSettings {
|
|
498
500
|
__typename
|
|
499
501
|
collateralFactor {
|
|
500
502
|
...PercentNumber
|
|
@@ -519,12 +521,12 @@
|
|
|
519
521
|
supplyCap {
|
|
520
522
|
...Erc20Amount
|
|
521
523
|
}
|
|
522
|
-
}`,[
|
|
524
|
+
}`,[r,p]),Et=e(`fragment ReserveStatus on ReserveStatus {
|
|
523
525
|
__typename
|
|
524
526
|
frozen
|
|
525
527
|
paused
|
|
526
528
|
active
|
|
527
|
-
}`),
|
|
529
|
+
}`),Ut=e(`fragment ReserveSummary on ReserveSummary {
|
|
528
530
|
__typename
|
|
529
531
|
supplied {
|
|
530
532
|
...Erc20Amount
|
|
@@ -547,7 +549,7 @@
|
|
|
547
549
|
rewards {
|
|
548
550
|
...Reward
|
|
549
551
|
}
|
|
550
|
-
}`,[p,
|
|
552
|
+
}`,[p,r,W]),Ot=e(`fragment ReserveUserState on ReserveUserState {
|
|
551
553
|
__typename
|
|
552
554
|
balance {
|
|
553
555
|
...Erc20Amount
|
|
@@ -571,7 +573,7 @@
|
|
|
571
573
|
...PercentNumber
|
|
572
574
|
}
|
|
573
575
|
dynamicConfigKey
|
|
574
|
-
}`,[p,
|
|
576
|
+
}`,[p,r]),T=e(`fragment Reserve on Reserve {
|
|
575
577
|
__typename
|
|
576
578
|
id
|
|
577
579
|
onChainId
|
|
@@ -600,7 +602,7 @@
|
|
|
600
602
|
asset {
|
|
601
603
|
...HubAsset
|
|
602
604
|
}
|
|
603
|
-
}`,[
|
|
605
|
+
}`,[l,o,Ut,Ct,Et,Ot,I]),me=e(`fragment ReserveHolder on ReserveHolder {
|
|
604
606
|
__typename
|
|
605
607
|
address
|
|
606
608
|
amount {
|
|
@@ -609,7 +611,7 @@
|
|
|
609
611
|
weight {
|
|
610
612
|
...PercentNumber
|
|
611
613
|
}
|
|
612
|
-
}`,[p,
|
|
614
|
+
}`,[p,r]),d=e(`fragment ReserveInfo on ReserveInfo {
|
|
613
615
|
__typename
|
|
614
616
|
id
|
|
615
617
|
asset {
|
|
@@ -646,7 +648,7 @@
|
|
|
646
648
|
originalTransaction {
|
|
647
649
|
...TransactionRequest
|
|
648
650
|
}
|
|
649
|
-
}`,[s,V,
|
|
651
|
+
}`,[s,V,y]),_t=e(`fragment PreContractActionRequired on PreContractActionRequired {
|
|
650
652
|
__typename
|
|
651
653
|
transaction {
|
|
652
654
|
...TransactionRequest
|
|
@@ -669,7 +671,7 @@
|
|
|
669
671
|
... on InsufficientBalanceError {
|
|
670
672
|
...InsufficientBalanceError
|
|
671
673
|
}
|
|
672
|
-
}`,[s,E,
|
|
674
|
+
}`,[s,E,_t,f]);var Bt=e(`fragment SwapQuoteCosts on SwapQuoteCosts {
|
|
673
675
|
__typename
|
|
674
676
|
networkCosts {
|
|
675
677
|
...TokenAmount
|
|
@@ -708,7 +710,7 @@
|
|
|
708
710
|
finalSell {
|
|
709
711
|
...TokenAmount
|
|
710
712
|
}
|
|
711
|
-
}`,[
|
|
713
|
+
}`,[r,R,Bt]),_=e(`fragment SwapTypedData on SwapTypedData {
|
|
712
714
|
__typename
|
|
713
715
|
primaryType
|
|
714
716
|
types
|
|
@@ -716,19 +718,19 @@
|
|
|
716
718
|
...DomainData
|
|
717
719
|
}
|
|
718
720
|
message
|
|
719
|
-
}`,[Q]),
|
|
721
|
+
}`,[Q]),le=e(`fragment PrepareSwapOrder on PrepareSwapOrder {
|
|
720
722
|
__typename
|
|
721
723
|
newQuoteId
|
|
722
724
|
data {
|
|
723
725
|
...SwapTypedData
|
|
724
726
|
}
|
|
725
|
-
}`,[_]),
|
|
727
|
+
}`,[_]),Ht=e(`fragment SwapByIntent on SwapByIntent {
|
|
726
728
|
__typename
|
|
727
729
|
quote {
|
|
728
730
|
...SwapQuote
|
|
729
731
|
}
|
|
730
732
|
|
|
731
|
-
}`,[O]),
|
|
733
|
+
}`,[O]),Qt=e(`fragment SwapByIntentWithApprovalRequired on SwapByIntentWithApprovalRequired {
|
|
732
734
|
__typename
|
|
733
735
|
approvals {
|
|
734
736
|
...Erc20Approval
|
|
@@ -736,12 +738,12 @@
|
|
|
736
738
|
quote {
|
|
737
739
|
...SwapQuote
|
|
738
740
|
}
|
|
739
|
-
}`,[V,O]),
|
|
741
|
+
}`,[V,O]),Wt=e(`fragment SwapByTransaction on SwapByTransaction {
|
|
740
742
|
__typename
|
|
741
743
|
quote {
|
|
742
744
|
...SwapQuote
|
|
743
745
|
}
|
|
744
|
-
}`,[O]),
|
|
746
|
+
}`,[O]),Vt=e(`fragment SwapByTransactionWithApprovalRequired on SwapByTransactionWithApprovalRequired {
|
|
745
747
|
__typename
|
|
746
748
|
quote {
|
|
747
749
|
...SwapQuote
|
|
@@ -749,7 +751,7 @@
|
|
|
749
751
|
approvals {
|
|
750
752
|
...Erc20Approval
|
|
751
753
|
}
|
|
752
|
-
}`,[O,V]),
|
|
754
|
+
}`,[O,V]),ye=e(`fragment SwapReceipt on SwapReceipt {
|
|
753
755
|
__typename
|
|
754
756
|
id
|
|
755
757
|
createdAt
|
|
@@ -770,7 +772,7 @@
|
|
|
770
772
|
... on InsufficientLiquidityError {
|
|
771
773
|
...InsufficientLiquidityError
|
|
772
774
|
}
|
|
773
|
-
}`,[
|
|
775
|
+
}`,[Ht,Qt,Wt,Vt,b]),ge=e(`fragment PrepareTokenSwapResult on PrepareTokenSwapResult {
|
|
774
776
|
__typename
|
|
775
777
|
... on PrepareSwapOrder {
|
|
776
778
|
...PrepareSwapOrder
|
|
@@ -778,7 +780,7 @@
|
|
|
778
780
|
... on InsufficientBalanceError {
|
|
779
781
|
...InsufficientBalanceError
|
|
780
782
|
}
|
|
781
|
-
}`,[
|
|
783
|
+
}`,[le,f]),$t=e(`fragment SwapTransactionRequest on SwapTransactionRequest {
|
|
782
784
|
__typename
|
|
783
785
|
transaction {
|
|
784
786
|
...TransactionRequest
|
|
@@ -786,7 +788,7 @@
|
|
|
786
788
|
orderReceipt {
|
|
787
789
|
...SwapReceipt
|
|
788
790
|
}
|
|
789
|
-
}`,[s,
|
|
791
|
+
}`,[s,ye]),de=e(`fragment SwapExecutionPlan on SwapExecutionPlan {
|
|
790
792
|
__typename
|
|
791
793
|
... on SwapTransactionRequest {
|
|
792
794
|
...SwapTransactionRequest
|
|
@@ -797,7 +799,7 @@
|
|
|
797
799
|
... on InsufficientBalanceError {
|
|
798
800
|
...InsufficientBalanceError
|
|
799
801
|
}
|
|
800
|
-
}`,[
|
|
802
|
+
}`,[$t,ye,f]),h=e(`fragment PositionAmount on PositionAmount {
|
|
801
803
|
__typename
|
|
802
804
|
reserve {
|
|
803
805
|
...ReserveInfo
|
|
@@ -805,7 +807,7 @@
|
|
|
805
807
|
amount {
|
|
806
808
|
...Erc20Amount
|
|
807
809
|
}
|
|
808
|
-
}`,[d,p])
|
|
810
|
+
}`,[d,p]),Mt=e(`fragment SupplySwap on SupplySwap {
|
|
809
811
|
__typename
|
|
810
812
|
sell {
|
|
811
813
|
...PositionAmount
|
|
@@ -815,7 +817,7 @@
|
|
|
815
817
|
}
|
|
816
818
|
kind
|
|
817
819
|
orderClass
|
|
818
|
-
}`,[h]),
|
|
820
|
+
}`,[h]),Nt=e(`fragment BorrowSwap on BorrowSwap {
|
|
819
821
|
__typename
|
|
820
822
|
sell {
|
|
821
823
|
...PositionAmount
|
|
@@ -825,7 +827,7 @@
|
|
|
825
827
|
}
|
|
826
828
|
kind
|
|
827
829
|
orderClass
|
|
828
|
-
}`,[h]),
|
|
830
|
+
}`,[h]),Dt=e(`fragment RepayWithSupply on RepayWithSupply {
|
|
829
831
|
__typename
|
|
830
832
|
repay {
|
|
831
833
|
...PositionAmount
|
|
@@ -835,7 +837,7 @@
|
|
|
835
837
|
}
|
|
836
838
|
kind
|
|
837
839
|
orderClass
|
|
838
|
-
}`,[h]),
|
|
840
|
+
}`,[h]),Lt=e(`fragment WithdrawSwap on WithdrawSwap {
|
|
839
841
|
__typename
|
|
840
842
|
withdraw {
|
|
841
843
|
...PositionAmount
|
|
@@ -845,7 +847,7 @@
|
|
|
845
847
|
}
|
|
846
848
|
kind
|
|
847
849
|
orderClass
|
|
848
|
-
}`,[h,R]),
|
|
850
|
+
}`,[h,R]),Gt=e(`fragment TokenSwap on TokenSwap {
|
|
849
851
|
__typename
|
|
850
852
|
sell {
|
|
851
853
|
...TokenAmount
|
|
@@ -872,7 +874,7 @@
|
|
|
872
874
|
... on TokenSwap {
|
|
873
875
|
...TokenSwap
|
|
874
876
|
}
|
|
875
|
-
}`,[
|
|
877
|
+
}`,[Mt,Nt,Dt,Lt,Gt]),Kt=e(`fragment SwapCancelled on SwapCancelled {
|
|
876
878
|
__typename
|
|
877
879
|
swapId
|
|
878
880
|
createdAt
|
|
@@ -881,7 +883,7 @@
|
|
|
881
883
|
operation {
|
|
882
884
|
...SwapOperation
|
|
883
885
|
}
|
|
884
|
-
}`,[B]),
|
|
886
|
+
}`,[B]),Yt=e(`fragment SwapExpired on SwapExpired {
|
|
885
887
|
__typename
|
|
886
888
|
swapId
|
|
887
889
|
createdAt
|
|
@@ -890,7 +892,7 @@
|
|
|
890
892
|
operation {
|
|
891
893
|
...SwapOperation
|
|
892
894
|
}
|
|
893
|
-
}`,[B]),
|
|
895
|
+
}`,[B]),zt=e(`fragment SwapOpen on SwapOpen {
|
|
894
896
|
__typename
|
|
895
897
|
swapId
|
|
896
898
|
createdAt
|
|
@@ -899,7 +901,7 @@
|
|
|
899
901
|
operation {
|
|
900
902
|
...SwapOperation
|
|
901
903
|
}
|
|
902
|
-
}`,[B]),
|
|
904
|
+
}`,[B]),Zt=e(`fragment SwapPendingSignature on SwapPendingSignature {
|
|
903
905
|
__typename
|
|
904
906
|
swapId
|
|
905
907
|
createdAt
|
|
@@ -908,7 +910,7 @@
|
|
|
908
910
|
operation {
|
|
909
911
|
...SwapOperation
|
|
910
912
|
}
|
|
911
|
-
}`,[B]),
|
|
913
|
+
}`,[B]),jt=e(`fragment SwapFulfilled on SwapFulfilled {
|
|
912
914
|
__typename
|
|
913
915
|
swapId
|
|
914
916
|
txHash
|
|
@@ -936,12 +938,12 @@
|
|
|
936
938
|
... on SwapFulfilled {
|
|
937
939
|
...SwapFulfilled
|
|
938
940
|
}
|
|
939
|
-
}`,[
|
|
941
|
+
}`,[zt,Zt,Kt,Yt,jt]),Se=e(`fragment PrepareSwapCancelResult on PrepareSwapCancelResult {
|
|
940
942
|
__typename
|
|
941
943
|
data {
|
|
942
944
|
...SwapTypedData
|
|
943
945
|
}
|
|
944
|
-
}`,[_]),
|
|
946
|
+
}`,[_]),Jt=e(`fragment SwapCancelledResult on SwapCancelledResult {
|
|
945
947
|
__typename
|
|
946
948
|
swapId
|
|
947
949
|
createdAt
|
|
@@ -955,7 +957,7 @@
|
|
|
955
957
|
... on SwapCancelledResult {
|
|
956
958
|
...SwapCancelledResult
|
|
957
959
|
}
|
|
958
|
-
}`,[s,
|
|
960
|
+
}`,[s,Jt]),fe=e(`fragment PaginatedUserSwapsResult on PaginatedUserSwapsResult {
|
|
959
961
|
__typename
|
|
960
962
|
items {
|
|
961
963
|
...SwapStatus
|
|
@@ -963,12 +965,12 @@
|
|
|
963
965
|
pageInfo {
|
|
964
966
|
...PaginatedResultInfo
|
|
965
967
|
}
|
|
966
|
-
}`,[G,g]),
|
|
968
|
+
}`,[G,g]),Xt=e(`fragment PositionSwapAdapterContractApproval on PositionSwapAdapterContractApproval {
|
|
967
969
|
__typename
|
|
968
970
|
bySignature {
|
|
969
971
|
...SwapTypedData
|
|
970
972
|
}
|
|
971
|
-
}`,[_]),
|
|
973
|
+
}`,[_]),er=e(`fragment PositionSwapPositionManagerApproval on PositionSwapPositionManagerApproval {
|
|
972
974
|
__typename
|
|
973
975
|
byTransaction {
|
|
974
976
|
...TransactionRequest
|
|
@@ -976,12 +978,12 @@
|
|
|
976
978
|
bySignature {
|
|
977
979
|
...SwapTypedData
|
|
978
980
|
}
|
|
979
|
-
}`,[s,_]),
|
|
981
|
+
}`,[s,_]),tr=e(`fragment PositionSwapSetCollateralApproval on PositionSwapSetCollateralApproval {
|
|
980
982
|
__typename
|
|
981
983
|
bySignature {
|
|
982
984
|
...SwapTypedData
|
|
983
985
|
}
|
|
984
|
-
}`,[_]),
|
|
986
|
+
}`,[_]),rr=e(`fragment PositionSwapApproval on PositionSwapApproval {
|
|
985
987
|
__typename
|
|
986
988
|
... on PositionSwapAdapterContractApproval {
|
|
987
989
|
...PositionSwapAdapterContractApproval
|
|
@@ -992,7 +994,7 @@
|
|
|
992
994
|
... on PositionSwapSetCollateralApproval {
|
|
993
995
|
...PositionSwapSetCollateralApproval
|
|
994
996
|
}
|
|
995
|
-
}`,[
|
|
997
|
+
}`,[Xt,er,tr]),$=e(`fragment PositionSwapByIntentApprovalsRequired on PositionSwapByIntentApprovalsRequired {
|
|
996
998
|
__typename
|
|
997
999
|
quote {
|
|
998
1000
|
...SwapQuote
|
|
@@ -1000,7 +1002,7 @@
|
|
|
1000
1002
|
approvals {
|
|
1001
1003
|
...PositionSwapApproval
|
|
1002
1004
|
}
|
|
1003
|
-
}`,[O,
|
|
1005
|
+
}`,[O,rr]),qe=e(`fragment SupplySwapQuoteResult on SupplySwapQuoteResult {
|
|
1004
1006
|
__typename
|
|
1005
1007
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1006
1008
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1040,7 +1042,7 @@
|
|
|
1040
1042
|
... on InsufficientBalanceError {
|
|
1041
1043
|
...InsufficientBalanceError
|
|
1042
1044
|
}
|
|
1043
|
-
}`,[
|
|
1045
|
+
}`,[le,f]);var Pe=e(`fragment UserSupplyItem on UserSupplyItem {
|
|
1044
1046
|
__typename
|
|
1045
1047
|
id
|
|
1046
1048
|
reserve {
|
|
@@ -1098,7 +1100,7 @@
|
|
|
1098
1100
|
...ExchangeAmount
|
|
1099
1101
|
}
|
|
1100
1102
|
lowestHealthFactor
|
|
1101
|
-
}`,[P,i,
|
|
1103
|
+
}`,[P,i,r]),Ie=e(`fragment UserRiskPremiumBreakdownItem on UserRiskPremiumBreakdownItem {
|
|
1102
1104
|
__typename
|
|
1103
1105
|
token {
|
|
1104
1106
|
...Erc20Token
|
|
@@ -1112,7 +1114,7 @@
|
|
|
1112
1114
|
collateral {
|
|
1113
1115
|
...PercentNumber
|
|
1114
1116
|
}
|
|
1115
|
-
}`,[m,
|
|
1117
|
+
}`,[m,r]),ar=e(`fragment UserPositionRiskPremium on UserPositionRiskPremium {
|
|
1116
1118
|
__typename
|
|
1117
1119
|
current {
|
|
1118
1120
|
...PercentNumber
|
|
@@ -1120,7 +1122,7 @@
|
|
|
1120
1122
|
latest {
|
|
1121
1123
|
...PercentNumber
|
|
1122
1124
|
}
|
|
1123
|
-
}`,[
|
|
1125
|
+
}`,[r]),K=e(`fragment UserPosition on UserPosition {
|
|
1124
1126
|
__typename
|
|
1125
1127
|
id
|
|
1126
1128
|
spoke {
|
|
@@ -1177,7 +1179,7 @@
|
|
|
1177
1179
|
averageCollateralFactor {
|
|
1178
1180
|
...PercentNumber
|
|
1179
1181
|
}
|
|
1180
|
-
}`,[
|
|
1182
|
+
}`,[l,r,P,i,J,te,ar]),Te=e(`fragment UserBalance on UserBalance {
|
|
1181
1183
|
__typename
|
|
1182
1184
|
id
|
|
1183
1185
|
info {
|
|
@@ -1210,7 +1212,7 @@
|
|
|
1210
1212
|
lowestCollateralFactor: collateralFactor(metric: LOWEST) {
|
|
1211
1213
|
...PercentNumber
|
|
1212
1214
|
}
|
|
1213
|
-
}`,[C,
|
|
1215
|
+
}`,[C,y,R,i,r]),ke=e(`fragment UserSummaryHistoryItem on UserSummaryHistoryItem {
|
|
1214
1216
|
__typename
|
|
1215
1217
|
netBalance(currency: $currency) {
|
|
1216
1218
|
...ExchangeAmount
|
|
@@ -1229,7 +1231,7 @@
|
|
|
1229
1231
|
avgRate {
|
|
1230
1232
|
...PercentNumber
|
|
1231
1233
|
}
|
|
1232
|
-
}`,[
|
|
1234
|
+
}`,[r]);var nr=e(`fragment BoostedRate on BoostedRate {
|
|
1233
1235
|
__typename
|
|
1234
1236
|
id
|
|
1235
1237
|
name
|
|
@@ -1237,12 +1239,12 @@
|
|
|
1237
1239
|
apy {
|
|
1238
1240
|
...PercentNumber
|
|
1239
1241
|
}
|
|
1240
|
-
}`,[
|
|
1242
|
+
}`,[r]),or=e(`fragment StableVaultSummary on StableVaultSummary {
|
|
1241
1243
|
__typename
|
|
1242
1244
|
shares
|
|
1243
1245
|
userCount
|
|
1244
1246
|
totalDeposits
|
|
1245
|
-
}`),
|
|
1247
|
+
}`),pr=e(`fragment StableVaultRates on StableVaultRates {
|
|
1246
1248
|
__typename
|
|
1247
1249
|
baseRate {
|
|
1248
1250
|
...PercentNumber
|
|
@@ -1251,7 +1253,7 @@
|
|
|
1251
1253
|
boostedRates {
|
|
1252
1254
|
...BoostedRate
|
|
1253
1255
|
}
|
|
1254
|
-
}`,[
|
|
1256
|
+
}`,[r,nr]),M=e(`fragment StableVault on StableVault {
|
|
1255
1257
|
__typename
|
|
1256
1258
|
id
|
|
1257
1259
|
name
|
|
@@ -1266,7 +1268,7 @@
|
|
|
1266
1268
|
rates {
|
|
1267
1269
|
...StableVaultRates
|
|
1268
1270
|
}
|
|
1269
|
-
}`,[o,
|
|
1271
|
+
}`,[o,or,pr]),ve=e(`fragment StableVaultUserPosition on StableVaultUserPosition {
|
|
1270
1272
|
__typename
|
|
1271
1273
|
id
|
|
1272
1274
|
vault {
|
|
@@ -1289,13 +1291,13 @@
|
|
|
1289
1291
|
...PercentNumber
|
|
1290
1292
|
}
|
|
1291
1293
|
boostedRateId
|
|
1292
|
-
}`,[M,
|
|
1294
|
+
}`,[M,y,r]),sr=e(`fragment TokenMovementAllocate on TokenMovementAllocate {
|
|
1293
1295
|
__typename
|
|
1294
1296
|
token {
|
|
1295
1297
|
...Erc20Token
|
|
1296
1298
|
}
|
|
1297
1299
|
amount
|
|
1298
|
-
}`,[m]),
|
|
1300
|
+
}`,[m]),ur=e(`fragment TokenMovementBridgeIn on TokenMovementBridgeIn {
|
|
1299
1301
|
__typename
|
|
1300
1302
|
fromToken {
|
|
1301
1303
|
...Erc20Token
|
|
@@ -1304,7 +1306,7 @@
|
|
|
1304
1306
|
...Erc20Token
|
|
1305
1307
|
}
|
|
1306
1308
|
amount
|
|
1307
|
-
}`,[m]),
|
|
1309
|
+
}`,[m]),ir=e(`fragment TokenMovementBridgeOut on TokenMovementBridgeOut {
|
|
1308
1310
|
__typename
|
|
1309
1311
|
fromToken {
|
|
1310
1312
|
...Erc20Token
|
|
@@ -1313,13 +1315,13 @@
|
|
|
1313
1315
|
...Erc20Token
|
|
1314
1316
|
}
|
|
1315
1317
|
amount
|
|
1316
|
-
}`,[m]),
|
|
1318
|
+
}`,[m]),mr=e(`fragment TokenMovementDeallocate on TokenMovementDeallocate {
|
|
1317
1319
|
__typename
|
|
1318
1320
|
token {
|
|
1319
1321
|
...Erc20Token
|
|
1320
1322
|
}
|
|
1321
1323
|
amount
|
|
1322
|
-
}`,[m]),
|
|
1324
|
+
}`,[m]),lr=e(`fragment TokenMovementRebalance on TokenMovementRebalance {
|
|
1323
1325
|
__typename
|
|
1324
1326
|
token {
|
|
1325
1327
|
...Erc20Token
|
|
@@ -1335,7 +1337,7 @@
|
|
|
1335
1337
|
...Erc20Token
|
|
1336
1338
|
}
|
|
1337
1339
|
toAmount
|
|
1338
|
-
}`,[m]),
|
|
1340
|
+
}`,[m]),cr=e(`fragment TokenMovement on TokenMovement {
|
|
1339
1341
|
__typename
|
|
1340
1342
|
... on TokenMovementAllocate {
|
|
1341
1343
|
...TokenMovementAllocate
|
|
@@ -1355,7 +1357,7 @@
|
|
|
1355
1357
|
... on TokenMovementRebalance {
|
|
1356
1358
|
...TokenMovementRebalance
|
|
1357
1359
|
}
|
|
1358
|
-
}`,[
|
|
1360
|
+
}`,[sr,ur,ir,mr,yr,lr]),gr=e(`fragment TokenMovementRecord on TokenMovementRecord {
|
|
1359
1361
|
__typename
|
|
1360
1362
|
id
|
|
1361
1363
|
type {
|
|
@@ -1364,7 +1366,7 @@
|
|
|
1364
1366
|
status
|
|
1365
1367
|
timestamp
|
|
1366
1368
|
txHash
|
|
1367
|
-
}`,[
|
|
1369
|
+
}`,[cr]),Ce=e(`fragment PaginatedStableVaultMovementsResult on PaginatedStableVaultMovementsResult {
|
|
1368
1370
|
__typename
|
|
1369
1371
|
items {
|
|
1370
1372
|
...TokenMovementRecord
|
|
@@ -1372,20 +1374,20 @@
|
|
|
1372
1374
|
pageInfo {
|
|
1373
1375
|
...PaginatedResultInfo
|
|
1374
1376
|
}
|
|
1375
|
-
}`,[
|
|
1377
|
+
}`,[gr,g]),Ee=e(`fragment PaginatedStableVaultRateUsersResult on PaginatedStableVaultRateUsersResult {
|
|
1376
1378
|
__typename
|
|
1377
1379
|
items
|
|
1378
1380
|
pageInfo {
|
|
1379
1381
|
...PaginatedResultInfo
|
|
1380
1382
|
}
|
|
1381
|
-
}`,[g]),
|
|
1383
|
+
}`,[g]),dr=e(`fragment StableVaultWithdrawClaim on StableVaultWithdrawClaim {
|
|
1382
1384
|
__typename
|
|
1383
1385
|
claimId
|
|
1384
1386
|
transaction {
|
|
1385
1387
|
...TransactionRequest
|
|
1386
1388
|
}
|
|
1387
1389
|
executableAfter
|
|
1388
|
-
}`,[s]),
|
|
1390
|
+
}`,[s]),Sr=e(`fragment StableVaultPendingAvailability on StableVaultPendingAvailability {
|
|
1389
1391
|
__typename
|
|
1390
1392
|
executableAfter
|
|
1391
1393
|
}`),Ue=e(`fragment StableVaultDepositExecutionPlan on StableVaultDepositExecutionPlan {
|
|
@@ -1407,7 +1409,7 @@
|
|
|
1407
1409
|
... on StableVaultWithdrawClaim {
|
|
1408
1410
|
...StableVaultWithdrawClaim
|
|
1409
1411
|
}
|
|
1410
|
-
}`,[s,
|
|
1412
|
+
}`,[s,dr]),_e=e(`fragment StableVaultWithdrawRedeemExecutionPlan on StableVaultWithdrawRedeemExecutionPlan {
|
|
1411
1413
|
__typename
|
|
1412
1414
|
... on TransactionRequest {
|
|
1413
1415
|
...TransactionRequest
|
|
@@ -1415,19 +1417,19 @@
|
|
|
1415
1417
|
... on StableVaultPendingAvailability {
|
|
1416
1418
|
...StableVaultPendingAvailability
|
|
1417
1419
|
}
|
|
1418
|
-
}`,[s,
|
|
1420
|
+
}`,[s,Sr]);var Ja=e(`query Hub($request: HubRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1419
1421
|
value: hub(request: $request) {
|
|
1420
1422
|
...Hub
|
|
1421
1423
|
}
|
|
1422
|
-
}`,[q]),
|
|
1424
|
+
}`,[q]),Xa=e(`query Hubs($request: HubsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1423
1425
|
value: hubs(request: $request) {
|
|
1424
1426
|
...Hub
|
|
1425
1427
|
}
|
|
1426
|
-
}`,[q]),
|
|
1428
|
+
}`,[q]),en=e(`query HubAssets($request: HubAssetsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1427
1429
|
value: hubAssets(request: $request) {
|
|
1428
1430
|
...HubAsset
|
|
1429
1431
|
}
|
|
1430
|
-
}`,[I]),
|
|
1432
|
+
}`,[I]),Rr=e(`fragment HubSummarySample on HubSummarySample {
|
|
1431
1433
|
__typename
|
|
1432
1434
|
date
|
|
1433
1435
|
deposits {
|
|
@@ -1442,11 +1444,11 @@
|
|
|
1442
1444
|
utilizationRate {
|
|
1443
1445
|
...PercentNumber
|
|
1444
1446
|
}
|
|
1445
|
-
}`,[i,
|
|
1447
|
+
}`,[i,r]),tn=e(`query HubSummaryHistory($request: HubSummaryHistoryRequest!) {
|
|
1446
1448
|
value: hubSummaryHistory(request: $request) {
|
|
1447
1449
|
...HubSummarySample
|
|
1448
1450
|
}
|
|
1449
|
-
}`,[
|
|
1451
|
+
}`,[Rr]),fr=e(`fragment HubAssetInterestRateModelPoint on HubAssetInterestRateModelPoint {
|
|
1450
1452
|
__typename
|
|
1451
1453
|
utilizationRate {
|
|
1452
1454
|
...PercentNumber
|
|
@@ -1460,13 +1462,13 @@
|
|
|
1460
1462
|
liquidityDistance {
|
|
1461
1463
|
...Erc20Amount
|
|
1462
1464
|
}
|
|
1463
|
-
}`,[
|
|
1465
|
+
}`,[r,p]),rn=e(`query HubAssetInterestRateModel($request: HubAssetInterestRateModelRequest!, $currency: Currency!) {
|
|
1464
1466
|
value: hubAssetInterestRateModel(request: $request) {
|
|
1465
1467
|
points {
|
|
1466
1468
|
...HubAssetInterestRateModelPoint
|
|
1467
1469
|
}
|
|
1468
1470
|
}
|
|
1469
|
-
}`,[
|
|
1471
|
+
}`,[fr]),qr=e(`fragment HubSpokeConfig on HubSpokeConfig {
|
|
1470
1472
|
__typename
|
|
1471
1473
|
hub {
|
|
1472
1474
|
...Hub
|
|
@@ -1488,27 +1490,27 @@
|
|
|
1488
1490
|
riskPremiumThreshold {
|
|
1489
1491
|
...PercentNumber
|
|
1490
1492
|
}
|
|
1491
|
-
}`,[q,
|
|
1493
|
+
}`,[q,l,I,p,r]),an=e(`query HubSpokeConfigs($request: HubSpokeConfigsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1492
1494
|
value: hubSpokeConfigs(request: $request) {
|
|
1493
1495
|
...HubSpokeConfig
|
|
1494
1496
|
}
|
|
1495
|
-
}`,[
|
|
1497
|
+
}`,[qr]);function D(t){return new TextDecoder().decode(Uint8Array.from(atob(t),x=>x.charCodeAt(0)))}function L(t){return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}var w="::";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 wr(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 wr(L(`${t.chainId}${w}${t.address}`))}function mn(t){let x=D(t),[a,n]=x.split(w);return {chainId:types.chainId(Number.parseInt(a,10)),address:types.evmAddress(n)}}function ln(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 yn(t){return t}function cn(t){let x=D(t),[a,n,A]=x.split(w);return {chainId:types.chainId(Number.parseInt(a,10)),spoke:types.evmAddress(n),onChainId:A}}function gn(t){return L(`${t.chainId}${w}${t.spoke}${w}${t.onChainId}`)}function xr(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 x=D(t),[a,n,A]=x.split(w);return {chainId:types.chainId(Number.parseInt(a,10)),spoke:types.evmAddress(n),user:types.evmAddress(A)}}function Sn(t){return xr(L(`${t.chainId}${w}${t.spoke}${w}${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 wn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultUserPositionId: ${t}`),t}function xn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultWithdrawClaimId: ${t}`),t}function hn(t){return hr(L(`${t.chainId}${w}${t.address}`))}function An(t){let x=D(t),[a,n]=x.split(w);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!) {
|
|
1496
1498
|
value: chain(request: $request) {
|
|
1497
1499
|
...Chain
|
|
1498
1500
|
}
|
|
1499
|
-
}`,[o])
|
|
1501
|
+
}`,[o]),$n=e(`query Chains($request: ChainsRequest!) {
|
|
1500
1502
|
value: chains(request: $request) {
|
|
1501
1503
|
...Chain
|
|
1502
1504
|
}
|
|
1503
|
-
}`,[o]),
|
|
1505
|
+
}`,[o]),Mn=e(`query HasProcessedKnownTransaction($request: HasProcessedKnownTransactionRequest!) {
|
|
1504
1506
|
value: hasProcessedKnownTransaction(request: $request)
|
|
1505
|
-
}`)
|
|
1507
|
+
}`),Nn=e(`query Health {
|
|
1506
1508
|
value: health
|
|
1507
|
-
}`),
|
|
1509
|
+
}`),Dn=e(`query ExchangeRate($request: ExchangeRateRequest!) {
|
|
1508
1510
|
value: exchangeRate(request: $request) {
|
|
1509
1511
|
...ExchangeAmount
|
|
1510
1512
|
}
|
|
1511
|
-
}`,[i]);var
|
|
1513
|
+
}`,[i]);var Ar=e(`fragment AssetPriceSample on AssetPriceSample {
|
|
1512
1514
|
__typename
|
|
1513
1515
|
date
|
|
1514
1516
|
price
|
|
@@ -1523,7 +1525,7 @@
|
|
|
1523
1525
|
hub {
|
|
1524
1526
|
...Hub
|
|
1525
1527
|
}
|
|
1526
|
-
}`,[
|
|
1528
|
+
}`,[y,r,q]),Pr=e(`fragment AssetSupplySample on AssetSupplySample {
|
|
1527
1529
|
__typename
|
|
1528
1530
|
date
|
|
1529
1531
|
amount {
|
|
@@ -1541,7 +1543,7 @@
|
|
|
1541
1543
|
breakdown {
|
|
1542
1544
|
...AssetSampleBreakdown
|
|
1543
1545
|
}
|
|
1544
|
-
}`,[
|
|
1546
|
+
}`,[y,r,He]),Fr=e(`fragment AssetBorrowSample on AssetBorrowSample {
|
|
1545
1547
|
__typename
|
|
1546
1548
|
date
|
|
1547
1549
|
amount {
|
|
@@ -1559,7 +1561,7 @@
|
|
|
1559
1561
|
breakdown {
|
|
1560
1562
|
...AssetSampleBreakdown
|
|
1561
1563
|
}
|
|
1562
|
-
}`,[
|
|
1564
|
+
}`,[y,r,He]),br=e(`fragment AssetAmountWithChange on AssetAmountWithChange {
|
|
1563
1565
|
__typename
|
|
1564
1566
|
amount {
|
|
1565
1567
|
...DecimalNumberWithChange
|
|
@@ -1567,7 +1569,7 @@
|
|
|
1567
1569
|
exchange(currency: $currency) {
|
|
1568
1570
|
...ExchangeAmountWithChange
|
|
1569
1571
|
}
|
|
1570
|
-
}`,[z,P]),
|
|
1572
|
+
}`,[z,P]),Ir=e(`fragment AssetSummary on AssetSummary {
|
|
1571
1573
|
__typename
|
|
1572
1574
|
totalSupplyCap {
|
|
1573
1575
|
...AssetAmountWithChange
|
|
@@ -1595,7 +1597,7 @@
|
|
|
1595
1597
|
averageSupplyApy: supplyApy(metric: AVERAGE) {
|
|
1596
1598
|
...PercentNumber
|
|
1597
1599
|
}
|
|
1598
|
-
}`,[
|
|
1600
|
+
}`,[br,r]),Qe=e(`fragment Asset on Asset {
|
|
1599
1601
|
__typename
|
|
1600
1602
|
id
|
|
1601
1603
|
token {
|
|
@@ -1607,23 +1609,76 @@
|
|
|
1607
1609
|
price(currency: $currency) {
|
|
1608
1610
|
...ExchangeAmountWithChange
|
|
1609
1611
|
}
|
|
1610
|
-
}`,[m,
|
|
1612
|
+
}`,[m,Ir,P]),Yn=e(`query Asset($request: AssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1611
1613
|
value: asset(request: $request) {
|
|
1612
1614
|
...Asset
|
|
1613
1615
|
}
|
|
1614
|
-
}`,[
|
|
1616
|
+
}`,[Qe]),Tr=e(`fragment MultichainAssetSummary on MultichainAssetSummary {
|
|
1617
|
+
__typename
|
|
1618
|
+
totalSupplied {
|
|
1619
|
+
...ExchangeAmount
|
|
1620
|
+
}
|
|
1621
|
+
totalBorrowed {
|
|
1622
|
+
...ExchangeAmount
|
|
1623
|
+
}
|
|
1624
|
+
totalSupplyCap {
|
|
1625
|
+
...ExchangeAmount
|
|
1626
|
+
}
|
|
1627
|
+
totalBorrowCap {
|
|
1628
|
+
...ExchangeAmount
|
|
1629
|
+
}
|
|
1630
|
+
totalAvailableLiquidity {
|
|
1631
|
+
...ExchangeAmount
|
|
1632
|
+
}
|
|
1633
|
+
utilizationRate {
|
|
1634
|
+
...PercentNumber
|
|
1635
|
+
}
|
|
1636
|
+
highestSupplyApy {
|
|
1637
|
+
...PercentNumber
|
|
1638
|
+
}
|
|
1639
|
+
lowestSupplyApy {
|
|
1640
|
+
...PercentNumber
|
|
1641
|
+
}
|
|
1642
|
+
averageSupplyApy {
|
|
1643
|
+
...PercentNumber
|
|
1644
|
+
}
|
|
1645
|
+
highestBorrowApy {
|
|
1646
|
+
...PercentNumber
|
|
1647
|
+
}
|
|
1648
|
+
lowestBorrowApy {
|
|
1649
|
+
...PercentNumber
|
|
1650
|
+
}
|
|
1651
|
+
averageBorrowApy {
|
|
1652
|
+
...PercentNumber
|
|
1653
|
+
}
|
|
1654
|
+
chainCount
|
|
1655
|
+
reservesCount
|
|
1656
|
+
activeReservesCount
|
|
1657
|
+
}`,[i,r]),kr=e(`fragment MultichainAsset on MultichainAsset {
|
|
1658
|
+
__typename
|
|
1659
|
+
assets {
|
|
1660
|
+
...Asset
|
|
1661
|
+
}
|
|
1662
|
+
summary {
|
|
1663
|
+
...MultichainAssetSummary
|
|
1664
|
+
}
|
|
1665
|
+
}`,[Qe,Tr]),zn=e(`query MultichainAsset($request: MultichainAssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1666
|
+
value: multichainAsset(request: $request) {
|
|
1667
|
+
...MultichainAsset
|
|
1668
|
+
}
|
|
1669
|
+
}`,[kr]),Zn=e(`query AssetPriceHistory($request: AssetPriceHistoryRequest!) {
|
|
1615
1670
|
value: assetPriceHistory(request: $request) {
|
|
1616
1671
|
...AssetPriceSample
|
|
1617
1672
|
}
|
|
1618
|
-
}`,[
|
|
1673
|
+
}`,[Ar]),jn=e(`query AssetSupplyHistory($request: AssetSupplyHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1619
1674
|
value: assetSupplyHistory(request: $request) {
|
|
1620
1675
|
...AssetSupplySample
|
|
1621
1676
|
}
|
|
1622
|
-
}`,[
|
|
1677
|
+
}`,[Pr]),Jn=e(`query AssetBorrowHistory($request: AssetBorrowHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1623
1678
|
value: assetBorrowHistory(request: $request) {
|
|
1624
1679
|
...AssetBorrowSample
|
|
1625
1680
|
}
|
|
1626
|
-
}`,[
|
|
1681
|
+
}`,[Fr]),vr=e(`fragment ProtocolHistorySample on ProtocolHistorySample {
|
|
1627
1682
|
__typename
|
|
1628
1683
|
date
|
|
1629
1684
|
deposits {
|
|
@@ -1632,27 +1687,27 @@
|
|
|
1632
1687
|
borrows {
|
|
1633
1688
|
...ExchangeAmount
|
|
1634
1689
|
}
|
|
1635
|
-
}`,[i]),
|
|
1690
|
+
}`,[i]),Xn=e(`query ProtocolHistory($request: ProtocolHistoryRequest!) {
|
|
1636
1691
|
value: protocolHistory(request: $request) {
|
|
1637
1692
|
...ProtocolHistorySample
|
|
1638
1693
|
}
|
|
1639
|
-
}`,[
|
|
1694
|
+
}`,[vr]);var ao=e(`query BorrowApyHistory($request: BorrowApyHistoryRequest!) {
|
|
1640
1695
|
value: borrowApyHistory(request: $request) {
|
|
1641
1696
|
...ApySample
|
|
1642
1697
|
}
|
|
1643
|
-
}`,[Y]),
|
|
1698
|
+
}`,[Y]),no=e(`query SupplyApyHistory($request: SupplyApyHistoryRequest!) {
|
|
1644
1699
|
value: supplyApyHistory(request: $request) {
|
|
1645
1700
|
...ApySample
|
|
1646
1701
|
}
|
|
1647
|
-
}`,[Y]),
|
|
1702
|
+
}`,[Y]),oo=e(`query Reserve($request: ReserveRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1648
1703
|
value: reserve(request: $request) {
|
|
1649
1704
|
...Reserve
|
|
1650
1705
|
}
|
|
1651
|
-
}`,[T]),
|
|
1706
|
+
}`,[T]),po=e(`query Reserves($request: ReservesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1652
1707
|
value: reserves(request: $request) {
|
|
1653
1708
|
...Reserve
|
|
1654
1709
|
}
|
|
1655
|
-
}`,[T]),
|
|
1710
|
+
}`,[T]),so=e(`query ReserveHolders($request: PaginatedReserveHoldersRequest!, $currency: Currency!) {
|
|
1656
1711
|
value: reserveHolders(request: $request) {
|
|
1657
1712
|
items {
|
|
1658
1713
|
...ReserveHolder
|
|
@@ -1661,31 +1716,31 @@
|
|
|
1661
1716
|
...PaginatedResultInfo
|
|
1662
1717
|
}
|
|
1663
1718
|
}
|
|
1664
|
-
}`,[me,g]);var
|
|
1719
|
+
}`,[me,g]);var lo=e(`query ClaimRewards($request: ClaimRewardsRequest!) {
|
|
1665
1720
|
value: claimRewards(request: $request) {
|
|
1666
1721
|
...TransactionRequest
|
|
1667
1722
|
}
|
|
1668
|
-
}`,[s]),
|
|
1723
|
+
}`,[s]),yo=e(`query UserClaimableRewards($request: UserClaimableRewardsRequest!, $currency: Currency! = USD) {
|
|
1669
1724
|
value: userClaimableRewards(request: $request) {
|
|
1670
1725
|
...UserClaimableReward
|
|
1671
1726
|
}
|
|
1672
|
-
}`,[se]);var
|
|
1727
|
+
}`,[se]);var fo=e(`query Spoke($request: SpokeRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1673
1728
|
value: spoke(request: $request) {
|
|
1674
1729
|
...Spoke
|
|
1675
1730
|
}
|
|
1676
|
-
}`,[
|
|
1731
|
+
}`,[l]),qo=e(`query Spokes($request: SpokesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1677
1732
|
value: spokes(request: $request) {
|
|
1678
1733
|
...Spoke
|
|
1679
1734
|
}
|
|
1680
|
-
}`,[
|
|
1735
|
+
}`,[l]),wo=e(`query SpokePositionManagers($request: SpokePositionManagersRequest!) {
|
|
1681
1736
|
value: spokePositionManagers(request: $request) {
|
|
1682
1737
|
...PaginatedSpokePositionManagerResult
|
|
1683
1738
|
}
|
|
1684
|
-
}`,[ue]),
|
|
1739
|
+
}`,[ue]),xo=e(`query SpokeUserPositionManagers($request: SpokeUserPositionManagersRequest!) {
|
|
1685
1740
|
value: spokeUserPositionManagers(request: $request) {
|
|
1686
1741
|
...PaginatedSpokeUserPositionManagerResult
|
|
1687
1742
|
}
|
|
1688
|
-
}`,[ie]),
|
|
1743
|
+
}`,[ie]),Cr=e(`fragment SpokeSummarySample on SpokeSummarySample {
|
|
1689
1744
|
__typename
|
|
1690
1745
|
date
|
|
1691
1746
|
deposits {
|
|
@@ -1694,79 +1749,79 @@
|
|
|
1694
1749
|
borrows {
|
|
1695
1750
|
...ExchangeAmount
|
|
1696
1751
|
}
|
|
1697
|
-
}`,[i]),
|
|
1752
|
+
}`,[i]),ho=e(`query SpokeSummaryHistory($request: SpokeSummaryHistoryRequest!) {
|
|
1698
1753
|
value: spokeSummaryHistory(request: $request) {
|
|
1699
1754
|
...SpokeSummarySample
|
|
1700
1755
|
}
|
|
1701
|
-
}`,[
|
|
1756
|
+
}`,[Cr]);var bo=e(`query TokenSwapQuote($request: TokenSwapQuoteRequest!, $currency: Currency!) {
|
|
1702
1757
|
value: tokenSwapQuote(request: $request) {
|
|
1703
1758
|
...TokenSwapQuoteResult
|
|
1704
1759
|
}
|
|
1705
|
-
}`,[ce]),
|
|
1760
|
+
}`,[ce]),Io=e(`query SwappableTokens($request: SwappableTokensRequest!) {
|
|
1706
1761
|
value: swappableTokens(request: $request) {
|
|
1707
1762
|
...Token
|
|
1708
1763
|
}
|
|
1709
|
-
}`,[j]),
|
|
1764
|
+
}`,[j]),To=e(`query PrepareTokenSwap($request: PrepareTokenSwapRequest!) {
|
|
1710
1765
|
value: prepareTokenSwap(request: $request) {
|
|
1711
1766
|
...PrepareTokenSwapResult
|
|
1712
1767
|
}
|
|
1713
|
-
}`,[ge]),
|
|
1768
|
+
}`,[ge]),ko=e(`query SwapStatus($request: SwapStatusRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1714
1769
|
value: swapStatus(request: $request) {
|
|
1715
1770
|
...SwapStatus
|
|
1716
1771
|
}
|
|
1717
|
-
}`,[G]),
|
|
1772
|
+
}`,[G]),vo=e(`mutation Swap($request: SwapRequest!) {
|
|
1718
1773
|
value: swap(request: $request) {
|
|
1719
1774
|
...SwapExecutionPlan
|
|
1720
1775
|
}
|
|
1721
|
-
}`,[de]),
|
|
1776
|
+
}`,[de]),Co=e(`query PrepareSwapCancel($request: PrepareSwapCancelRequest!) {
|
|
1722
1777
|
value: prepareSwapCancel(request: $request) {
|
|
1723
1778
|
...PrepareSwapCancelResult
|
|
1724
1779
|
}
|
|
1725
|
-
}`,[Se]),
|
|
1780
|
+
}`,[Se]),Eo=e(`mutation CancelSwap($request: CancelSwapRequest!) {
|
|
1726
1781
|
value: cancelSwap(request: $request) {
|
|
1727
1782
|
...CancelSwapExecutionPlan
|
|
1728
1783
|
}
|
|
1729
|
-
}`,[Re]),
|
|
1784
|
+
}`,[Re]),Uo=e(`query UserSwaps($request: UserSwapsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1730
1785
|
value: userSwaps(request: $request) {
|
|
1731
1786
|
...PaginatedUserSwapsResult
|
|
1732
1787
|
}
|
|
1733
|
-
}`,[fe]),
|
|
1788
|
+
}`,[fe]),Oo=e(`query SupplySwapQuote($request: SupplySwapQuoteRequest!, $currency: Currency!) {
|
|
1734
1789
|
value: supplySwapQuote(request: $request) {
|
|
1735
1790
|
...SupplySwapQuoteResult
|
|
1736
1791
|
}
|
|
1737
|
-
}`,[qe]),
|
|
1792
|
+
}`,[qe]),_o=e(`query BorrowSwapQuote($request: BorrowSwapQuoteRequest!, $currency: Currency!) {
|
|
1738
1793
|
value: borrowSwapQuote(request: $request) {
|
|
1739
1794
|
...BorrowSwapQuoteResult
|
|
1740
1795
|
}
|
|
1741
|
-
}`,[we]),
|
|
1796
|
+
}`,[we]),Bo=e(`query RepayWithSupplyQuote($request: RepayWithSupplyQuoteRequest!, $currency: Currency!) {
|
|
1742
1797
|
value: repayWithSupplyQuote(request: $request) {
|
|
1743
1798
|
...RepayWithSupplyQuoteResult
|
|
1744
1799
|
}
|
|
1745
|
-
}`,[xe]),
|
|
1800
|
+
}`,[xe]),Ho=e(`query WithdrawSwapQuote($request: WithdrawSwapQuoteRequest!, $currency: Currency!) {
|
|
1746
1801
|
value: withdrawSwapQuote(request: $request) {
|
|
1747
1802
|
...WithdrawSwapQuoteResult
|
|
1748
1803
|
}
|
|
1749
|
-
}`,[he]),
|
|
1804
|
+
}`,[he]),Qo=e(`query PreparePositionSwap($request: PreparePositionSwapRequest!) {
|
|
1750
1805
|
value: preparePositionSwap(request: $request) {
|
|
1751
1806
|
...PreparePositionSwapResult
|
|
1752
1807
|
}
|
|
1753
|
-
}`,[Ae]);var
|
|
1808
|
+
}`,[Ae]);var Mo=e(`query Borrow($request: BorrowRequest!) {
|
|
1754
1809
|
value: borrow(request: $request) {
|
|
1755
1810
|
...ExecutionPlan
|
|
1756
1811
|
}
|
|
1757
|
-
}`,[U]),
|
|
1812
|
+
}`,[U]),No=e(`query Supply($request: SupplyRequest!) {
|
|
1758
1813
|
value: supply(request: $request) {
|
|
1759
1814
|
...ExecutionPlan
|
|
1760
1815
|
}
|
|
1761
|
-
}`,[U])
|
|
1816
|
+
}`,[U]),Do=e(`query Repay($request: RepayRequest!) {
|
|
1762
1817
|
value: repay(request: $request) {
|
|
1763
1818
|
...ExecutionPlan
|
|
1764
1819
|
}
|
|
1765
|
-
}`,[U]),
|
|
1820
|
+
}`,[U]),Lo=e(`query Withdraw($request: WithdrawRequest!) {
|
|
1766
1821
|
value: withdraw(request: $request) {
|
|
1767
1822
|
...ExecutionPlan
|
|
1768
1823
|
}
|
|
1769
|
-
}`,[U]),
|
|
1824
|
+
}`,[U]),Er=e(`fragment LiquidatePositionExecutionPlan on LiquidatePositionExecutionPlan {
|
|
1770
1825
|
__typename
|
|
1771
1826
|
... on TransactionRequest {
|
|
1772
1827
|
...TransactionRequest
|
|
@@ -1777,27 +1832,27 @@
|
|
|
1777
1832
|
... on InsufficientBalanceError {
|
|
1778
1833
|
...InsufficientBalanceError
|
|
1779
1834
|
}
|
|
1780
|
-
}`,[s,E,f]),
|
|
1835
|
+
}`,[s,E,f]),Go=e(`query LiquidatePosition($request: LiquidatePositionRequest!) {
|
|
1781
1836
|
value: liquidatePosition(request: $request) {
|
|
1782
1837
|
...LiquidatePositionExecutionPlan
|
|
1783
1838
|
}
|
|
1784
|
-
}`,[
|
|
1839
|
+
}`,[Er]),Ko=e(`query SetSpokeUserPositionManager($request: SetSpokeUserPositionManagerRequest!) {
|
|
1785
1840
|
value: setSpokeUserPositionManager(request: $request) {
|
|
1786
1841
|
...TransactionRequest
|
|
1787
1842
|
}
|
|
1788
|
-
}`,[s]),
|
|
1843
|
+
}`,[s]),Yo=e(`query SetUserSuppliesAsCollateral($request: SetUserSuppliesAsCollateralRequest!) {
|
|
1789
1844
|
value: setUserSuppliesAsCollateral(request: $request) {
|
|
1790
1845
|
...TransactionRequest
|
|
1791
1846
|
}
|
|
1792
|
-
}`,[s]),
|
|
1847
|
+
}`,[s]),zo=e(`query RenounceSpokeUserPositionManager($request: RenounceSpokeUserPositionManagerRequest!) {
|
|
1793
1848
|
value: renounceSpokeUserPositionManager(request: $request) {
|
|
1794
1849
|
...TransactionRequest
|
|
1795
1850
|
}
|
|
1796
|
-
}`,[s]),
|
|
1851
|
+
}`,[s]),Zo=e(`query UpdateUserPositionConditions($request: UpdateUserPositionConditionsRequest!) {
|
|
1797
1852
|
value: updateUserPositionConditions(request: $request) {
|
|
1798
1853
|
...TransactionRequest
|
|
1799
1854
|
}
|
|
1800
|
-
}`,[s]),
|
|
1855
|
+
}`,[s]),Ur=e(`fragment CollateralFactorVariation on CollateralFactorVariation {
|
|
1801
1856
|
__typename
|
|
1802
1857
|
reserveId
|
|
1803
1858
|
token {
|
|
@@ -1809,7 +1864,7 @@
|
|
|
1809
1864
|
after {
|
|
1810
1865
|
...PercentNumber
|
|
1811
1866
|
}
|
|
1812
|
-
}`,[m,
|
|
1867
|
+
}`,[m,r]),Or=e(`fragment LiquidationFeeVariation on LiquidationFeeVariation {
|
|
1813
1868
|
__typename
|
|
1814
1869
|
reserveId
|
|
1815
1870
|
token {
|
|
@@ -1821,7 +1876,7 @@
|
|
|
1821
1876
|
after {
|
|
1822
1877
|
...PercentNumber
|
|
1823
1878
|
}
|
|
1824
|
-
}`,[m,
|
|
1879
|
+
}`,[m,r]),_r=e(`fragment MaxLiquidationBonusVariation on MaxLiquidationBonusVariation {
|
|
1825
1880
|
__typename
|
|
1826
1881
|
reserveId
|
|
1827
1882
|
token {
|
|
@@ -1833,7 +1888,7 @@
|
|
|
1833
1888
|
after {
|
|
1834
1889
|
...PercentNumber
|
|
1835
1890
|
}
|
|
1836
|
-
}`,[m,
|
|
1891
|
+
}`,[m,r]),Br=e(`fragment UserPositionConditionVariation on UserPositionConditionVariation {
|
|
1837
1892
|
__typename
|
|
1838
1893
|
... on CollateralFactorVariation {
|
|
1839
1894
|
...CollateralFactorVariation
|
|
@@ -1844,7 +1899,7 @@
|
|
|
1844
1899
|
... on MaxLiquidationBonusVariation {
|
|
1845
1900
|
...MaxLiquidationBonusVariation
|
|
1846
1901
|
}
|
|
1847
|
-
}`,[
|
|
1902
|
+
}`,[Ur,Or,_r]),Hr=e(`fragment ReserveReward on ReserveReward {
|
|
1848
1903
|
__typename
|
|
1849
1904
|
reserve {
|
|
1850
1905
|
...ReserveInfo
|
|
@@ -1852,7 +1907,7 @@
|
|
|
1852
1907
|
reward {
|
|
1853
1908
|
...Reward
|
|
1854
1909
|
}
|
|
1855
|
-
}`,[d,W]),
|
|
1910
|
+
}`,[d,W]),Qr=e(`fragment PreviewRewardOutcome on PreviewRewardOutcome {
|
|
1856
1911
|
__typename
|
|
1857
1912
|
abandoned {
|
|
1858
1913
|
...ReserveReward
|
|
@@ -1860,7 +1915,7 @@
|
|
|
1860
1915
|
acquired {
|
|
1861
1916
|
...ReserveReward
|
|
1862
1917
|
}
|
|
1863
|
-
}`,[
|
|
1918
|
+
}`,[Hr]),Wr=e(`fragment PreviewUserPosition on PreviewUserPosition {
|
|
1864
1919
|
__typename
|
|
1865
1920
|
id
|
|
1866
1921
|
healthFactor {
|
|
@@ -1901,11 +1956,11 @@
|
|
|
1901
1956
|
otherConditions {
|
|
1902
1957
|
...UserPositionConditionVariation
|
|
1903
1958
|
}
|
|
1904
|
-
}`,[re,X,ee,Br
|
|
1959
|
+
}`,[re,X,ee,Qr,Br]),jo=e(`query Preview($request: PreviewRequest!, $currency: Currency! = USD, $timeWindow: TimeWindow! = LAST_WEEK) {
|
|
1905
1960
|
value: preview(request: $request) {
|
|
1906
1961
|
...PreviewUserPosition
|
|
1907
1962
|
}
|
|
1908
|
-
}`,[
|
|
1963
|
+
}`,[Wr]),We=e(`fragment PercentNumberChangeSnapshot on PercentNumberChangeSnapshot {
|
|
1909
1964
|
__typename
|
|
1910
1965
|
before {
|
|
1911
1966
|
...PercentNumber
|
|
@@ -1913,7 +1968,7 @@
|
|
|
1913
1968
|
after {
|
|
1914
1969
|
...PercentNumber
|
|
1915
1970
|
}
|
|
1916
|
-
}`,[
|
|
1971
|
+
}`,[r]),Vr=e(`fragment BorrowActivity on BorrowActivity {
|
|
1917
1972
|
__typename
|
|
1918
1973
|
id
|
|
1919
1974
|
user
|
|
@@ -1931,7 +1986,7 @@
|
|
|
1931
1986
|
chain {
|
|
1932
1987
|
...Chain
|
|
1933
1988
|
}
|
|
1934
|
-
}`,[
|
|
1989
|
+
}`,[l,p,d,o]),$r=e(`fragment SupplyActivity on SupplyActivity {
|
|
1935
1990
|
__typename
|
|
1936
1991
|
id
|
|
1937
1992
|
user
|
|
@@ -1949,7 +2004,7 @@
|
|
|
1949
2004
|
chain {
|
|
1950
2005
|
...Chain
|
|
1951
2006
|
}
|
|
1952
|
-
}`,[
|
|
2007
|
+
}`,[l,p,d,o]),Mr=e(`fragment WithdrawActivity on WithdrawActivity {
|
|
1953
2008
|
__typename
|
|
1954
2009
|
id
|
|
1955
2010
|
user
|
|
@@ -1967,7 +2022,7 @@
|
|
|
1967
2022
|
chain {
|
|
1968
2023
|
...Chain
|
|
1969
2024
|
}
|
|
1970
|
-
}`,[
|
|
2025
|
+
}`,[l,p,d,o]),Nr=e(`fragment RepayActivity on RepayActivity {
|
|
1971
2026
|
__typename
|
|
1972
2027
|
id
|
|
1973
2028
|
user
|
|
@@ -1985,7 +2040,7 @@
|
|
|
1985
2040
|
chain {
|
|
1986
2041
|
...Chain
|
|
1987
2042
|
}
|
|
1988
|
-
}`,[
|
|
2043
|
+
}`,[l,p,d,o]),Dr=e(`fragment LiquidatedActivity on LiquidatedActivity {
|
|
1989
2044
|
__typename
|
|
1990
2045
|
id
|
|
1991
2046
|
user
|
|
@@ -2003,14 +2058,21 @@
|
|
|
2003
2058
|
collateral {
|
|
2004
2059
|
...Erc20Amount
|
|
2005
2060
|
}
|
|
2061
|
+
liquidatorReceived {
|
|
2062
|
+
...Erc20Amount
|
|
2063
|
+
}
|
|
2064
|
+
liquidationFee {
|
|
2065
|
+
...Erc20Amount
|
|
2066
|
+
}
|
|
2006
2067
|
debt {
|
|
2007
2068
|
...Erc20Amount
|
|
2008
2069
|
}
|
|
2009
2070
|
liquidator
|
|
2071
|
+
liquidationHealthFactor
|
|
2010
2072
|
chain {
|
|
2011
2073
|
...Chain
|
|
2012
2074
|
}
|
|
2013
|
-
}`,[
|
|
2075
|
+
}`,[l,p,d,o]),Lr=e(`fragment UsingAsCollateralActivity on UsingAsCollateralActivity {
|
|
2014
2076
|
__typename
|
|
2015
2077
|
id
|
|
2016
2078
|
user
|
|
@@ -2026,7 +2088,7 @@
|
|
|
2026
2088
|
chain {
|
|
2027
2089
|
...Chain
|
|
2028
2090
|
}
|
|
2029
|
-
}`,[
|
|
2091
|
+
}`,[l,d,o]),Gr=e(`fragment UpdatedDynamicConfigActivity on UpdatedDynamicConfigActivity {
|
|
2030
2092
|
__typename
|
|
2031
2093
|
id
|
|
2032
2094
|
user
|
|
@@ -2050,7 +2112,7 @@
|
|
|
2050
2112
|
chain {
|
|
2051
2113
|
...Chain
|
|
2052
2114
|
}
|
|
2053
|
-
}`,[
|
|
2115
|
+
}`,[l,d,We,o]),Kr=e(`fragment UpdatedRiskPremiumActivity on UpdatedRiskPremiumActivity {
|
|
2054
2116
|
__typename
|
|
2055
2117
|
id
|
|
2056
2118
|
user
|
|
@@ -2065,7 +2127,7 @@
|
|
|
2065
2127
|
chain {
|
|
2066
2128
|
...Chain
|
|
2067
2129
|
}
|
|
2068
|
-
}`,[
|
|
2130
|
+
}`,[l,We,o]),Yr=e(`fragment TokenSwapActivity on TokenSwapActivity {
|
|
2069
2131
|
__typename
|
|
2070
2132
|
id
|
|
2071
2133
|
user
|
|
@@ -2084,7 +2146,7 @@
|
|
|
2084
2146
|
orderClass
|
|
2085
2147
|
kind
|
|
2086
2148
|
status
|
|
2087
|
-
}`,[o,R]),
|
|
2149
|
+
}`,[o,R]),zr=e(`fragment SupplySwapActivity on SupplySwapActivity {
|
|
2088
2150
|
__typename
|
|
2089
2151
|
id
|
|
2090
2152
|
user
|
|
@@ -2103,7 +2165,7 @@
|
|
|
2103
2165
|
orderClass
|
|
2104
2166
|
kind
|
|
2105
2167
|
status
|
|
2106
|
-
}`,[o,h]),
|
|
2168
|
+
}`,[o,h]),Zr=e(`fragment BorrowSwapActivity on BorrowSwapActivity {
|
|
2107
2169
|
__typename
|
|
2108
2170
|
id
|
|
2109
2171
|
user
|
|
@@ -2122,7 +2184,7 @@
|
|
|
2122
2184
|
orderClass
|
|
2123
2185
|
kind
|
|
2124
2186
|
status
|
|
2125
|
-
}`,[o,h]),
|
|
2187
|
+
}`,[o,h]),jr=e(`fragment RepayWithSupplyActivity on RepayWithSupplyActivity {
|
|
2126
2188
|
__typename
|
|
2127
2189
|
id
|
|
2128
2190
|
user
|
|
@@ -2141,7 +2203,7 @@
|
|
|
2141
2203
|
orderClass
|
|
2142
2204
|
kind
|
|
2143
2205
|
status
|
|
2144
|
-
}`,[o,h]),
|
|
2206
|
+
}`,[o,h]),Jr=e(`fragment WithdrawSwapActivity on WithdrawSwapActivity {
|
|
2145
2207
|
__typename
|
|
2146
2208
|
id
|
|
2147
2209
|
user
|
|
@@ -2160,7 +2222,7 @@
|
|
|
2160
2222
|
orderClass
|
|
2161
2223
|
kind
|
|
2162
2224
|
status
|
|
2163
|
-
}`,[o,h,R]),
|
|
2225
|
+
}`,[o,h,R]),Xr=e(`fragment ActivityItem on ActivityItem {
|
|
2164
2226
|
__typename
|
|
2165
2227
|
... on BorrowActivity {
|
|
2166
2228
|
...BorrowActivity
|
|
@@ -2201,7 +2263,7 @@
|
|
|
2201
2263
|
... on WithdrawSwapActivity {
|
|
2202
2264
|
...WithdrawSwapActivity
|
|
2203
2265
|
}
|
|
2204
|
-
}`,[
|
|
2266
|
+
}`,[Vr,$r,Mr,Nr,Dr,Lr,Gr,Kr,Yr,zr,Zr,jr,Jr]),ea=e(`fragment PaginatedActivitiesResult on PaginatedActivitiesResult {
|
|
2205
2267
|
__typename
|
|
2206
2268
|
items {
|
|
2207
2269
|
...ActivityItem
|
|
@@ -2209,87 +2271,87 @@
|
|
|
2209
2271
|
pageInfo {
|
|
2210
2272
|
...PaginatedResultInfo
|
|
2211
2273
|
}
|
|
2212
|
-
}`,[
|
|
2274
|
+
}`,[Xr,g]),Jo=e(`query Activities($request: ActivitiesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2213
2275
|
value: activities(request: $request) {
|
|
2214
2276
|
...PaginatedActivitiesResult
|
|
2215
2277
|
}
|
|
2216
|
-
}`,[
|
|
2278
|
+
}`,[ea]);var rp=e(`query UserSupplies($request: UserSuppliesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2217
2279
|
value: userSupplies(request: $request) {
|
|
2218
2280
|
...UserSupplyItem
|
|
2219
2281
|
}
|
|
2220
|
-
}`,[Pe]),
|
|
2282
|
+
}`,[Pe]),ap=e(`query UserBorrows($request: UserBorrowsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2221
2283
|
value: userBorrows(request: $request) {
|
|
2222
2284
|
...UserBorrowItem
|
|
2223
2285
|
}
|
|
2224
|
-
}`,[Fe]),
|
|
2286
|
+
}`,[Fe]),np=e(`query UserSummary($request: UserSummaryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2225
2287
|
value: userSummary(request: $request) {
|
|
2226
2288
|
...UserSummary
|
|
2227
2289
|
}
|
|
2228
|
-
}`,[be]),
|
|
2290
|
+
}`,[be]),op=e(`query UserPositions($request: UserPositionsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2229
2291
|
value: userPositions(request: $request) {
|
|
2230
2292
|
...UserPosition
|
|
2231
2293
|
}
|
|
2232
|
-
}`,[K]),
|
|
2294
|
+
}`,[K]),pp=e(`query UserPosition($request: UserPositionRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2233
2295
|
value: userPosition(request: $request) {
|
|
2234
2296
|
...UserPosition
|
|
2235
2297
|
}
|
|
2236
|
-
}`,[K]),
|
|
2298
|
+
}`,[K]),sp=e(`query UserBalances($request: UserBalancesRequest!, $currency: Currency!) {
|
|
2237
2299
|
value: userBalances(request: $request) {
|
|
2238
2300
|
...UserBalance
|
|
2239
2301
|
}
|
|
2240
|
-
}`,[Te]),
|
|
2302
|
+
}`,[Te]),up=e(`query UserSummaryHistory($request: UserSummaryHistoryRequest!, $currency: Currency!) {
|
|
2241
2303
|
value: userSummaryHistory(request: $request) {
|
|
2242
2304
|
...UserSummaryHistoryItem
|
|
2243
2305
|
}
|
|
2244
|
-
}`,[ke]),
|
|
2306
|
+
}`,[ke]),ip=e(`query UserRiskPremiumBreakdown($request: UserRiskPremiumBreakdownRequest!) {
|
|
2245
2307
|
value: userRiskPremiumBreakdown(request: $request) {
|
|
2246
2308
|
...UserRiskPremiumBreakdownItem
|
|
2247
2309
|
}
|
|
2248
|
-
}`,[Ie]);var
|
|
2310
|
+
}`,[Ie]);var cp=e(`query StableVault($request: StableVaultRequest!) {
|
|
2249
2311
|
value: stableVault(request: $request) {
|
|
2250
2312
|
...StableVault
|
|
2251
2313
|
}
|
|
2252
|
-
}`,[M]),
|
|
2314
|
+
}`,[M]),gp=e(`query StableVaults($request: StableVaultsRequest!) {
|
|
2253
2315
|
value: stableVaults(request: $request) {
|
|
2254
2316
|
...StableVault
|
|
2255
2317
|
}
|
|
2256
|
-
}`,[M]),
|
|
2318
|
+
}`,[M]),dp=e(`query StableVaultRateUsers($request: StableVaultRateUsersRequest!) {
|
|
2257
2319
|
value: stableVaultRateUsers(request: $request) {
|
|
2258
2320
|
...PaginatedStableVaultRateUsersResult
|
|
2259
2321
|
}
|
|
2260
|
-
}`,[Ee]),
|
|
2322
|
+
}`,[Ee]),Sp=e(`query StableVaultAssignRate($request: StableVaultAssignRateRequest!) {
|
|
2261
2323
|
value: stableVaultAssignRate(request: $request) {
|
|
2262
2324
|
...TransactionRequest
|
|
2263
2325
|
}
|
|
2264
|
-
}`,[s]),
|
|
2326
|
+
}`,[s]),Rp=e(`query StableVaultUnassignRate($request: StableVaultUnassignRateRequest!) {
|
|
2265
2327
|
value: stableVaultUnassignRate(request: $request) {
|
|
2266
2328
|
...TransactionRequest
|
|
2267
2329
|
}
|
|
2268
|
-
}`,[s]),
|
|
2330
|
+
}`,[s]),fp=e(`query StableVaultClaimSurplus($request: StableVaultClaimSurplusRequest!) {
|
|
2269
2331
|
value: stableVaultClaimSurplus(request: $request) {
|
|
2270
2332
|
...TransactionRequest
|
|
2271
2333
|
}
|
|
2272
|
-
}`,[s]),
|
|
2334
|
+
}`,[s]),qp=e(`query StableVaultMovements($request: StableVaultMovementsRequest!) {
|
|
2273
2335
|
value: stableVaultMovements(request: $request) {
|
|
2274
2336
|
...PaginatedStableVaultMovementsResult
|
|
2275
2337
|
}
|
|
2276
|
-
}`,[Ce]),
|
|
2338
|
+
}`,[Ce]),wp=e(`query StableVaultDeposit($request: StableVaultDepositRequest!) {
|
|
2277
2339
|
value: stableVaultDeposit(request: $request) {
|
|
2278
2340
|
...StableVaultDepositExecutionPlan
|
|
2279
2341
|
}
|
|
2280
|
-
}`,[Ue]),
|
|
2342
|
+
}`,[Ue]),xp=e(`query StableVaultWithdraw($request: StableVaultWithdrawRequest!) {
|
|
2281
2343
|
value: stableVaultWithdraw(request: $request) {
|
|
2282
2344
|
...StableVaultWithdrawExecutionPlan
|
|
2283
2345
|
}
|
|
2284
|
-
}`,[Oe]),
|
|
2346
|
+
}`,[Oe]),hp=e(`query StableVaultClaimStatus($request: StableVaultClaimStatusRequest!) {
|
|
2285
2347
|
value: stableVaultClaimStatus(request: $request)
|
|
2286
|
-
}`),
|
|
2348
|
+
}`),Ap=e(`query StableVaultUserPositions($request: StableVaultUserPositionsRequest!) {
|
|
2287
2349
|
value: stableVaultUserPositions(request: $request) {
|
|
2288
2350
|
...StableVaultUserPosition
|
|
2289
2351
|
}
|
|
2290
|
-
}`,[ve]),
|
|
2352
|
+
}`,[ve]),Pp=e(`mutation StableVaultWithdrawRedeem($request: StableVaultWithdrawRedeemRequest!) {
|
|
2291
2353
|
value: stableVaultWithdrawRedeem(request: $request) {
|
|
2292
2354
|
...StableVaultWithdrawRedeemExecutionPlan
|
|
2293
2355
|
}
|
|
2294
|
-
}`,[_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
|
|
2356
|
+
}`,[_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=we;exports.CancelSwapExecutionPlanFragment=Re;exports.CancelSwapMutation=Eo;exports.ChainFragment=o;exports.ChainQuery=Vn;exports.ChainsFilter=De;exports.ChainsQuery=$n;exports.ClaimRewardsQuery=lo;exports.CollateralFactorVariationFragment=Ur;exports.CollateralMetric=Ke;exports.Currency=Ye;exports.DecimalNumberFragment=y;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=yt;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=xt;exports.MerklCriteriaFragment=ne;exports.MerklGenericCriteriaFragment=ft;exports.MerklSupplyRewardFragment=wt;exports.MultichainAssetFragment=kr;exports.MultichainAssetQuery=zn;exports.MultichainAssetSummaryFragment=Tr;exports.NativeAmountFragment=lt;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=le;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=xe;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=l;exports.SpokeLiquidationConfigFragment=Ft;exports.SpokePositionManagerFragment=kt;exports.SpokePositionManagersQuery=wo;exports.SpokeQuery=fo;exports.SpokeSummaryFragment=bt;exports.SpokeSummaryHistoryQuery=ho;exports.SpokeSummarySampleFragment=Cr;exports.SpokeUserPositionManagerFragment=vt;exports.SpokeUserPositionManagersQuery=xo;exports.SpokesQuery=qo;exports.StableVaultAssignRateQuery=Sp;exports.StableVaultClaimStatus=Xe;exports.StableVaultClaimStatusQuery=hp;exports.StableVaultClaimSurplusQuery=fp;exports.StableVaultDepositExecutionPlanFragment=Ue;exports.StableVaultDepositQuery=wp;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=xp;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=ye;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=lr;exports.TokenMovementRecordFragment=gr;exports.TokenMovementStatus=nt;exports.TokenMovementSwapFragment=yr;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=yo;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=ln;exports.hubId=wr;exports.isChainIdsVariant=En;exports.isERC20PermitSignature=da;exports.isHubInputVariant=Cn;exports.isReserveInputVariant=_n;exports.isSpokeInputVariant=On;exports.isTokensVariant=Un;exports.isTxHashInputVariant=Bn;exports.reserveId=yn;exports.spokeId=hr;exports.stableVaultId=qn;exports.stableVaultUserPositionId=wn;exports.stableVaultWithdrawClaimId=xn;exports.swapId=Rn;exports.swapQuoteId=fn;exports.tokenInfoId=In;exports.tokenMovementId=Tn;exports.userBalanceId=Pn;exports.userBorrowItemId=Fn;exports.userPositionId=xr;exports.userSupplyItemId=bn;//# sourceMappingURL=index.cjs.map
|
|
2295
2357
|
//# sourceMappingURL=index.cjs.map
|