@aave/graphql 1.2.0 → 3.0.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 +211 -283
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4137 -24053
- package/dist/index.d.ts +4137 -24053
- package/dist/index.js +211 -283
- 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 +2 -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 We=(
|
|
1
|
+
'use strict';var gql_tada=require('gql.tada'),types=require('@aave/types');var We=(r=>(r.Asc="ASC",r.Desc="DESC",r))(We||{}),Ve=(r=>(r.Ten="TEN",r.Fifty="FIFTY",r))(Ve||{}),$e=(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))($e||{}),Me=(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))(Me||{}),Ne=(n=>(n.TESTNET_ONLY="TESTNET_ONLY",n.MAINNET_ONLY="MAINNET_ONLY",n.ALL="ALL",n))(Ne||{}),De=(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))(De||{}),Le=(n=>(n.Highest="HIGHEST",n.Lowest="LOWEST",n.Average="AVERAGE",n))(Le||{}),Ge=(r=>(r.Highest="HIGHEST",r.Lowest="LOWEST",r))(Ge||{}),Ke=(n=>(n.Usd="USD",n.Eur="EUR",n.Gbp="GBP",n))(Ke||{}),Ye=(r=>(r.Supplied="SUPPLIED",r.Borrowed="BORROWED",r))(Ye||{}),ze=(A=>(A.Supply="SUPPLY",A.Borrow="BORROW",A.Collateral="COLLATERAL",A.All="ALL",A))(ze||{}),Ze=(r=>(r.Current="CURRENT",r.New="NEW",r))(Ze||{}),je=(r=>(r.Repay="REPAY",r.Supply="SUPPLY",r))(je||{}),Je=(n=>(n.Ready="READY",n.Pending="PENDING",n.Unknown="UNKNOWN",n))(Je||{}),Xe=(r=>(r.Current="CURRENT",r.New="NEW",r))(Xe||{}),et=(r=>(r.Withdraw="WITHDRAW",r.Buy="BUY",r))(et||{}),tt=(v=>(v.Cancelled="CANCELLED",v.Expired="EXPIRED",v.Fulfilled="FULFILLED",v.Open="OPEN",v.PendingSignature="PENDING_SIGNATURE",v))(tt||{}),rt=(r=>(r.Stablecoin="STABLECOIN",r.EthCorrelated="ETH_CORRELATED",r))(rt||{}),at=(r=>(r.Pending="PENDING",r.Done="DONE",r))(at||{}),nt=(r=>(r.AllDynamicConfig="ALL_DYNAMIC_CONFIG",r.JustRiskPremium="JUST_RISK_PREMIUM",r))(nt||{}),ot=(r=>(r.Fast="FAST",r.Accurate="ACCURATE",r))(ot||{}),pt=(r=>(r.Market="MARKET",r.Limit="LIMIT",r))(pt||{}),st=(n=>(n.Fulfilled="FULFILLED",n.Cancelled="CANCELLED",n.Expired="EXPIRED",n))(st||{}),ut=(r=>(r.Buy="BUY",r.Sell="SELL",r))(ut||{});var e=gql_tada.initGraphQLTada();var Q=e(`fragment DomainData on DomainData {
|
|
2
2
|
name
|
|
3
3
|
version
|
|
4
4
|
chainId
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
onChainValue
|
|
9
9
|
decimals
|
|
10
10
|
value
|
|
11
|
-
}`),
|
|
11
|
+
}`),a=e(`fragment PercentNumber on PercentNumber {
|
|
12
12
|
__typename
|
|
13
13
|
onChainValue
|
|
14
14
|
decimals
|
|
15
15
|
value
|
|
16
16
|
normalized
|
|
17
|
-
}`),
|
|
17
|
+
}`),z=e(`fragment DecimalNumberWithChange on DecimalNumberWithChange {
|
|
18
18
|
__typename
|
|
19
19
|
current {
|
|
20
20
|
...DecimalNumber
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
change(window: $timeWindow) {
|
|
23
23
|
...PercentNumber
|
|
24
24
|
}
|
|
25
|
-
}`,[l,
|
|
25
|
+
}`,[l,a]),i=e(`fragment ExchangeAmount on ExchangeAmount {
|
|
26
26
|
__typename
|
|
27
27
|
value
|
|
28
28
|
name
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
nativeInfo {
|
|
53
53
|
...TokenInfo
|
|
54
54
|
}
|
|
55
|
-
}`,[C]),
|
|
55
|
+
}`,[C]),m=e(`fragment Erc20Token on Erc20Token {
|
|
56
56
|
__typename
|
|
57
57
|
info {
|
|
58
58
|
...TokenInfo
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
...Chain
|
|
63
63
|
}
|
|
64
64
|
isWrappedNativeToken
|
|
65
|
-
}`,[C,o]),
|
|
65
|
+
}`,[C,o]),Z=e(`fragment NativeToken on NativeToken {
|
|
66
66
|
__typename
|
|
67
67
|
info {
|
|
68
68
|
...TokenInfo
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
exchangeRate(currency: $currency){
|
|
85
85
|
...DecimalNumber
|
|
86
86
|
}
|
|
87
|
-
}`,[
|
|
87
|
+
}`,[m,l,i]),mt=e(`fragment NativeAmount on NativeAmount {
|
|
88
88
|
__typename
|
|
89
89
|
token {
|
|
90
90
|
...NativeToken
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
exchangeRate(currency: $currency){
|
|
99
99
|
...DecimalNumber
|
|
100
100
|
}
|
|
101
|
-
}`,[
|
|
101
|
+
}`,[Z,l,i]),R=e(`fragment TokenAmount on TokenAmount {
|
|
102
102
|
__typename
|
|
103
103
|
... on Erc20Amount {
|
|
104
104
|
...Erc20Amount
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
... on NativeAmount {
|
|
107
107
|
...NativeAmount
|
|
108
108
|
}
|
|
109
|
-
}`,[p,mt]),
|
|
109
|
+
}`,[p,mt]),j=e(`fragment Token on Token {
|
|
110
110
|
__typename
|
|
111
111
|
... on Erc20Token {
|
|
112
112
|
...Erc20Token
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
... on NativeToken {
|
|
115
115
|
...NativeToken
|
|
116
116
|
}
|
|
117
|
-
}`,[
|
|
117
|
+
}`,[m,Z]),P=e(`fragment ExchangeAmountWithChange on ExchangeAmountWithChange {
|
|
118
118
|
__typename
|
|
119
119
|
current {
|
|
120
120
|
...ExchangeAmount
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
change(window: $timeWindow){
|
|
123
123
|
...PercentNumber
|
|
124
124
|
}
|
|
125
|
-
}`,[
|
|
125
|
+
}`,[i,a]),J=e(`fragment PercentNumberWithChange on PercentNumberWithChange {
|
|
126
126
|
__typename
|
|
127
127
|
current {
|
|
128
128
|
...PercentNumber
|
|
@@ -130,11 +130,11 @@
|
|
|
130
130
|
change(window: $timeWindow){
|
|
131
131
|
...PercentNumber
|
|
132
132
|
}
|
|
133
|
-
}`,[
|
|
133
|
+
}`,[a]),g=e(`fragment PaginatedResultInfo on PaginatedResultInfo {
|
|
134
134
|
__typename
|
|
135
135
|
prev
|
|
136
136
|
next
|
|
137
|
-
}`),
|
|
137
|
+
}`),X=e(`fragment PercentNumberVariation on PercentNumberVariation {
|
|
138
138
|
__typename
|
|
139
139
|
current {
|
|
140
140
|
...PercentNumber
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
after {
|
|
143
143
|
...PercentNumber
|
|
144
144
|
}
|
|
145
|
-
}`,[
|
|
145
|
+
}`,[a]),ee=e(`fragment ExchangeAmountVariation on ExchangeAmountVariation {
|
|
146
146
|
__typename
|
|
147
147
|
current {
|
|
148
148
|
...ExchangeAmount
|
|
@@ -150,13 +150,13 @@
|
|
|
150
150
|
after {
|
|
151
151
|
...ExchangeAmount
|
|
152
152
|
}
|
|
153
|
-
}`,[
|
|
153
|
+
}`,[i]),te=e(`fragment HealthFactorWithChange on HealthFactorWithChange {
|
|
154
154
|
__typename
|
|
155
155
|
current
|
|
156
156
|
change(window: $timeWindow) {
|
|
157
157
|
...PercentNumber
|
|
158
158
|
}
|
|
159
|
-
}`,[
|
|
159
|
+
}`,[a]),yt=e(`fragment HealthFactorVariation on HealthFactorVariation {
|
|
160
160
|
__typename
|
|
161
161
|
current
|
|
162
162
|
after
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
reason
|
|
166
166
|
current
|
|
167
167
|
after
|
|
168
|
-
}`),
|
|
168
|
+
}`),re=e(`fragment HealthFactorResult on HealthFactorResult {
|
|
169
169
|
__typename
|
|
170
170
|
... on HealthFactorVariation {
|
|
171
171
|
...HealthFactorVariation
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
utilizationRate {
|
|
202
202
|
...PercentNumber
|
|
203
203
|
}
|
|
204
|
-
}`,[
|
|
204
|
+
}`,[i,P,a]),q=e(`fragment Hub on Hub {
|
|
205
205
|
__typename
|
|
206
206
|
id
|
|
207
207
|
name
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
}
|
|
238
238
|
reservesCount
|
|
239
239
|
activeReservesCount
|
|
240
|
-
}`,[p,
|
|
240
|
+
}`,[p,a]),dt=e(`fragment HubAssetSettings on HubAssetSettings {
|
|
241
241
|
__typename
|
|
242
242
|
feeReceiver
|
|
243
243
|
liquidityFee {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
slopeAboveOptimal {
|
|
258
258
|
...PercentNumber
|
|
259
259
|
}
|
|
260
|
-
}`,[
|
|
260
|
+
}`,[a]),St=e(`fragment HubAssetUserState on HubAssetUserState {
|
|
261
261
|
__typename
|
|
262
262
|
balance {
|
|
263
263
|
...Erc20Amount
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
userState {
|
|
282
282
|
...HubAssetUserState
|
|
283
283
|
}
|
|
284
|
-
}`,[
|
|
284
|
+
}`,[q,m,gt,dt,St]);var ae=e(`fragment PermitTypedData on PermitTypedData {
|
|
285
285
|
__typename
|
|
286
286
|
types
|
|
287
287
|
primaryType
|
|
@@ -290,12 +290,12 @@
|
|
|
290
290
|
}
|
|
291
291
|
message
|
|
292
292
|
signedAmount
|
|
293
|
-
}`,[
|
|
293
|
+
}`,[Q]);function ca(t){return typeof t=="object"&&t!==null&&"deadline"in t&&"value"in t}var Rt=e(`fragment MerklGenericCriteria on MerklGenericCriteria {
|
|
294
294
|
__typename
|
|
295
295
|
id
|
|
296
296
|
text
|
|
297
297
|
userPassed
|
|
298
|
-
}`),
|
|
298
|
+
}`),ne=e(`fragment MerklCriteria on MerklCriteria {
|
|
299
299
|
__typename
|
|
300
300
|
... on MerklGenericCriteria {
|
|
301
301
|
...MerklGenericCriteria
|
|
@@ -305,18 +305,18 @@
|
|
|
305
305
|
id
|
|
306
306
|
text
|
|
307
307
|
userPassed
|
|
308
|
-
}`),
|
|
308
|
+
}`),oe=e(`fragment PointsCriteria on PointsCriteria {
|
|
309
309
|
__typename
|
|
310
310
|
... on PointsGenericCriteria {
|
|
311
311
|
...PointsGenericCriteria
|
|
312
312
|
}
|
|
313
|
-
}`,[ft]),
|
|
313
|
+
}`,[ft]),pe=e(`fragment PointsProgram on PointsProgram {
|
|
314
314
|
__typename
|
|
315
315
|
id
|
|
316
316
|
name
|
|
317
317
|
externalUrl
|
|
318
318
|
iconUrl
|
|
319
|
-
}`),
|
|
319
|
+
}`),qt=e(`fragment MerklSupplyReward on MerklSupplyReward {
|
|
320
320
|
__typename
|
|
321
321
|
id
|
|
322
322
|
startDate
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
...MerklCriteria
|
|
332
332
|
}
|
|
333
333
|
userEligible
|
|
334
|
-
}`,[
|
|
334
|
+
}`,[a,m,ne]),wt=e(`fragment MerklBorrowReward on MerklBorrowReward {
|
|
335
335
|
__typename
|
|
336
336
|
id
|
|
337
337
|
startDate
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
...MerklCriteria
|
|
347
347
|
}
|
|
348
348
|
userEligible
|
|
349
|
-
}`,[
|
|
349
|
+
}`,[a,m,ne]),xt=e(`fragment SupplyPoints on SupplyPointsReward {
|
|
350
350
|
__typename
|
|
351
351
|
id
|
|
352
352
|
program {
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
...PointsCriteria
|
|
361
361
|
}
|
|
362
362
|
userEligible
|
|
363
|
-
}`,[
|
|
363
|
+
}`,[pe,oe]),ht=e(`fragment BorrowPoints on BorrowPointsReward {
|
|
364
364
|
__typename
|
|
365
365
|
id
|
|
366
366
|
program {
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
...PointsCriteria
|
|
375
375
|
}
|
|
376
376
|
userEligible
|
|
377
|
-
}`,[
|
|
377
|
+
}`,[pe,oe]),W=e(`fragment Reward on Reward {
|
|
378
378
|
__typename
|
|
379
379
|
... on MerklSupplyReward {
|
|
380
380
|
...MerklSupplyReward
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
... on BorrowPointsReward {
|
|
389
389
|
...BorrowPoints
|
|
390
390
|
}
|
|
391
|
-
}`,[wt,
|
|
391
|
+
}`,[qt,wt,xt,ht]),At=e(`fragment UserMerklClaimableReward on UserMerklClaimableReward {
|
|
392
392
|
__typename
|
|
393
393
|
id
|
|
394
394
|
claimable {
|
|
@@ -402,14 +402,14 @@
|
|
|
402
402
|
... on UserMerklClaimableReward {
|
|
403
403
|
...UserMerklClaimableReward
|
|
404
404
|
}
|
|
405
|
-
}`,[
|
|
405
|
+
}`,[At]);var Pt=e(`fragment SpokeLiquidationConfig on SpokeLiquidationConfig {
|
|
406
406
|
__typename
|
|
407
407
|
targetHealthFactor
|
|
408
408
|
healthFactorForMaxBonus
|
|
409
409
|
liquidationBonusFactor {
|
|
410
410
|
...PercentNumber
|
|
411
411
|
}
|
|
412
|
-
}`,[
|
|
412
|
+
}`,[a]),Ft=e(`fragment SpokeSummary on SpokeSummary {
|
|
413
413
|
__typename
|
|
414
414
|
totalBorrowed {
|
|
415
415
|
...ExchangeAmount
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
}
|
|
426
426
|
uniqueAssets
|
|
427
427
|
connectedHubs
|
|
428
|
-
}`,[
|
|
428
|
+
}`,[i,a]),bt=e(`fragment SpokeConnectedHubSummary on SpokeConnectedHubSummary {
|
|
429
429
|
__typename
|
|
430
430
|
totalBorrowed {
|
|
431
431
|
...ExchangeAmount
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
totalSupplied {
|
|
440
440
|
...ExchangeAmount
|
|
441
441
|
}
|
|
442
|
-
}`,[
|
|
442
|
+
}`,[i,a]),It=e(`fragment SpokeConnectedHub on SpokeConnectedHub {
|
|
443
443
|
__typename
|
|
444
444
|
hub {
|
|
445
445
|
...Hub
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
summary {
|
|
448
448
|
...SpokeConnectedHubSummary
|
|
449
449
|
}
|
|
450
|
-
}`,[
|
|
450
|
+
}`,[q,bt]),y=e(`fragment Spoke on Spoke {
|
|
451
451
|
__typename
|
|
452
452
|
id
|
|
453
453
|
name
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
connectedHubs(currency: $currency) {
|
|
465
465
|
...SpokeConnectedHub
|
|
466
466
|
}
|
|
467
|
-
}`,[o,
|
|
467
|
+
}`,[o,Pt,Ft,It]),Tt=e(`fragment SpokePositionManager on SpokePositionManager {
|
|
468
468
|
__typename
|
|
469
469
|
address
|
|
470
470
|
active
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
pageInfo {
|
|
478
478
|
...PaginatedResultInfo
|
|
479
479
|
}
|
|
480
|
-
}`,[
|
|
480
|
+
}`,[Tt,g]),kt=e(`fragment SpokeUserPositionManager on SpokeUserPositionManager {
|
|
481
481
|
__typename
|
|
482
482
|
address
|
|
483
483
|
approvedOn
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
pageInfo {
|
|
492
492
|
...PaginatedResultInfo
|
|
493
493
|
}
|
|
494
|
-
}`,[
|
|
494
|
+
}`,[kt,g]);var vt=e(`fragment ReserveSettings on ReserveSettings {
|
|
495
495
|
__typename
|
|
496
496
|
collateralFactor {
|
|
497
497
|
...PercentNumber
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
supplyCap {
|
|
517
517
|
...Erc20Amount
|
|
518
518
|
}
|
|
519
|
-
}`,[
|
|
519
|
+
}`,[a,p]),Ct=e(`fragment ReserveStatus on ReserveStatus {
|
|
520
520
|
__typename
|
|
521
521
|
frozen
|
|
522
522
|
paused
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
rewards {
|
|
545
545
|
...Reward
|
|
546
546
|
}
|
|
547
|
-
}`,[p,
|
|
547
|
+
}`,[p,a,W]),Ut=e(`fragment ReserveUserState on ReserveUserState {
|
|
548
548
|
__typename
|
|
549
549
|
balance {
|
|
550
550
|
...Erc20Amount
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
...PercentNumber
|
|
569
569
|
}
|
|
570
570
|
dynamicConfigKey
|
|
571
|
-
}`,[p,
|
|
571
|
+
}`,[p,a]),T=e(`fragment Reserve on Reserve {
|
|
572
572
|
__typename
|
|
573
573
|
id
|
|
574
574
|
onChainId
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
weight {
|
|
607
607
|
...PercentNumber
|
|
608
608
|
}
|
|
609
|
-
}`,[p,
|
|
609
|
+
}`,[p,a]),d=e(`fragment ReserveInfo on ReserveInfo {
|
|
610
610
|
__typename
|
|
611
611
|
id
|
|
612
612
|
asset {
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
value
|
|
621
621
|
chainId
|
|
622
622
|
operations
|
|
623
|
-
}`),
|
|
623
|
+
}`),V=e(`fragment Erc20Approval on Erc20Approval {
|
|
624
624
|
__typename
|
|
625
625
|
byTransaction {
|
|
626
626
|
...TransactionRequest
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
bySignature {
|
|
629
629
|
...PermitTypedData
|
|
630
630
|
}
|
|
631
|
-
}`,[s,
|
|
631
|
+
}`,[s,ae]),E=e(`fragment Erc20ApprovalRequired on Erc20ApprovalRequired {
|
|
632
632
|
__typename
|
|
633
633
|
approvals {
|
|
634
634
|
...Erc20Approval
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
originalTransaction {
|
|
644
644
|
...TransactionRequest
|
|
645
645
|
}
|
|
646
|
-
}`,[s,
|
|
646
|
+
}`,[s,V,l]),Ot=e(`fragment PreContractActionRequired on PreContractActionRequired {
|
|
647
647
|
__typename
|
|
648
648
|
transaction {
|
|
649
649
|
...TransactionRequest
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
originalTransaction {
|
|
653
653
|
...TransactionRequest
|
|
654
654
|
}
|
|
655
|
-
}`,[s]),
|
|
655
|
+
}`,[s]),U=e(`fragment ExecutionPlan on ExecutionPlan {
|
|
656
656
|
__typename
|
|
657
657
|
... on TransactionRequest {
|
|
658
658
|
...TransactionRequest
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
... on InsufficientBalanceError {
|
|
667
667
|
...InsufficientBalanceError
|
|
668
668
|
}
|
|
669
|
-
}`,[s,
|
|
669
|
+
}`,[s,E,Ot,f]);var _t=e(`fragment SwapQuoteCosts on SwapQuoteCosts {
|
|
670
670
|
__typename
|
|
671
671
|
networkCosts {
|
|
672
672
|
...TokenAmount
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
providerFee {
|
|
681
681
|
...TokenAmount
|
|
682
682
|
}
|
|
683
|
-
}`,[R]),
|
|
683
|
+
}`,[R]),O=e(`fragment SwapQuote on SwapQuote {
|
|
684
684
|
__typename
|
|
685
685
|
accuracy
|
|
686
686
|
quoteId
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
finalSell {
|
|
706
706
|
...TokenAmount
|
|
707
707
|
}
|
|
708
|
-
}`,[
|
|
708
|
+
}`,[a,R,_t]),_=e(`fragment SwapTypedData on SwapTypedData {
|
|
709
709
|
__typename
|
|
710
710
|
primaryType
|
|
711
711
|
types
|
|
@@ -713,19 +713,19 @@
|
|
|
713
713
|
...DomainData
|
|
714
714
|
}
|
|
715
715
|
message
|
|
716
|
-
}`,[
|
|
716
|
+
}`,[Q]),ye=e(`fragment PrepareSwapOrder on PrepareSwapOrder {
|
|
717
717
|
__typename
|
|
718
718
|
newQuoteId
|
|
719
719
|
data {
|
|
720
720
|
...SwapTypedData
|
|
721
721
|
}
|
|
722
|
-
}`,[
|
|
722
|
+
}`,[_]),Bt=e(`fragment SwapByIntent on SwapByIntent {
|
|
723
723
|
__typename
|
|
724
724
|
quote {
|
|
725
725
|
...SwapQuote
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
-
}`,[
|
|
728
|
+
}`,[O]),Ht=e(`fragment SwapByIntentWithApprovalRequired on SwapByIntentWithApprovalRequired {
|
|
729
729
|
__typename
|
|
730
730
|
approvals {
|
|
731
731
|
...Erc20Approval
|
|
@@ -733,12 +733,12 @@
|
|
|
733
733
|
quote {
|
|
734
734
|
...SwapQuote
|
|
735
735
|
}
|
|
736
|
-
}`,[
|
|
736
|
+
}`,[V,O]),Qt=e(`fragment SwapByTransaction on SwapByTransaction {
|
|
737
737
|
__typename
|
|
738
738
|
quote {
|
|
739
739
|
...SwapQuote
|
|
740
740
|
}
|
|
741
|
-
}`,[
|
|
741
|
+
}`,[O]),Wt=e(`fragment SwapByTransactionWithApprovalRequired on SwapByTransactionWithApprovalRequired {
|
|
742
742
|
__typename
|
|
743
743
|
quote {
|
|
744
744
|
...SwapQuote
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
approvals {
|
|
747
747
|
...Erc20Approval
|
|
748
748
|
}
|
|
749
|
-
}`,[
|
|
749
|
+
}`,[O,V]),le=e(`fragment SwapReceipt on SwapReceipt {
|
|
750
750
|
__typename
|
|
751
751
|
id
|
|
752
752
|
createdAt
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
... on InsufficientBalanceError {
|
|
795
795
|
...InsufficientBalanceError
|
|
796
796
|
}
|
|
797
|
-
}`,[Vt,le,f]),
|
|
797
|
+
}`,[Vt,le,f]),h=e(`fragment PositionAmount on PositionAmount {
|
|
798
798
|
__typename
|
|
799
799
|
reserve {
|
|
800
800
|
...ReserveInfo
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
amount {
|
|
803
803
|
...Erc20Amount
|
|
804
804
|
}
|
|
805
|
-
}`,[
|
|
805
|
+
}`,[d,p]),$t=e(`fragment SupplySwap on SupplySwap {
|
|
806
806
|
__typename
|
|
807
807
|
sell {
|
|
808
808
|
...PositionAmount
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
}
|
|
813
813
|
kind
|
|
814
814
|
orderClass
|
|
815
|
-
}`,[
|
|
815
|
+
}`,[h]),Mt=e(`fragment BorrowSwap on BorrowSwap {
|
|
816
816
|
__typename
|
|
817
817
|
sell {
|
|
818
818
|
...PositionAmount
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
}
|
|
823
823
|
kind
|
|
824
824
|
orderClass
|
|
825
|
-
}`,[
|
|
825
|
+
}`,[h]),Nt=e(`fragment RepayWithSupply on RepayWithSupply {
|
|
826
826
|
__typename
|
|
827
827
|
repay {
|
|
828
828
|
...PositionAmount
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
}
|
|
833
833
|
kind
|
|
834
834
|
orderClass
|
|
835
|
-
}`,[
|
|
835
|
+
}`,[h]),Dt=e(`fragment WithdrawSwap on WithdrawSwap {
|
|
836
836
|
__typename
|
|
837
837
|
withdraw {
|
|
838
838
|
...PositionAmount
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
}
|
|
843
843
|
kind
|
|
844
844
|
orderClass
|
|
845
|
-
}`,[
|
|
845
|
+
}`,[h,R]),Lt=e(`fragment TokenSwap on TokenSwap {
|
|
846
846
|
__typename
|
|
847
847
|
sell {
|
|
848
848
|
...TokenAmount
|
|
@@ -852,7 +852,7 @@
|
|
|
852
852
|
}
|
|
853
853
|
kind
|
|
854
854
|
orderClass
|
|
855
|
-
}`,[R]),
|
|
855
|
+
}`,[R]),B=e(`fragment SwapOperation on SwapOperation {
|
|
856
856
|
__typename
|
|
857
857
|
... on SupplySwap {
|
|
858
858
|
...SupplySwap
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
operation {
|
|
879
879
|
...SwapOperation
|
|
880
880
|
}
|
|
881
|
-
}`,[
|
|
881
|
+
}`,[B]),Kt=e(`fragment SwapExpired on SwapExpired {
|
|
882
882
|
__typename
|
|
883
883
|
swapId
|
|
884
884
|
createdAt
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
operation {
|
|
888
888
|
...SwapOperation
|
|
889
889
|
}
|
|
890
|
-
}`,[
|
|
890
|
+
}`,[B]),Yt=e(`fragment SwapOpen on SwapOpen {
|
|
891
891
|
__typename
|
|
892
892
|
swapId
|
|
893
893
|
createdAt
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
operation {
|
|
897
897
|
...SwapOperation
|
|
898
898
|
}
|
|
899
|
-
}`,[
|
|
899
|
+
}`,[B]),zt=e(`fragment SwapPendingSignature on SwapPendingSignature {
|
|
900
900
|
__typename
|
|
901
901
|
swapId
|
|
902
902
|
createdAt
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
operation {
|
|
906
906
|
...SwapOperation
|
|
907
907
|
}
|
|
908
|
-
}`,[
|
|
908
|
+
}`,[B]),Zt=e(`fragment SwapFulfilled on SwapFulfilled {
|
|
909
909
|
__typename
|
|
910
910
|
swapId
|
|
911
911
|
txHash
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
operation {
|
|
917
917
|
...SwapOperation
|
|
918
918
|
}
|
|
919
|
-
}`,[
|
|
919
|
+
}`,[B]),G=e(`fragment SwapStatus on SwapStatus {
|
|
920
920
|
__typename
|
|
921
921
|
... on SwapOpen {
|
|
922
922
|
...SwapOpen
|
|
@@ -938,7 +938,7 @@
|
|
|
938
938
|
data {
|
|
939
939
|
...SwapTypedData
|
|
940
940
|
}
|
|
941
|
-
}`,[
|
|
941
|
+
}`,[_]),jt=e(`fragment SwapCancelledResult on SwapCancelledResult {
|
|
942
942
|
__typename
|
|
943
943
|
swapId
|
|
944
944
|
createdAt
|
|
@@ -960,12 +960,12 @@
|
|
|
960
960
|
pageInfo {
|
|
961
961
|
...PaginatedResultInfo
|
|
962
962
|
}
|
|
963
|
-
}`,[
|
|
963
|
+
}`,[G,g]),Jt=e(`fragment PositionSwapAdapterContractApproval on PositionSwapAdapterContractApproval {
|
|
964
964
|
__typename
|
|
965
965
|
bySignature {
|
|
966
966
|
...SwapTypedData
|
|
967
967
|
}
|
|
968
|
-
}`,[
|
|
968
|
+
}`,[_]),Xt=e(`fragment PositionSwapPositionManagerApproval on PositionSwapPositionManagerApproval {
|
|
969
969
|
__typename
|
|
970
970
|
byTransaction {
|
|
971
971
|
...TransactionRequest
|
|
@@ -973,12 +973,12 @@
|
|
|
973
973
|
bySignature {
|
|
974
974
|
...SwapTypedData
|
|
975
975
|
}
|
|
976
|
-
}`,[s,
|
|
976
|
+
}`,[s,_]),er=e(`fragment PositionSwapSetCollateralApproval on PositionSwapSetCollateralApproval {
|
|
977
977
|
__typename
|
|
978
978
|
bySignature {
|
|
979
979
|
...SwapTypedData
|
|
980
980
|
}
|
|
981
|
-
}`,[
|
|
981
|
+
}`,[_]),tr=e(`fragment PositionSwapApproval on PositionSwapApproval {
|
|
982
982
|
__typename
|
|
983
983
|
... on PositionSwapAdapterContractApproval {
|
|
984
984
|
...PositionSwapAdapterContractApproval
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
... on PositionSwapSetCollateralApproval {
|
|
990
990
|
...PositionSwapSetCollateralApproval
|
|
991
991
|
}
|
|
992
|
-
}`,[Jt,Xt,er])
|
|
992
|
+
}`,[Jt,Xt,er]),$=e(`fragment PositionSwapByIntentApprovalsRequired on PositionSwapByIntentApprovalsRequired {
|
|
993
993
|
__typename
|
|
994
994
|
quote {
|
|
995
995
|
...SwapQuote
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
approvals {
|
|
998
998
|
...PositionSwapApproval
|
|
999
999
|
}
|
|
1000
|
-
}`,[
|
|
1000
|
+
}`,[O,tr]),qe=e(`fragment SupplySwapQuoteResult on SupplySwapQuoteResult {
|
|
1001
1001
|
__typename
|
|
1002
1002
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1003
1003
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
... on InsufficientLiquidityError {
|
|
1006
1006
|
...InsufficientLiquidityError
|
|
1007
1007
|
}
|
|
1008
|
-
}`,[
|
|
1008
|
+
}`,[$,b]),we=e(`fragment BorrowSwapQuoteResult on BorrowSwapQuoteResult {
|
|
1009
1009
|
__typename
|
|
1010
1010
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1011
1011
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
... on InsufficientLiquidityError {
|
|
1014
1014
|
...InsufficientLiquidityError
|
|
1015
1015
|
}
|
|
1016
|
-
}`,[
|
|
1016
|
+
}`,[$,b]),xe=e(`fragment RepayWithSupplyQuoteResult on RepayWithSupplyQuoteResult {
|
|
1017
1017
|
__typename
|
|
1018
1018
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1019
1019
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
... on InsufficientLiquidityError {
|
|
1022
1022
|
...InsufficientLiquidityError
|
|
1023
1023
|
}
|
|
1024
|
-
}`,[
|
|
1024
|
+
}`,[$,b]),he=e(`fragment WithdrawSwapQuoteResult on WithdrawSwapQuoteResult {
|
|
1025
1025
|
__typename
|
|
1026
1026
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1027
1027
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
... on InsufficientLiquidityError {
|
|
1030
1030
|
...InsufficientLiquidityError
|
|
1031
1031
|
}
|
|
1032
|
-
}`,[
|
|
1032
|
+
}`,[$,b]),Ae=e(`fragment PreparePositionSwapResult on PreparePositionSwapResult {
|
|
1033
1033
|
__typename
|
|
1034
1034
|
... on PrepareSwapOrder {
|
|
1035
1035
|
...PrepareSwapOrder
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
... on InsufficientBalanceError {
|
|
1038
1038
|
...InsufficientBalanceError
|
|
1039
1039
|
}
|
|
1040
|
-
}`,[ye,f]);var
|
|
1040
|
+
}`,[ye,f]);var Pe=e(`fragment UserSupplyItem on UserSupplyItem {
|
|
1041
1041
|
__typename
|
|
1042
1042
|
id
|
|
1043
1043
|
reserve {
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
}
|
|
1058
1058
|
isCollateral
|
|
1059
1059
|
createdAt
|
|
1060
|
-
}`,[p,
|
|
1060
|
+
}`,[p,T]),Fe=e(`fragment UserBorrowItem on UserBorrowItem {
|
|
1061
1061
|
__typename
|
|
1062
1062
|
id
|
|
1063
1063
|
principal {
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
...Reserve
|
|
1074
1074
|
}
|
|
1075
1075
|
createdAt
|
|
1076
|
-
}`,[p,
|
|
1076
|
+
}`,[p,T]),be=e(`fragment UserSummary on UserSummary {
|
|
1077
1077
|
__typename
|
|
1078
1078
|
totalPositions
|
|
1079
1079
|
netBalance(currency: $currency) {
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
...ExchangeAmount
|
|
1096
1096
|
}
|
|
1097
1097
|
lowestHealthFactor
|
|
1098
|
-
}`,[
|
|
1098
|
+
}`,[P,i,a]),Ie=e(`fragment UserRiskPremiumBreakdownItem on UserRiskPremiumBreakdownItem {
|
|
1099
1099
|
__typename
|
|
1100
1100
|
token {
|
|
1101
1101
|
...Erc20Token
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
collateral {
|
|
1110
1110
|
...PercentNumber
|
|
1111
1111
|
}
|
|
1112
|
-
}`,[
|
|
1112
|
+
}`,[m,a]),rr=e(`fragment UserPositionRiskPremium on UserPositionRiskPremium {
|
|
1113
1113
|
__typename
|
|
1114
1114
|
current {
|
|
1115
1115
|
...PercentNumber
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
latest {
|
|
1118
1118
|
...PercentNumber
|
|
1119
1119
|
}
|
|
1120
|
-
}`,[
|
|
1120
|
+
}`,[a]),K=e(`fragment UserPosition on UserPosition {
|
|
1121
1121
|
__typename
|
|
1122
1122
|
id
|
|
1123
1123
|
spoke {
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
averageCollateralFactor {
|
|
1175
1175
|
...PercentNumber
|
|
1176
1176
|
}
|
|
1177
|
-
}`,[y,
|
|
1177
|
+
}`,[y,a,P,i,J,te,rr]),Te=e(`fragment UserBalance on UserBalance {
|
|
1178
1178
|
__typename
|
|
1179
1179
|
id
|
|
1180
1180
|
info {
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
lowestCollateralFactor: collateralFactor(metric: LOWEST) {
|
|
1208
1208
|
...PercentNumber
|
|
1209
1209
|
}
|
|
1210
|
-
}`,[C,l,R,
|
|
1210
|
+
}`,[C,l,R,i,a]),ke=e(`fragment UserSummaryHistoryItem on UserSummaryHistoryItem {
|
|
1211
1211
|
__typename
|
|
1212
1212
|
netBalance(currency: $currency) {
|
|
1213
1213
|
...ExchangeAmount
|
|
@@ -1220,13 +1220,13 @@
|
|
|
1220
1220
|
}
|
|
1221
1221
|
healthFactor
|
|
1222
1222
|
date
|
|
1223
|
-
}`,[
|
|
1223
|
+
}`,[i]),Y=e(`fragment ApySample on ApySample {
|
|
1224
1224
|
__typename
|
|
1225
1225
|
date
|
|
1226
1226
|
avgRate {
|
|
1227
1227
|
...PercentNumber
|
|
1228
1228
|
}
|
|
1229
|
-
}`,[
|
|
1229
|
+
}`,[a]);var ar=e(`fragment BoostedRate on BoostedRate {
|
|
1230
1230
|
__typename
|
|
1231
1231
|
id
|
|
1232
1232
|
name
|
|
@@ -1234,7 +1234,7 @@
|
|
|
1234
1234
|
apy {
|
|
1235
1235
|
...PercentNumber
|
|
1236
1236
|
}
|
|
1237
|
-
}`,[
|
|
1237
|
+
}`,[a]),nr=e(`fragment StableVaultSummary on StableVaultSummary {
|
|
1238
1238
|
__typename
|
|
1239
1239
|
shares
|
|
1240
1240
|
userCount
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
boostedRates {
|
|
1249
1249
|
...BoostedRate
|
|
1250
1250
|
}
|
|
1251
|
-
}`,[
|
|
1251
|
+
}`,[a,ar]),M=e(`fragment StableVault on StableVault {
|
|
1252
1252
|
__typename
|
|
1253
1253
|
id
|
|
1254
1254
|
name
|
|
@@ -1286,13 +1286,13 @@
|
|
|
1286
1286
|
...PercentNumber
|
|
1287
1287
|
}
|
|
1288
1288
|
boostedRateId
|
|
1289
|
-
}`,[
|
|
1289
|
+
}`,[M,l,a]),pr=e(`fragment TokenMovementAllocate on TokenMovementAllocate {
|
|
1290
1290
|
__typename
|
|
1291
1291
|
token {
|
|
1292
1292
|
...Erc20Token
|
|
1293
1293
|
}
|
|
1294
1294
|
amount
|
|
1295
|
-
}`,[
|
|
1295
|
+
}`,[m]),sr=e(`fragment TokenMovementBridgeIn on TokenMovementBridgeIn {
|
|
1296
1296
|
__typename
|
|
1297
1297
|
fromToken {
|
|
1298
1298
|
...Erc20Token
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
...Erc20Token
|
|
1302
1302
|
}
|
|
1303
1303
|
amount
|
|
1304
|
-
}`,[
|
|
1304
|
+
}`,[m]),ur=e(`fragment TokenMovementBridgeOut on TokenMovementBridgeOut {
|
|
1305
1305
|
__typename
|
|
1306
1306
|
fromToken {
|
|
1307
1307
|
...Erc20Token
|
|
@@ -1310,19 +1310,19 @@
|
|
|
1310
1310
|
...Erc20Token
|
|
1311
1311
|
}
|
|
1312
1312
|
amount
|
|
1313
|
-
}`,[
|
|
1313
|
+
}`,[m]),ir=e(`fragment TokenMovementDeallocate on TokenMovementDeallocate {
|
|
1314
1314
|
__typename
|
|
1315
1315
|
token {
|
|
1316
1316
|
...Erc20Token
|
|
1317
1317
|
}
|
|
1318
1318
|
amount
|
|
1319
|
-
}`,[
|
|
1319
|
+
}`,[m]),mr=e(`fragment TokenMovementRebalance on TokenMovementRebalance {
|
|
1320
1320
|
__typename
|
|
1321
1321
|
token {
|
|
1322
1322
|
...Erc20Token
|
|
1323
1323
|
}
|
|
1324
1324
|
amount
|
|
1325
|
-
}`,[
|
|
1325
|
+
}`,[m]),yr=e(`fragment TokenMovementSwap on TokenMovementSwap {
|
|
1326
1326
|
__typename
|
|
1327
1327
|
fromToken {
|
|
1328
1328
|
...Erc20Token
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
...Erc20Token
|
|
1333
1333
|
}
|
|
1334
1334
|
toAmount
|
|
1335
|
-
}`,[
|
|
1335
|
+
}`,[m]),lr=e(`fragment TokenMovement on TokenMovement {
|
|
1336
1336
|
__typename
|
|
1337
1337
|
... on TokenMovementAllocate {
|
|
1338
1338
|
...TokenMovementAllocate
|
|
@@ -1369,13 +1369,13 @@
|
|
|
1369
1369
|
pageInfo {
|
|
1370
1370
|
...PaginatedResultInfo
|
|
1371
1371
|
}
|
|
1372
|
-
}`,[cr,
|
|
1372
|
+
}`,[cr,g]),Ee=e(`fragment PaginatedStableVaultRateUsersResult on PaginatedStableVaultRateUsersResult {
|
|
1373
1373
|
__typename
|
|
1374
1374
|
items
|
|
1375
1375
|
pageInfo {
|
|
1376
1376
|
...PaginatedResultInfo
|
|
1377
1377
|
}
|
|
1378
|
-
}`,[
|
|
1378
|
+
}`,[g]),gr=e(`fragment StableVaultWithdrawClaim on StableVaultWithdrawClaim {
|
|
1379
1379
|
__typename
|
|
1380
1380
|
claimId
|
|
1381
1381
|
transaction {
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
... on InsufficientBalanceError {
|
|
1397
1397
|
...InsufficientBalanceError
|
|
1398
1398
|
}
|
|
1399
|
-
}`,[s,
|
|
1399
|
+
}`,[s,E,f]),Oe=e(`fragment StableVaultWithdrawExecutionPlan on StableVaultWithdrawExecutionPlan {
|
|
1400
1400
|
__typename
|
|
1401
1401
|
... on TransactionRequest {
|
|
1402
1402
|
...TransactionRequest
|
|
@@ -1412,15 +1412,15 @@
|
|
|
1412
1412
|
... on StableVaultPendingAvailability {
|
|
1413
1413
|
...StableVaultPendingAvailability
|
|
1414
1414
|
}
|
|
1415
|
-
}`,[s,dr]);var
|
|
1415
|
+
}`,[s,dr]);var Za=e(`query Hub($request: HubRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1416
1416
|
value: hub(request: $request) {
|
|
1417
1417
|
...Hub
|
|
1418
1418
|
}
|
|
1419
|
-
}`,[
|
|
1419
|
+
}`,[q]),ja=e(`query Hubs($request: HubsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1420
1420
|
value: hubs(request: $request) {
|
|
1421
1421
|
...Hub
|
|
1422
1422
|
}
|
|
1423
|
-
}`,[
|
|
1423
|
+
}`,[q]),Ja=e(`query HubAssets($request: HubAssetsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1424
1424
|
value: hubAssets(request: $request) {
|
|
1425
1425
|
...HubAsset
|
|
1426
1426
|
}
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
utilizationRate {
|
|
1440
1440
|
...PercentNumber
|
|
1441
1441
|
}
|
|
1442
|
-
}`,[
|
|
1442
|
+
}`,[i,a]),Xa=e(`query HubSummaryHistory($request: HubSummaryHistoryRequest!) {
|
|
1443
1443
|
value: hubSummaryHistory(request: $request) {
|
|
1444
1444
|
...HubSummarySample
|
|
1445
1445
|
}
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
liquidityDistance {
|
|
1458
1458
|
...Erc20Amount
|
|
1459
1459
|
}
|
|
1460
|
-
}`,[
|
|
1460
|
+
}`,[a,p]),en=e(`query HubAssetInterestRateModel($request: HubAssetInterestRateModelRequest!, $currency: Currency!) {
|
|
1461
1461
|
value: hubAssetInterestRateModel(request: $request) {
|
|
1462
1462
|
points {
|
|
1463
1463
|
...HubAssetInterestRateModelPoint
|
|
@@ -1485,27 +1485,27 @@
|
|
|
1485
1485
|
riskPremiumThreshold {
|
|
1486
1486
|
...PercentNumber
|
|
1487
1487
|
}
|
|
1488
|
-
}`,[
|
|
1488
|
+
}`,[q,y,I,p,a]),tn=e(`query HubSpokeConfigs($request: HubSpokeConfigsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1489
1489
|
value: hubSpokeConfigs(request: $request) {
|
|
1490
1490
|
...HubSpokeConfig
|
|
1491
1491
|
}
|
|
1492
|
-
}`,[fr]);function
|
|
1492
|
+
}`,[fr]);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 nn(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 on(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid BoostedRateId: ${t}`),t}function qr(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 pn(t){return qr(L(`${t.chainId}${w}${t.address}`))}function sn(t){let x=D(t),[r,n]=x.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),address:types.evmAddress(n)}}function un(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 mn(t){return t}function yn(t){let x=D(t),[r,n,A]=x.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(n),onChainId:A}}function ln(t){return L(`${t.chainId}${w}${t.spoke}${w}${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 cn(t){let x=D(t),[r,n,A]=x.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(n),user:types.evmAddress(A)}}function gn(t){return wr(L(`${t.chainId}${w}${t.spoke}${w}${t.user}`))}function dn(t){return types.invariant(types.isValidHexString(t),`Invalid SwapId: ${t}`),t}function Sn(t){return types.invariant(types.isValidHexString(t),`Invalid SwapQuoteId: ${t}`),t}function Rn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultId: ${t}`),t}function fn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultUserPositionId: ${t}`),t}function qn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultWithdrawClaimId: ${t}`),t}function wn(t){return xr(L(`${t.chainId}${w}${t.address}`))}function xn(t){let x=D(t),[r,n]=x.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),address:types.evmAddress(n)}}function xr(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 hn(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 An(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 Pn(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 Fn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenInfoId: ${t}`),t}function bn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenMovementId: ${t}`),t}function kn(t){return types.isObject(t)&&"hubInput"in t&&t.hubInput!=null}function vn(t){return types.isObject(t)&&"chainIds"in t&&t.chainIds!=null}function Cn(t){return types.isObject(t)&&"tokens"in t&&t.tokens!=null}function En(t){return types.isObject(t)&&"spoke"in t&&t.spoke!=null}function Un(t){return types.isObject(t)&&"reserveInput"in t&&t.reserveInput!=null}function On(t){return types.isObject(t)&&"txHash"in t&&t.txHash!=null}var Qn=e(`query Chain($request: ChainRequest!) {
|
|
1493
1493
|
value: chain(request: $request) {
|
|
1494
1494
|
...Chain
|
|
1495
1495
|
}
|
|
1496
|
-
}`,[o]),
|
|
1496
|
+
}`,[o]),Wn=e(`query Chains($request: ChainsRequest!) {
|
|
1497
1497
|
value: chains(request: $request) {
|
|
1498
1498
|
...Chain
|
|
1499
1499
|
}
|
|
1500
|
-
}`,[o]),
|
|
1500
|
+
}`,[o]),Vn=e(`query HasProcessedKnownTransaction($request: HasProcessedKnownTransactionRequest!) {
|
|
1501
1501
|
value: hasProcessedKnownTransaction(request: $request)
|
|
1502
|
-
}`)
|
|
1502
|
+
}`),$n=e(`query Health {
|
|
1503
1503
|
value: health
|
|
1504
|
-
}`),
|
|
1504
|
+
}`),Mn=e(`query ExchangeRate($request: ExchangeRateRequest!) {
|
|
1505
1505
|
value: exchangeRate(request: $request) {
|
|
1506
1506
|
...ExchangeAmount
|
|
1507
1507
|
}
|
|
1508
|
-
}`,[
|
|
1508
|
+
}`,[i]);var hr=e(`fragment AssetPriceSample on AssetPriceSample {
|
|
1509
1509
|
__typename
|
|
1510
1510
|
date
|
|
1511
1511
|
price
|
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
hub {
|
|
1521
1521
|
...Hub
|
|
1522
1522
|
}
|
|
1523
|
-
}`,[l,
|
|
1523
|
+
}`,[l,a,q]),Ar=e(`fragment AssetSupplySample on AssetSupplySample {
|
|
1524
1524
|
__typename
|
|
1525
1525
|
date
|
|
1526
1526
|
amount {
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
breakdown {
|
|
1539
1539
|
...AssetSampleBreakdown
|
|
1540
1540
|
}
|
|
1541
|
-
}`,[l,
|
|
1541
|
+
}`,[l,a,He]),Pr=e(`fragment AssetBorrowSample on AssetBorrowSample {
|
|
1542
1542
|
__typename
|
|
1543
1543
|
date
|
|
1544
1544
|
amount {
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
breakdown {
|
|
1557
1557
|
...AssetSampleBreakdown
|
|
1558
1558
|
}
|
|
1559
|
-
}`,[l,
|
|
1559
|
+
}`,[l,a,He]),Fr=e(`fragment AssetAmountWithChange on AssetAmountWithChange {
|
|
1560
1560
|
__typename
|
|
1561
1561
|
amount {
|
|
1562
1562
|
...DecimalNumberWithChange
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
exchange(currency: $currency) {
|
|
1565
1565
|
...ExchangeAmountWithChange
|
|
1566
1566
|
}
|
|
1567
|
-
}`,[
|
|
1567
|
+
}`,[z,P]),br=e(`fragment AssetSummary on AssetSummary {
|
|
1568
1568
|
__typename
|
|
1569
1569
|
totalSupplyCap {
|
|
1570
1570
|
...AssetAmountWithChange
|
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
averageSupplyApy: supplyApy(metric: AVERAGE) {
|
|
1593
1593
|
...PercentNumber
|
|
1594
1594
|
}
|
|
1595
|
-
}`,[
|
|
1595
|
+
}`,[Fr,a]),Ir=e(`fragment Asset on Asset {
|
|
1596
1596
|
__typename
|
|
1597
1597
|
id
|
|
1598
1598
|
token {
|
|
@@ -1604,23 +1604,23 @@
|
|
|
1604
1604
|
price(currency: $currency) {
|
|
1605
1605
|
...ExchangeAmountWithChange
|
|
1606
1606
|
}
|
|
1607
|
-
}`,[
|
|
1607
|
+
}`,[m,br,P]),Gn=e(`query Asset($request: AssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1608
1608
|
value: asset(request: $request) {
|
|
1609
1609
|
...Asset
|
|
1610
1610
|
}
|
|
1611
|
-
}`,[Ir]),
|
|
1611
|
+
}`,[Ir]),Kn=e(`query AssetPriceHistory($request: AssetPriceHistoryRequest!) {
|
|
1612
1612
|
value: assetPriceHistory(request: $request) {
|
|
1613
1613
|
...AssetPriceSample
|
|
1614
1614
|
}
|
|
1615
|
-
}`,[
|
|
1615
|
+
}`,[hr]),Yn=e(`query AssetSupplyHistory($request: AssetSupplyHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1616
1616
|
value: assetSupplyHistory(request: $request) {
|
|
1617
1617
|
...AssetSupplySample
|
|
1618
1618
|
}
|
|
1619
|
-
}`,[
|
|
1619
|
+
}`,[Ar]),zn=e(`query AssetBorrowHistory($request: AssetBorrowHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1620
1620
|
value: assetBorrowHistory(request: $request) {
|
|
1621
1621
|
...AssetBorrowSample
|
|
1622
1622
|
}
|
|
1623
|
-
}`,[
|
|
1623
|
+
}`,[Pr]),Tr=e(`fragment ProtocolHistorySample on ProtocolHistorySample {
|
|
1624
1624
|
__typename
|
|
1625
1625
|
date
|
|
1626
1626
|
deposits {
|
|
@@ -1629,27 +1629,27 @@
|
|
|
1629
1629
|
borrows {
|
|
1630
1630
|
...ExchangeAmount
|
|
1631
1631
|
}
|
|
1632
|
-
}`,[
|
|
1632
|
+
}`,[i]),Zn=e(`query ProtocolHistory($request: ProtocolHistoryRequest!) {
|
|
1633
1633
|
value: protocolHistory(request: $request) {
|
|
1634
1634
|
...ProtocolHistorySample
|
|
1635
1635
|
}
|
|
1636
|
-
}`,[
|
|
1636
|
+
}`,[Tr]);var eo=e(`query BorrowApyHistory($request: BorrowApyHistoryRequest!) {
|
|
1637
1637
|
value: borrowApyHistory(request: $request) {
|
|
1638
1638
|
...ApySample
|
|
1639
1639
|
}
|
|
1640
|
-
}`,[
|
|
1640
|
+
}`,[Y]),to=e(`query SupplyApyHistory($request: SupplyApyHistoryRequest!) {
|
|
1641
1641
|
value: supplyApyHistory(request: $request) {
|
|
1642
1642
|
...ApySample
|
|
1643
1643
|
}
|
|
1644
|
-
}`,[
|
|
1644
|
+
}`,[Y]),ro=e(`query Reserve($request: ReserveRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1645
1645
|
value: reserve(request: $request) {
|
|
1646
1646
|
...Reserve
|
|
1647
1647
|
}
|
|
1648
|
-
}`,[
|
|
1648
|
+
}`,[T]),ao=e(`query Reserves($request: ReservesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1649
1649
|
value: reserves(request: $request) {
|
|
1650
1650
|
...Reserve
|
|
1651
1651
|
}
|
|
1652
|
-
}`,[
|
|
1652
|
+
}`,[T]),no=e(`query ReserveHolders($request: PaginatedReserveHoldersRequest!, $currency: Currency!) {
|
|
1653
1653
|
value: reserveHolders(request: $request) {
|
|
1654
1654
|
items {
|
|
1655
1655
|
...ReserveHolder
|
|
@@ -1658,31 +1658,31 @@
|
|
|
1658
1658
|
...PaginatedResultInfo
|
|
1659
1659
|
}
|
|
1660
1660
|
}
|
|
1661
|
-
}`,[me,
|
|
1661
|
+
}`,[me,g]);var uo=e(`query ClaimRewards($request: ClaimRewardsRequest!) {
|
|
1662
1662
|
value: claimRewards(request: $request) {
|
|
1663
1663
|
...TransactionRequest
|
|
1664
1664
|
}
|
|
1665
|
-
}`,[s]),
|
|
1665
|
+
}`,[s]),io=e(`query UserClaimableRewards($request: UserClaimableRewardsRequest!, $currency: Currency! = USD) {
|
|
1666
1666
|
value: userClaimableRewards(request: $request) {
|
|
1667
1667
|
...UserClaimableReward
|
|
1668
1668
|
}
|
|
1669
|
-
}`,[se]);var
|
|
1669
|
+
}`,[se]);var go=e(`query Spoke($request: SpokeRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1670
1670
|
value: spoke(request: $request) {
|
|
1671
1671
|
...Spoke
|
|
1672
1672
|
}
|
|
1673
|
-
}`,[y]),
|
|
1673
|
+
}`,[y]),So=e(`query Spokes($request: SpokesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1674
1674
|
value: spokes(request: $request) {
|
|
1675
1675
|
...Spoke
|
|
1676
1676
|
}
|
|
1677
|
-
}`,[y]),
|
|
1677
|
+
}`,[y]),Ro=e(`query SpokePositionManagers($request: SpokePositionManagersRequest!) {
|
|
1678
1678
|
value: spokePositionManagers(request: $request) {
|
|
1679
1679
|
...PaginatedSpokePositionManagerResult
|
|
1680
1680
|
}
|
|
1681
|
-
}`,[ue]),
|
|
1681
|
+
}`,[ue]),fo=e(`query SpokeUserPositionManagers($request: SpokeUserPositionManagersRequest!) {
|
|
1682
1682
|
value: spokeUserPositionManagers(request: $request) {
|
|
1683
1683
|
...PaginatedSpokeUserPositionManagerResult
|
|
1684
1684
|
}
|
|
1685
|
-
}`,[ie]),
|
|
1685
|
+
}`,[ie]),kr=e(`fragment SpokeSummarySample on SpokeSummarySample {
|
|
1686
1686
|
__typename
|
|
1687
1687
|
date
|
|
1688
1688
|
deposits {
|
|
@@ -1691,79 +1691,79 @@
|
|
|
1691
1691
|
borrows {
|
|
1692
1692
|
...ExchangeAmount
|
|
1693
1693
|
}
|
|
1694
|
-
}`,[
|
|
1694
|
+
}`,[i]),qo=e(`query SpokeSummaryHistory($request: SpokeSummaryHistoryRequest!) {
|
|
1695
1695
|
value: spokeSummaryHistory(request: $request) {
|
|
1696
1696
|
...SpokeSummarySample
|
|
1697
1697
|
}
|
|
1698
|
-
}`,[
|
|
1698
|
+
}`,[kr]);var Ao=e(`query TokenSwapQuote($request: TokenSwapQuoteRequest!, $currency: Currency!) {
|
|
1699
1699
|
value: tokenSwapQuote(request: $request) {
|
|
1700
1700
|
...TokenSwapQuoteResult
|
|
1701
1701
|
}
|
|
1702
|
-
}`,[ce]),
|
|
1702
|
+
}`,[ce]),Po=e(`query SwappableTokens($request: SwappableTokensRequest!) {
|
|
1703
1703
|
value: swappableTokens(request: $request) {
|
|
1704
1704
|
...Token
|
|
1705
1705
|
}
|
|
1706
|
-
}`,[
|
|
1706
|
+
}`,[j]),Fo=e(`query PrepareTokenSwap($request: PrepareTokenSwapRequest!) {
|
|
1707
1707
|
value: prepareTokenSwap(request: $request) {
|
|
1708
1708
|
...PrepareTokenSwapResult
|
|
1709
1709
|
}
|
|
1710
|
-
}`,[ge]),
|
|
1710
|
+
}`,[ge]),bo=e(`query SwapStatus($request: SwapStatusRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1711
1711
|
value: swapStatus(request: $request) {
|
|
1712
1712
|
...SwapStatus
|
|
1713
1713
|
}
|
|
1714
|
-
}`,[
|
|
1714
|
+
}`,[G]),Io=e(`mutation Swap($request: SwapRequest!) {
|
|
1715
1715
|
value: swap(request: $request) {
|
|
1716
1716
|
...SwapExecutionPlan
|
|
1717
1717
|
}
|
|
1718
|
-
}`,[de]),
|
|
1718
|
+
}`,[de]),To=e(`query PrepareSwapCancel($request: PrepareSwapCancelRequest!) {
|
|
1719
1719
|
value: prepareSwapCancel(request: $request) {
|
|
1720
1720
|
...PrepareSwapCancelResult
|
|
1721
1721
|
}
|
|
1722
|
-
}`,[Se]),
|
|
1722
|
+
}`,[Se]),ko=e(`mutation CancelSwap($request: CancelSwapRequest!) {
|
|
1723
1723
|
value: cancelSwap(request: $request) {
|
|
1724
1724
|
...CancelSwapExecutionPlan
|
|
1725
1725
|
}
|
|
1726
|
-
}`,[Re]),
|
|
1726
|
+
}`,[Re]),vo=e(`query UserSwaps($request: UserSwapsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1727
1727
|
value: userSwaps(request: $request) {
|
|
1728
1728
|
...PaginatedUserSwapsResult
|
|
1729
1729
|
}
|
|
1730
|
-
}`,[fe]),
|
|
1730
|
+
}`,[fe]),Co=e(`query SupplySwapQuote($request: SupplySwapQuoteRequest!, $currency: Currency!) {
|
|
1731
1731
|
value: supplySwapQuote(request: $request) {
|
|
1732
1732
|
...SupplySwapQuoteResult
|
|
1733
1733
|
}
|
|
1734
|
-
}`,[
|
|
1734
|
+
}`,[qe]),Eo=e(`query BorrowSwapQuote($request: BorrowSwapQuoteRequest!, $currency: Currency!) {
|
|
1735
1735
|
value: borrowSwapQuote(request: $request) {
|
|
1736
1736
|
...BorrowSwapQuoteResult
|
|
1737
1737
|
}
|
|
1738
|
-
}`,[
|
|
1738
|
+
}`,[we]),Uo=e(`query RepayWithSupplyQuote($request: RepayWithSupplyQuoteRequest!, $currency: Currency!) {
|
|
1739
1739
|
value: repayWithSupplyQuote(request: $request) {
|
|
1740
1740
|
...RepayWithSupplyQuoteResult
|
|
1741
1741
|
}
|
|
1742
|
-
}`,[xe]),
|
|
1742
|
+
}`,[xe]),Oo=e(`query WithdrawSwapQuote($request: WithdrawSwapQuoteRequest!, $currency: Currency!) {
|
|
1743
1743
|
value: withdrawSwapQuote(request: $request) {
|
|
1744
1744
|
...WithdrawSwapQuoteResult
|
|
1745
1745
|
}
|
|
1746
|
-
}`,[
|
|
1746
|
+
}`,[he]),_o=e(`query PreparePositionSwap($request: PreparePositionSwapRequest!) {
|
|
1747
1747
|
value: preparePositionSwap(request: $request) {
|
|
1748
1748
|
...PreparePositionSwapResult
|
|
1749
1749
|
}
|
|
1750
|
-
}`,[
|
|
1750
|
+
}`,[Ae]);var Wo=e(`query Borrow($request: BorrowRequest!) {
|
|
1751
1751
|
value: borrow(request: $request) {
|
|
1752
1752
|
...ExecutionPlan
|
|
1753
1753
|
}
|
|
1754
|
-
}`,[
|
|
1754
|
+
}`,[U]),Vo=e(`query Supply($request: SupplyRequest!) {
|
|
1755
1755
|
value: supply(request: $request) {
|
|
1756
1756
|
...ExecutionPlan
|
|
1757
1757
|
}
|
|
1758
|
-
}`,[
|
|
1758
|
+
}`,[U]),$o=e(`query Repay($request: RepayRequest!) {
|
|
1759
1759
|
value: repay(request: $request) {
|
|
1760
1760
|
...ExecutionPlan
|
|
1761
1761
|
}
|
|
1762
|
-
}`,[
|
|
1762
|
+
}`,[U]),Mo=e(`query Withdraw($request: WithdrawRequest!) {
|
|
1763
1763
|
value: withdraw(request: $request) {
|
|
1764
1764
|
...ExecutionPlan
|
|
1765
1765
|
}
|
|
1766
|
-
}`,[
|
|
1766
|
+
}`,[U]),vr=e(`fragment LiquidatePositionExecutionPlan on LiquidatePositionExecutionPlan {
|
|
1767
1767
|
__typename
|
|
1768
1768
|
... on TransactionRequest {
|
|
1769
1769
|
...TransactionRequest
|
|
@@ -1774,23 +1774,23 @@
|
|
|
1774
1774
|
... on InsufficientBalanceError {
|
|
1775
1775
|
...InsufficientBalanceError
|
|
1776
1776
|
}
|
|
1777
|
-
}`,[s,
|
|
1777
|
+
}`,[s,E,f]),No=e(`query LiquidatePosition($request: LiquidatePositionRequest!) {
|
|
1778
1778
|
value: liquidatePosition(request: $request) {
|
|
1779
1779
|
...LiquidatePositionExecutionPlan
|
|
1780
1780
|
}
|
|
1781
|
-
}`,[vr]),
|
|
1781
|
+
}`,[vr]),Do=e(`query SetSpokeUserPositionManager($request: SetSpokeUserPositionManagerRequest!) {
|
|
1782
1782
|
value: setSpokeUserPositionManager(request: $request) {
|
|
1783
1783
|
...TransactionRequest
|
|
1784
1784
|
}
|
|
1785
|
-
}`,[s]),
|
|
1785
|
+
}`,[s]),Lo=e(`query SetUserSuppliesAsCollateral($request: SetUserSuppliesAsCollateralRequest!) {
|
|
1786
1786
|
value: setUserSuppliesAsCollateral(request: $request) {
|
|
1787
1787
|
...TransactionRequest
|
|
1788
1788
|
}
|
|
1789
|
-
}`,[s]),
|
|
1789
|
+
}`,[s]),Go=e(`query RenounceSpokeUserPositionManager($request: RenounceSpokeUserPositionManagerRequest!) {
|
|
1790
1790
|
value: renounceSpokeUserPositionManager(request: $request) {
|
|
1791
1791
|
...TransactionRequest
|
|
1792
1792
|
}
|
|
1793
|
-
}`,[s]),
|
|
1793
|
+
}`,[s]),Ko=e(`query UpdateUserPositionConditions($request: UpdateUserPositionConditionsRequest!) {
|
|
1794
1794
|
value: updateUserPositionConditions(request: $request) {
|
|
1795
1795
|
...TransactionRequest
|
|
1796
1796
|
}
|
|
@@ -1806,7 +1806,7 @@
|
|
|
1806
1806
|
after {
|
|
1807
1807
|
...PercentNumber
|
|
1808
1808
|
}
|
|
1809
|
-
}`,[
|
|
1809
|
+
}`,[m,a]),Er=e(`fragment LiquidationFeeVariation on LiquidationFeeVariation {
|
|
1810
1810
|
__typename
|
|
1811
1811
|
reserveId
|
|
1812
1812
|
token {
|
|
@@ -1818,7 +1818,7 @@
|
|
|
1818
1818
|
after {
|
|
1819
1819
|
...PercentNumber
|
|
1820
1820
|
}
|
|
1821
|
-
}`,[
|
|
1821
|
+
}`,[m,a]),Ur=e(`fragment MaxLiquidationBonusVariation on MaxLiquidationBonusVariation {
|
|
1822
1822
|
__typename
|
|
1823
1823
|
reserveId
|
|
1824
1824
|
token {
|
|
@@ -1830,7 +1830,7 @@
|
|
|
1830
1830
|
after {
|
|
1831
1831
|
...PercentNumber
|
|
1832
1832
|
}
|
|
1833
|
-
}`,[
|
|
1833
|
+
}`,[m,a]),Or=e(`fragment UserPositionConditionVariation on UserPositionConditionVariation {
|
|
1834
1834
|
__typename
|
|
1835
1835
|
... on CollateralFactorVariation {
|
|
1836
1836
|
...CollateralFactorVariation
|
|
@@ -1841,95 +1841,23 @@
|
|
|
1841
1841
|
... on MaxLiquidationBonusVariation {
|
|
1842
1842
|
...MaxLiquidationBonusVariation
|
|
1843
1843
|
}
|
|
1844
|
-
}`,[Cr,Er,Ur]),_r=e(`fragment
|
|
1844
|
+
}`,[Cr,Er,Ur]),_r=e(`fragment ReserveReward on ReserveReward {
|
|
1845
1845
|
__typename
|
|
1846
|
-
id
|
|
1847
|
-
startDate
|
|
1848
|
-
endDate
|
|
1849
|
-
extraApy {
|
|
1850
|
-
...PercentNumber
|
|
1851
|
-
}
|
|
1852
|
-
payoutToken {
|
|
1853
|
-
...Erc20Token
|
|
1854
|
-
}
|
|
1855
|
-
criteria {
|
|
1856
|
-
...MerklCriteria
|
|
1857
|
-
}
|
|
1858
|
-
reserve {
|
|
1859
|
-
...ReserveInfo
|
|
1860
|
-
}
|
|
1861
|
-
}`,[r,u,E,c]),Br=e(`fragment PreviewMerklBorrowReward on PreviewMerklBorrowReward {
|
|
1862
|
-
__typename
|
|
1863
|
-
id
|
|
1864
|
-
startDate
|
|
1865
|
-
endDate
|
|
1866
|
-
discountApy {
|
|
1867
|
-
...PercentNumber
|
|
1868
|
-
}
|
|
1869
|
-
payoutToken {
|
|
1870
|
-
...Erc20Token
|
|
1871
|
-
}
|
|
1872
|
-
criteria {
|
|
1873
|
-
...MerklCriteria
|
|
1874
|
-
}
|
|
1875
1846
|
reserve {
|
|
1876
1847
|
...ReserveInfo
|
|
1877
1848
|
}
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
id
|
|
1881
|
-
program {
|
|
1882
|
-
...PointsProgram
|
|
1883
|
-
}
|
|
1884
|
-
name
|
|
1885
|
-
startDate
|
|
1886
|
-
endDate
|
|
1887
|
-
multiplier
|
|
1888
|
-
criteria {
|
|
1889
|
-
...PointsCriteria
|
|
1890
|
-
}
|
|
1891
|
-
reserve {
|
|
1892
|
-
...ReserveInfo
|
|
1893
|
-
}
|
|
1894
|
-
}`,[O,U,c]),Qr=e(`fragment PreviewBorrowPoints on PreviewBorrowPointsReward {
|
|
1895
|
-
__typename
|
|
1896
|
-
id
|
|
1897
|
-
program {
|
|
1898
|
-
...PointsProgram
|
|
1899
|
-
}
|
|
1900
|
-
name
|
|
1901
|
-
startDate
|
|
1902
|
-
endDate
|
|
1903
|
-
multiplier
|
|
1904
|
-
criteria {
|
|
1905
|
-
...PointsCriteria
|
|
1906
|
-
}
|
|
1907
|
-
reserve {
|
|
1908
|
-
...ReserveInfo
|
|
1909
|
-
}
|
|
1910
|
-
}`,[O,U,c]),Wr=e(`fragment PreviewReward on PreviewReward {
|
|
1911
|
-
__typename
|
|
1912
|
-
... on PreviewMerklSupplyReward {
|
|
1913
|
-
...PreviewMerklSupplyReward
|
|
1914
|
-
}
|
|
1915
|
-
... on PreviewMerklBorrowReward {
|
|
1916
|
-
...PreviewMerklBorrowReward
|
|
1917
|
-
}
|
|
1918
|
-
... on PreviewSupplyPointsReward {
|
|
1919
|
-
...PreviewSupplyPoints
|
|
1920
|
-
}
|
|
1921
|
-
... on PreviewBorrowPointsReward {
|
|
1922
|
-
...PreviewBorrowPoints
|
|
1849
|
+
reward {
|
|
1850
|
+
...Reward
|
|
1923
1851
|
}
|
|
1924
|
-
}`,[
|
|
1852
|
+
}`,[d,W]),Br=e(`fragment PreviewRewardOutcome on PreviewRewardOutcome {
|
|
1925
1853
|
__typename
|
|
1926
|
-
|
|
1927
|
-
...
|
|
1854
|
+
abandoned {
|
|
1855
|
+
...ReserveReward
|
|
1928
1856
|
}
|
|
1929
|
-
|
|
1930
|
-
...
|
|
1857
|
+
acquired {
|
|
1858
|
+
...ReserveReward
|
|
1931
1859
|
}
|
|
1932
|
-
}`,[
|
|
1860
|
+
}`,[_r]),Hr=e(`fragment PreviewUserPosition on PreviewUserPosition {
|
|
1933
1861
|
__typename
|
|
1934
1862
|
id
|
|
1935
1863
|
healthFactor {
|
|
@@ -1970,11 +1898,11 @@
|
|
|
1970
1898
|
otherConditions {
|
|
1971
1899
|
...UserPositionConditionVariation
|
|
1972
1900
|
}
|
|
1973
|
-
}`,[
|
|
1901
|
+
}`,[re,X,ee,Br,Or]),Yo=e(`query Preview($request: PreviewRequest!, $currency: Currency! = USD, $timeWindow: TimeWindow! = LAST_WEEK) {
|
|
1974
1902
|
value: preview(request: $request) {
|
|
1975
1903
|
...PreviewUserPosition
|
|
1976
1904
|
}
|
|
1977
|
-
}`,[
|
|
1905
|
+
}`,[Hr]),Qe=e(`fragment PercentNumberChangeSnapshot on PercentNumberChangeSnapshot {
|
|
1978
1906
|
__typename
|
|
1979
1907
|
before {
|
|
1980
1908
|
...PercentNumber
|
|
@@ -1982,7 +1910,7 @@
|
|
|
1982
1910
|
after {
|
|
1983
1911
|
...PercentNumber
|
|
1984
1912
|
}
|
|
1985
|
-
}`,[
|
|
1913
|
+
}`,[a]),Qr=e(`fragment BorrowActivity on BorrowActivity {
|
|
1986
1914
|
__typename
|
|
1987
1915
|
id
|
|
1988
1916
|
user
|
|
@@ -2000,7 +1928,7 @@
|
|
|
2000
1928
|
chain {
|
|
2001
1929
|
...Chain
|
|
2002
1930
|
}
|
|
2003
|
-
}`,[y,p,
|
|
1931
|
+
}`,[y,p,d,o]),Wr=e(`fragment SupplyActivity on SupplyActivity {
|
|
2004
1932
|
__typename
|
|
2005
1933
|
id
|
|
2006
1934
|
user
|
|
@@ -2018,7 +1946,7 @@
|
|
|
2018
1946
|
chain {
|
|
2019
1947
|
...Chain
|
|
2020
1948
|
}
|
|
2021
|
-
}`,[y,p,
|
|
1949
|
+
}`,[y,p,d,o]),Vr=e(`fragment WithdrawActivity on WithdrawActivity {
|
|
2022
1950
|
__typename
|
|
2023
1951
|
id
|
|
2024
1952
|
user
|
|
@@ -2036,7 +1964,7 @@
|
|
|
2036
1964
|
chain {
|
|
2037
1965
|
...Chain
|
|
2038
1966
|
}
|
|
2039
|
-
}`,[y,p,
|
|
1967
|
+
}`,[y,p,d,o]),$r=e(`fragment RepayActivity on RepayActivity {
|
|
2040
1968
|
__typename
|
|
2041
1969
|
id
|
|
2042
1970
|
user
|
|
@@ -2054,7 +1982,7 @@
|
|
|
2054
1982
|
chain {
|
|
2055
1983
|
...Chain
|
|
2056
1984
|
}
|
|
2057
|
-
}`,[y,p,
|
|
1985
|
+
}`,[y,p,d,o]),Mr=e(`fragment LiquidatedActivity on LiquidatedActivity {
|
|
2058
1986
|
__typename
|
|
2059
1987
|
id
|
|
2060
1988
|
user
|
|
@@ -2079,7 +2007,7 @@
|
|
|
2079
2007
|
chain {
|
|
2080
2008
|
...Chain
|
|
2081
2009
|
}
|
|
2082
|
-
}`,[y,p,
|
|
2010
|
+
}`,[y,p,d,o]),Nr=e(`fragment UsingAsCollateralActivity on UsingAsCollateralActivity {
|
|
2083
2011
|
__typename
|
|
2084
2012
|
id
|
|
2085
2013
|
user
|
|
@@ -2095,7 +2023,7 @@
|
|
|
2095
2023
|
chain {
|
|
2096
2024
|
...Chain
|
|
2097
2025
|
}
|
|
2098
|
-
}`,[y,
|
|
2026
|
+
}`,[y,d,o]),Dr=e(`fragment UpdatedDynamicConfigActivity on UpdatedDynamicConfigActivity {
|
|
2099
2027
|
__typename
|
|
2100
2028
|
id
|
|
2101
2029
|
user
|
|
@@ -2119,7 +2047,7 @@
|
|
|
2119
2047
|
chain {
|
|
2120
2048
|
...Chain
|
|
2121
2049
|
}
|
|
2122
|
-
}`,[y,
|
|
2050
|
+
}`,[y,d,Qe,o]),Lr=e(`fragment UpdatedRiskPremiumActivity on UpdatedRiskPremiumActivity {
|
|
2123
2051
|
__typename
|
|
2124
2052
|
id
|
|
2125
2053
|
user
|
|
@@ -2134,7 +2062,7 @@
|
|
|
2134
2062
|
chain {
|
|
2135
2063
|
...Chain
|
|
2136
2064
|
}
|
|
2137
|
-
}`,[y,Qe,o]),
|
|
2065
|
+
}`,[y,Qe,o]),Gr=e(`fragment TokenSwapActivity on TokenSwapActivity {
|
|
2138
2066
|
__typename
|
|
2139
2067
|
id
|
|
2140
2068
|
user
|
|
@@ -2153,7 +2081,7 @@
|
|
|
2153
2081
|
orderClass
|
|
2154
2082
|
kind
|
|
2155
2083
|
status
|
|
2156
|
-
}`,[o,R]),
|
|
2084
|
+
}`,[o,R]),Kr=e(`fragment SupplySwapActivity on SupplySwapActivity {
|
|
2157
2085
|
__typename
|
|
2158
2086
|
id
|
|
2159
2087
|
user
|
|
@@ -2172,7 +2100,7 @@
|
|
|
2172
2100
|
orderClass
|
|
2173
2101
|
kind
|
|
2174
2102
|
status
|
|
2175
|
-
}`,[o,
|
|
2103
|
+
}`,[o,h]),Yr=e(`fragment BorrowSwapActivity on BorrowSwapActivity {
|
|
2176
2104
|
__typename
|
|
2177
2105
|
id
|
|
2178
2106
|
user
|
|
@@ -2191,7 +2119,7 @@
|
|
|
2191
2119
|
orderClass
|
|
2192
2120
|
kind
|
|
2193
2121
|
status
|
|
2194
|
-
}`,[o,
|
|
2122
|
+
}`,[o,h]),zr=e(`fragment RepayWithSupplyActivity on RepayWithSupplyActivity {
|
|
2195
2123
|
__typename
|
|
2196
2124
|
id
|
|
2197
2125
|
user
|
|
@@ -2210,7 +2138,7 @@
|
|
|
2210
2138
|
orderClass
|
|
2211
2139
|
kind
|
|
2212
2140
|
status
|
|
2213
|
-
}`,[o,
|
|
2141
|
+
}`,[o,h]),Zr=e(`fragment WithdrawSwapActivity on WithdrawSwapActivity {
|
|
2214
2142
|
__typename
|
|
2215
2143
|
id
|
|
2216
2144
|
user
|
|
@@ -2229,7 +2157,7 @@
|
|
|
2229
2157
|
orderClass
|
|
2230
2158
|
kind
|
|
2231
2159
|
status
|
|
2232
|
-
}`,[o,
|
|
2160
|
+
}`,[o,h,R]),jr=e(`fragment ActivityItem on ActivityItem {
|
|
2233
2161
|
__typename
|
|
2234
2162
|
... on BorrowActivity {
|
|
2235
2163
|
...BorrowActivity
|
|
@@ -2270,7 +2198,7 @@
|
|
|
2270
2198
|
... on WithdrawSwapActivity {
|
|
2271
2199
|
...WithdrawSwapActivity
|
|
2272
2200
|
}
|
|
2273
|
-
}`,[Mr,Nr,Dr,Lr,Gr,Kr,Yr,zr,Zr
|
|
2201
|
+
}`,[Qr,Wr,Vr,$r,Mr,Nr,Dr,Lr,Gr,Kr,Yr,zr,Zr]),Jr=e(`fragment PaginatedActivitiesResult on PaginatedActivitiesResult {
|
|
2274
2202
|
__typename
|
|
2275
2203
|
items {
|
|
2276
2204
|
...ActivityItem
|
|
@@ -2278,87 +2206,87 @@
|
|
|
2278
2206
|
pageInfo {
|
|
2279
2207
|
...PaginatedResultInfo
|
|
2280
2208
|
}
|
|
2281
|
-
}`,[
|
|
2209
|
+
}`,[jr,g]),zo=e(`query Activities($request: ActivitiesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2282
2210
|
value: activities(request: $request) {
|
|
2283
2211
|
...PaginatedActivitiesResult
|
|
2284
2212
|
}
|
|
2285
|
-
}`,[
|
|
2213
|
+
}`,[Jr]);var Xo=e(`query UserSupplies($request: UserSuppliesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2286
2214
|
value: userSupplies(request: $request) {
|
|
2287
2215
|
...UserSupplyItem
|
|
2288
2216
|
}
|
|
2289
|
-
}`,[
|
|
2217
|
+
}`,[Pe]),ep=e(`query UserBorrows($request: UserBorrowsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2290
2218
|
value: userBorrows(request: $request) {
|
|
2291
2219
|
...UserBorrowItem
|
|
2292
2220
|
}
|
|
2293
|
-
}`,[
|
|
2221
|
+
}`,[Fe]),tp=e(`query UserSummary($request: UserSummaryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2294
2222
|
value: userSummary(request: $request) {
|
|
2295
2223
|
...UserSummary
|
|
2296
2224
|
}
|
|
2297
|
-
}`,[be]),
|
|
2225
|
+
}`,[be]),rp=e(`query UserPositions($request: UserPositionsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2298
2226
|
value: userPositions(request: $request) {
|
|
2299
2227
|
...UserPosition
|
|
2300
2228
|
}
|
|
2301
|
-
}`,[
|
|
2229
|
+
}`,[K]),ap=e(`query UserPosition($request: UserPositionRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2302
2230
|
value: userPosition(request: $request) {
|
|
2303
2231
|
...UserPosition
|
|
2304
2232
|
}
|
|
2305
|
-
}`,[
|
|
2233
|
+
}`,[K]),np=e(`query UserBalances($request: UserBalancesRequest!, $currency: Currency!) {
|
|
2306
2234
|
value: userBalances(request: $request) {
|
|
2307
2235
|
...UserBalance
|
|
2308
2236
|
}
|
|
2309
|
-
}`,[
|
|
2237
|
+
}`,[Te]),op=e(`query UserSummaryHistory($request: UserSummaryHistoryRequest!, $currency: Currency!) {
|
|
2310
2238
|
value: userSummaryHistory(request: $request) {
|
|
2311
2239
|
...UserSummaryHistoryItem
|
|
2312
2240
|
}
|
|
2313
|
-
}`,[
|
|
2241
|
+
}`,[ke]),pp=e(`query UserRiskPremiumBreakdown($request: UserRiskPremiumBreakdownRequest!) {
|
|
2314
2242
|
value: userRiskPremiumBreakdown(request: $request) {
|
|
2315
2243
|
...UserRiskPremiumBreakdownItem
|
|
2316
2244
|
}
|
|
2317
|
-
}`,[Ie]);var
|
|
2245
|
+
}`,[Ie]);var mp=e(`query StableVault($request: StableVaultRequest!) {
|
|
2318
2246
|
value: stableVault(request: $request) {
|
|
2319
2247
|
...StableVault
|
|
2320
2248
|
}
|
|
2321
|
-
}`,[
|
|
2249
|
+
}`,[M]),yp=e(`query StableVaults($request: StableVaultsRequest!) {
|
|
2322
2250
|
value: stableVaults(request: $request) {
|
|
2323
2251
|
...StableVault
|
|
2324
2252
|
}
|
|
2325
|
-
}`,[
|
|
2253
|
+
}`,[M]),lp=e(`query StableVaultRateUsers($request: StableVaultRateUsersRequest!) {
|
|
2326
2254
|
value: stableVaultRateUsers(request: $request) {
|
|
2327
2255
|
...PaginatedStableVaultRateUsersResult
|
|
2328
2256
|
}
|
|
2329
|
-
}`,[Ee]),
|
|
2257
|
+
}`,[Ee]),cp=e(`query StableVaultAssignRate($request: StableVaultAssignRateRequest!) {
|
|
2330
2258
|
value: stableVaultAssignRate(request: $request) {
|
|
2331
2259
|
...TransactionRequest
|
|
2332
2260
|
}
|
|
2333
|
-
}`,[s]),
|
|
2261
|
+
}`,[s]),gp=e(`query StableVaultUnassignRate($request: StableVaultUnassignRateRequest!) {
|
|
2334
2262
|
value: stableVaultUnassignRate(request: $request) {
|
|
2335
2263
|
...TransactionRequest
|
|
2336
2264
|
}
|
|
2337
|
-
}`,[s]),
|
|
2265
|
+
}`,[s]),dp=e(`query StableVaultClaimSurplus($request: StableVaultClaimSurplusRequest!) {
|
|
2338
2266
|
value: stableVaultClaimSurplus(request: $request) {
|
|
2339
2267
|
...TransactionRequest
|
|
2340
2268
|
}
|
|
2341
|
-
}`,[s]),
|
|
2269
|
+
}`,[s]),Sp=e(`query StableVaultMovements($request: StableVaultMovementsRequest!) {
|
|
2342
2270
|
value: stableVaultMovements(request: $request) {
|
|
2343
2271
|
...PaginatedStableVaultMovementsResult
|
|
2344
2272
|
}
|
|
2345
|
-
}`,[Ce]),
|
|
2273
|
+
}`,[Ce]),Rp=e(`query StableVaultDeposit($request: StableVaultDepositRequest!) {
|
|
2346
2274
|
value: stableVaultDeposit(request: $request) {
|
|
2347
2275
|
...StableVaultDepositExecutionPlan
|
|
2348
2276
|
}
|
|
2349
|
-
}`,[Ue]),
|
|
2277
|
+
}`,[Ue]),fp=e(`query StableVaultWithdraw($request: StableVaultWithdrawRequest!) {
|
|
2350
2278
|
value: stableVaultWithdraw(request: $request) {
|
|
2351
2279
|
...StableVaultWithdrawExecutionPlan
|
|
2352
2280
|
}
|
|
2353
|
-
}`,[Oe]),
|
|
2281
|
+
}`,[Oe]),qp=e(`query StableVaultClaimStatus($request: StableVaultClaimStatusRequest!) {
|
|
2354
2282
|
value: stableVaultClaimStatus(request: $request)
|
|
2355
|
-
}`),
|
|
2283
|
+
}`),wp=e(`query StableVaultUserPositions($request: StableVaultUserPositionsRequest!) {
|
|
2356
2284
|
value: stableVaultUserPositions(request: $request) {
|
|
2357
2285
|
...StableVaultUserPosition
|
|
2358
2286
|
}
|
|
2359
|
-
}`,[ve]),
|
|
2287
|
+
}`,[ve]),xp=e(`mutation StableVaultWithdrawRedeem($request: StableVaultWithdrawRedeemRequest!) {
|
|
2360
2288
|
value: stableVaultWithdrawRedeem(request: $request) {
|
|
2361
2289
|
...StableVaultWithdrawRedeemExecutionPlan
|
|
2362
2290
|
}
|
|
2363
|
-
}`,[_e]);exports.ActivitiesQuery=Xo;exports.ActivityItemFragment=ta;exports.ActivityType=De;exports.ApyMetric=Le;exports.ApySampleFragment=Z;exports.AssetAmountWithChangeFragment=Ar;exports.AssetBorrowHistoryQuery=Xn;exports.AssetBorrowSampleFragment=hr;exports.AssetFragment=Ir;exports.AssetPriceHistoryQuery=jn;exports.AssetPriceSampleFragment=Pr;exports.AssetQuery=Zn;exports.AssetSampleBreakdownFragment=He;exports.AssetSummaryFragment=br;exports.AssetSupplyHistoryQuery=Jn;exports.AssetSupplySampleFragment=Fr;exports.BoostedRateFragment=ar;exports.BorrowActivityFragment=Mr;exports.BorrowApyHistoryQuery=no;exports.BorrowPointsFragment=Pt;exports.BorrowQuery=No;exports.BorrowSwapActivityFragment=Jr;exports.BorrowSwapFragment=Mt;exports.BorrowSwapKind=Ze;exports.BorrowSwapQuoteQuery=Bo;exports.BorrowSwapQuoteResultFragment=qe;exports.CancelSwapExecutionPlanFragment=Re;exports.CancelSwapMutation=Uo;exports.ChainFragment=o;exports.ChainQuery=Mn;exports.ChainsFilter=Ne;exports.ChainsQuery=Nn;exports.ClaimRewardsQuery=lo;exports.CollateralFactorVariationFragment=Cr;exports.CollateralMetric=Ge;exports.Currency=Ke;exports.DecimalNumberFragment=l;exports.DecimalNumberWithChangeFragment=j;exports.DomainDataFragment=$;exports.Erc20AmountFragment=p;exports.Erc20ApprovalFragment=M;exports.Erc20ApprovalRequiredFragment=_;exports.Erc20TokenFragment=u;exports.ExchangeAmountFragment=m;exports.ExchangeAmountVariationFragment=re;exports.ExchangeAmountWithChangeFragment=h;exports.ExchangeRateQuery=Gn;exports.ExecutionPlanFragment=B;exports.HasProcessedKnownTransactionQuery=Dn;exports.HealthFactorErrorFragment=lt;exports.HealthFactorResultFragment=ne;exports.HealthFactorVariationFragment=yt;exports.HealthFactorWithChangeFragment=ae;exports.HealthQuery=Ln;exports.HubAssetFragment=I;exports.HubAssetInterestRateModelPointFragment=Rr;exports.HubAssetInterestRateModelQuery=nn;exports.HubAssetSettingsFragment=dt;exports.HubAssetSummaryFragment=gt;exports.HubAssetUserStateFragment=St;exports.HubAssetsQuery=rn;exports.HubFragment=w;exports.HubQuery=en;exports.HubSpokeConfigFragment=fr;exports.HubSpokeConfigsQuery=on;exports.HubSummaryFragment=ct;exports.HubSummaryHistoryQuery=an;exports.HubSummarySampleFragment=Sr;exports.HubsQuery=tn;exports.InsufficientBalanceErrorFragment=f;exports.InsufficientLiquidityErrorFragment=b;exports.LiquidatePositionExecutionPlanFragment=vr;exports.LiquidatePositionQuery=Ko;exports.LiquidatedActivityFragment=Gr;exports.LiquidationFeeVariationFragment=Er;exports.MaxLiquidationBonusVariationFragment=Ur;exports.MerklBorrowRewardFragment=qt;exports.MerklCriteriaFragment=E;exports.MerklGenericCriteriaFragment=Rt;exports.MerklSupplyRewardFragment=wt;exports.NativeAmountFragment=mt;exports.NativeTokenFragment=J;exports.OperationType=Me;exports.OrderDirection=We;exports.PageSize=Ve;exports.PaginatedActivitiesResultFragment=ra;exports.PaginatedResultInfoFragment=d;exports.PaginatedSpokePositionManagerResultFragment=ue;exports.PaginatedSpokeUserPositionManagerResultFragment=ie;exports.PaginatedStableVaultMovementsResultFragment=Ce;exports.PaginatedStableVaultRateUsersResultFragment=Ee;exports.PaginatedUserSwapsResultFragment=fe;exports.PercentNumberChangeSnapshotFragment=Qe;exports.PercentNumberFragment=r;exports.PercentNumberVariationFragment=te;exports.PercentNumberWithChangeFragment=ee;exports.PermitTypedDataFragment=oe;exports.PointsCriteriaFragment=U;exports.PointsGenericCriteriaFragment=ft;exports.PointsProgramFragment=O;exports.PositionAmountFragment=P;exports.PositionSwapAdapterContractApprovalFragment=Jt;exports.PositionSwapApprovalFragment=tr;exports.PositionSwapByIntentApprovalsRequiredFragment=N;exports.PositionSwapPositionManagerApprovalFragment=Xt;exports.PositionSwapSetCollateralApprovalFragment=er;exports.PreContractActionRequiredFragment=Ot;exports.PreparePositionSwapQuery=Wo;exports.PreparePositionSwapResultFragment=Fe;exports.PrepareSwapCancelQuery=Eo;exports.PrepareSwapCancelResultFragment=Se;exports.PrepareSwapOrderFragment=ye;exports.PrepareTokenSwapQuery=To;exports.PrepareTokenSwapResultFragment=ge;exports.PreviewBorrowPointsFragment=Qr;exports.PreviewMerklBorrowRewardFragment=Br;exports.PreviewMerklSupplyRewardFragment=_r;exports.PreviewQuery=Jo;exports.PreviewRewardFragment=Wr;exports.PreviewRewardOutcomeFragment=Vr;exports.PreviewSupplyPointsFragment=Hr;exports.PreviewUserPositionFragment=$r;exports.ProtocolHistoryQuery=eo;exports.ProtocolHistorySampleFragment=kr;exports.QuoteAccuracy=ot;exports.RenounceSpokeUserPositionManagerQuery=Zo;exports.RepayActivityFragment=Lr;exports.RepayQuery=Lo;exports.RepayWithSupplyActivityFragment=Xr;exports.RepayWithSupplyFragment=Nt;exports.RepayWithSupplyKind=je;exports.RepayWithSupplyQuoteQuery=Ho;exports.RepayWithSupplyQuoteResultFragment=xe;exports.ReserveFragment=k;exports.ReserveHolderFragment=me;exports.ReserveHoldersFilter=Ye;exports.ReserveHoldersQuery=uo;exports.ReserveInfoFragment=c;exports.ReserveQuery=po;exports.ReserveSettingsFragment=vt;exports.ReserveStatusFragment=Ct;exports.ReserveSummaryFragment=Et;exports.ReserveUserStateFragment=Ut;exports.ReservesQuery=so;exports.ReservesRequestFilter=ze;exports.RewardFragment=pe;exports.SetSpokeUserPositionManagerQuery=Yo;exports.SetUserSuppliesAsCollateralQuery=zo;exports.SpokeConnectedHubFragment=It;exports.SpokeConnectedHubSummaryFragment=bt;exports.SpokeFragment=y;exports.SpokeLiquidationConfigFragment=ht;exports.SpokePositionManagerFragment=kt;exports.SpokePositionManagersQuery=xo;exports.SpokeQuery=wo;exports.SpokeSummaryFragment=At;exports.SpokeSummaryHistoryQuery=Fo;exports.SpokeSummarySampleFragment=Tr;exports.SpokeUserPositionManagerFragment=Tt;exports.SpokeUserPositionManagersQuery=Po;exports.SpokesQuery=qo;exports.StableVaultAssignRateQuery=Rp;exports.StableVaultClaimStatus=Je;exports.StableVaultClaimStatusQuery=Fp;exports.StableVaultClaimSurplusQuery=wp;exports.StableVaultDepositExecutionPlanFragment=Ue;exports.StableVaultDepositQuery=xp;exports.StableVaultFragment=D;exports.StableVaultMovementsQuery=qp;exports.StableVaultPendingAvailabilityFragment=dr;exports.StableVaultQuery=gp;exports.StableVaultRateUsersQuery=Sp;exports.StableVaultRatesFragment=or;exports.StableVaultSummaryFragment=nr;exports.StableVaultUnassignRateQuery=fp;exports.StableVaultUserPositionFragment=ve;exports.StableVaultUserPositionsQuery=hp;exports.StableVaultWithdrawClaimFragment=gr;exports.StableVaultWithdrawExecutionPlanFragment=Oe;exports.StableVaultWithdrawQuery=Pp;exports.StableVaultWithdrawRedeemExecutionPlanFragment=_e;exports.StableVaultWithdrawRedeemMutation=Ap;exports.StableVaultsQuery=dp;exports.SupplyActivityFragment=Nr;exports.SupplyApyHistoryQuery=oo;exports.SupplyPointsFragment=xt;exports.SupplyQuery=Do;exports.SupplySwapActivityFragment=jr;exports.SupplySwapFragment=$t;exports.SupplySwapKind=Xe;exports.SupplySwapQuoteQuery=_o;exports.SupplySwapQuoteResultFragment=we;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=Co;exports.SwapOpenFragment=Yt;exports.SwapOperationFragment=W;exports.SwapOrderClass=pt;exports.SwapPendingSignatureFragment=zt;exports.SwapQuoteCostsFragment=_t;exports.SwapQuoteFragment=H;exports.SwapReceiptFragment=le;exports.SwapStatusFilter=tt;exports.SwapStatusFragment=Y;exports.SwapStatusQuery=vo;exports.SwapTransactionRequestFragment=Vt;exports.SwapTypedDataFragment=Q;exports.SwappableTokensQuery=ko;exports.TimeWindow=$e;exports.TokenAmountFragment=R;exports.TokenCategory=rt;exports.TokenFragment=X;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=Zr;exports.TokenSwapFragment=Lt;exports.TokenSwapKind=ut;exports.TokenSwapQuoteQuery=Io;exports.TokenSwapQuoteResultFragment=ce;exports.TransactionRequestFragment=s;exports.UpdateUserPositionConditionsQuery=jo;exports.UpdatedDynamicConfigActivityFragment=Yr;exports.UpdatedRiskPremiumActivityFragment=zr;exports.UserBalanceFragment=ke;exports.UserBalancesQuery=up;exports.UserBorrowItemFragment=Ae;exports.UserBorrowsQuery=np;exports.UserClaimableRewardFragment=se;exports.UserClaimableRewardsQuery=co;exports.UserMerklClaimableRewardFragment=Ft;exports.UserPositionConditionVariationFragment=Or;exports.UserPositionConditionsUpdate=nt;exports.UserPositionFragment=z;exports.UserPositionQuery=sp;exports.UserPositionRiskPremiumFragment=rr;exports.UserPositionsQuery=pp;exports.UserRiskPremiumBreakdownItemFragment=Ie;exports.UserRiskPremiumBreakdownQuery=mp;exports.UserSummaryFragment=be;exports.UserSummaryHistoryItemFragment=Te;exports.UserSummaryHistoryQuery=ip;exports.UserSummaryQuery=op;exports.UserSuppliesQuery=ap;exports.UserSupplyItemFragment=he;exports.UserSwapsQuery=Oo;exports.UsingAsCollateralActivityFragment=Kr;exports.WithdrawActivityFragment=Dr;exports.WithdrawQuery=Go;exports.WithdrawSwapActivityFragment=ea;exports.WithdrawSwapFragment=Dt;exports.WithdrawSwapKind=et;exports.WithdrawSwapQuoteQuery=Qo;exports.WithdrawSwapQuoteResultFragment=Pe;exports.assetId=un;exports.boostedRateId=mn;exports.decodeHubId=ln;exports.decodeReserveId=dn;exports.decodeSpokeId=An;exports.decodeUserPositionId=Rn;exports.encodeHubId=yn;exports.encodeReserveId=Sn;exports.encodeSpokeId=hn;exports.encodeUserPositionId=fn;exports.graphql=e;exports.hubAssetId=cn;exports.hubId=wr;exports.isChainIdsVariant=On;exports.isERC20PermitSignature=Ra;exports.isHubInputVariant=Un;exports.isReserveInputVariant=Hn;exports.isSpokeInputVariant=Bn;exports.isTokensVariant=_n;exports.isTxHashInputVariant=Qn;exports.reserveId=gn;exports.spokeId=xr;exports.stableVaultId=xn;exports.stableVaultUserPositionId=Pn;exports.stableVaultWithdrawClaimId=Fn;exports.swapId=wn;exports.swapQuoteId=qn;exports.tokenInfoId=Tn;exports.tokenMovementId=vn;exports.userBalanceId=bn;exports.userBorrowItemId=In;exports.userPositionId=qr;exports.userSupplyItemId=kn;//# sourceMappingURL=index.cjs.map
|
|
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
|
|
2364
2292
|
//# sourceMappingURL=index.cjs.map
|