@aave/graphql 1.0.0-next.13 → 1.0.0-next.14
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 +151 -151
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -1
- package/dist/index.d.ts +17 -1
- package/dist/index.js +151 -151
- package/dist/index.js.map +1 -1
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';var gql_tada=require('gql.tada'),types=require('@aave/types');var Pe=(r=>(r.Asc="ASC",r.Desc="DESC",r))(Pe||{}),Fe=(r=>(r.Ten="TEN",r.Fifty="FIFTY",r))(Fe||{}),Ie=(
|
|
1
|
+
'use strict';var gql_tada=require('gql.tada'),types=require('@aave/types');var Pe=(r=>(r.Asc="ASC",r.Desc="DESC",r))(Pe||{}),Fe=(r=>(r.Ten="TEN",r.Fifty="FIFTY",r))(Fe||{}),Ie=(w=>(w.LastDay="LAST_DAY",w.LastWeek="LAST_WEEK",w.LastMonth="LAST_MONTH",w.LastSixMonths="LAST_SIX_MONTHS",w.LastYear="LAST_YEAR",w.All="ALL",w))(Ie||{}),Te=(l=>(l.SpokeBorrow="SPOKE_BORROW",l.SpokeRepay="SPOKE_REPAY",l.SpokeSupply="SPOKE_SUPPLY",l.SpokeWithdraw="SPOKE_WITHDRAW",l.SpokeUpdateUserRiskPremium="SPOKE_UPDATE_USER_RISK_PREMIUM",l.SpokeUpdateUserDynamicConfig="SPOKE_UPDATE_USER_DYNAMIC_CONFIG",l.SpokeSetUserUsingAsCollateral="SPOKE_SET_USER_USING_AS_COLLATERAL",l.SpokeSetUserPositionManager="SPOKE_SET_USER_POSITION_MANAGER",l.RenounceSpokeUserPositionManager="RENOUNCE_SPOKE_USER_POSITION_MANAGER",l.Liquidation="LIQUIDATION",l))(Te||{}),Ee=(a=>(a.TESTNET_ONLY="TESTNET_ONLY",a.MAINNET_ONLY="MAINNET_ONLY",a.ALL="ALL",a))(Ee||{}),ve=(a=>(a.Active="ACTIVE",a.Frozen="FROZEN",a.Paused="PAUSED",a))(ve||{}),be=(r=>(r.Balance="BALANCE",r.Name="NAME",r))(be||{}),ke=(f=>(f.Borrow="BORROW",f.Supply="SUPPLY",f.Withdraw="WITHDRAW",f.Repay="REPAY",f.Liquidated="LIQUIDATED",f.SetAsCollateral="SET_AS_COLLATERAL",f.UpdatedDynamicConfig="UPDATED_DYNAMIC_CONFIG",f.UpdatedRiskPremium="UPDATED_RISK_PREMIUM",f))(ke||{}),Ce=(a=>(a.Highest="HIGHEST",a.Lowest="LOWEST",a.Average="AVERAGE",a))(Ce||{}),Ue=(r=>(r.Highest="HIGHEST",r.Lowest="LOWEST",r))(Ue||{}),Be=(a=>(a.Usd="USD",a.Eur="EUR",a.Gbp="GBP",a))(Be||{}),Qe=(S=>(S.Supply="SUPPLY",S.Borrow="BORROW",S.Collateral="COLLATERAL",S.All="ALL",S))(Qe||{}),Oe=(r=>(r.Buy="BUY",r.Sell="SELL",r))(Oe||{}),He=(r=>(r.Current="CURRENT",r.New="NEW",r))(He||{}),_e=(r=>(r.Repay="REPAY",r.Supply="SUPPLY",r))(_e||{}),$e=(r=>(r.Current="CURRENT",r.New="NEW",r))($e||{}),Ne=(r=>(r.Withdraw="WITHDRAW",r.Buy="BUY",r))(Ne||{}),We=(P=>(P.Cancelled="CANCELLED",P.Expired="EXPIRED",P.Fulfilled="FULFILLED",P.Open="OPEN",P.PendingSignature="PENDING_SIGNATURE",P))(We||{}),De=(r=>(r.Stablecoin="STABLECOIN",r.EthCorrelated="ETH_CORRELATED",r))(De||{}),Le=(r=>(r.AllDynamicConfig="ALL_DYNAMIC_CONFIG",r.JustRiskPremium="JUST_RISK_PREMIUM",r))(Le||{});var e=gql_tada.initGraphQLTada();var k=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
|
+
}`),n=e(`fragment PercentNumber on PercentNumber {
|
|
12
12
|
__typename
|
|
13
13
|
onChainValue
|
|
14
14
|
decimals
|
|
15
15
|
value
|
|
16
16
|
normalized
|
|
17
|
-
}`),
|
|
17
|
+
}`),H=e(`fragment DecimalNumberWithChange on DecimalNumberWithChange {
|
|
18
18
|
__typename
|
|
19
19
|
current {
|
|
20
20
|
...DecimalNumber
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
change(window: $timeWindow) {
|
|
23
23
|
...PercentNumber
|
|
24
24
|
}
|
|
25
|
-
}`,[c,
|
|
25
|
+
}`,[c,n]),u=e(`fragment ExchangeAmount on ExchangeAmount {
|
|
26
26
|
__typename
|
|
27
27
|
value
|
|
28
28
|
name
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
icon
|
|
38
38
|
decimals
|
|
39
39
|
categories
|
|
40
|
-
}`),
|
|
40
|
+
}`),o=e(`fragment Chain on Chain {
|
|
41
41
|
__typename
|
|
42
42
|
name
|
|
43
43
|
icon
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
isWrappedNativeToken
|
|
65
65
|
permitSupported
|
|
66
|
-
}`,[F,
|
|
66
|
+
}`,[F,o]),Y=e(`fragment NativeToken on NativeToken {
|
|
67
67
|
__typename
|
|
68
68
|
info {
|
|
69
69
|
...TokenInfo
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
chain {
|
|
72
72
|
...Chain
|
|
73
73
|
}
|
|
74
|
-
}`,[F,
|
|
74
|
+
}`,[F,o]),p=e(`fragment Erc20Amount on Erc20Amount {
|
|
75
75
|
__typename
|
|
76
76
|
token {
|
|
77
77
|
...Erc20Token
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
exchangeRate(currency: $currency){
|
|
86
86
|
...DecimalNumber
|
|
87
87
|
}
|
|
88
|
-
}`,[y,c,u]),
|
|
88
|
+
}`,[y,c,u]),_=e(`fragment NativeAmount on NativeAmount {
|
|
89
89
|
__typename
|
|
90
90
|
token {
|
|
91
91
|
...NativeToken
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
exchangeRate(currency: $currency){
|
|
100
100
|
...DecimalNumber
|
|
101
101
|
}
|
|
102
|
-
}`,[
|
|
102
|
+
}`,[Y,c,u]),I=e(`fragment TokenAmount on TokenAmount {
|
|
103
103
|
__typename
|
|
104
104
|
... on Erc20Amount {
|
|
105
105
|
...Erc20Amount
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
... on NativeAmount {
|
|
108
108
|
...NativeAmount
|
|
109
109
|
}
|
|
110
|
-
}`,[p,
|
|
110
|
+
}`,[p,_]),z=e(`fragment Token on Token {
|
|
111
111
|
__typename
|
|
112
112
|
... on Erc20Token {
|
|
113
113
|
...Erc20Token
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
... on NativeToken {
|
|
116
116
|
...NativeToken
|
|
117
117
|
}
|
|
118
|
-
}`,[y,
|
|
118
|
+
}`,[y,Y]),R=e(`fragment ExchangeAmountWithChange on ExchangeAmountWithChange {
|
|
119
119
|
__typename
|
|
120
120
|
current {
|
|
121
121
|
...ExchangeAmount
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
change(window: $timeWindow){
|
|
124
124
|
...PercentNumber
|
|
125
125
|
}
|
|
126
|
-
}`,[u,
|
|
126
|
+
}`,[u,n]),Z=e(`fragment PercentNumberWithChange on PercentNumberWithChange {
|
|
127
127
|
__typename
|
|
128
128
|
current {
|
|
129
129
|
...PercentNumber
|
|
@@ -131,11 +131,11 @@
|
|
|
131
131
|
change(window: $timeWindow){
|
|
132
132
|
...PercentNumber
|
|
133
133
|
}
|
|
134
|
-
}`,[
|
|
134
|
+
}`,[n]),A=e(`fragment PaginatedResultInfo on PaginatedResultInfo {
|
|
135
135
|
__typename
|
|
136
136
|
prev
|
|
137
137
|
next
|
|
138
|
-
}`),
|
|
138
|
+
}`),j=e(`fragment PercentNumberVariation on PercentNumberVariation {
|
|
139
139
|
__typename
|
|
140
140
|
current {
|
|
141
141
|
...PercentNumber
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
after {
|
|
144
144
|
...PercentNumber
|
|
145
145
|
}
|
|
146
|
-
}`,[
|
|
146
|
+
}`,[n]),J=e(`fragment ExchangeAmountVariation on ExchangeAmountVariation {
|
|
147
147
|
__typename
|
|
148
148
|
current {
|
|
149
149
|
...ExchangeAmount
|
|
@@ -151,13 +151,13 @@
|
|
|
151
151
|
after {
|
|
152
152
|
...ExchangeAmount
|
|
153
153
|
}
|
|
154
|
-
}`,[u]),
|
|
154
|
+
}`,[u]),X=e(`fragment HealthFactorWithChange on HealthFactorWithChange {
|
|
155
155
|
__typename
|
|
156
156
|
current
|
|
157
157
|
change(window: $timeWindow) {
|
|
158
158
|
...PercentNumber
|
|
159
159
|
}
|
|
160
|
-
}`,[
|
|
160
|
+
}`,[n]),Ve=e(`fragment HealthFactorVariation on HealthFactorVariation {
|
|
161
161
|
__typename
|
|
162
162
|
current
|
|
163
163
|
after
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
reason
|
|
167
167
|
current
|
|
168
168
|
after
|
|
169
|
-
}`),
|
|
169
|
+
}`),ee=e(`fragment HealthFactorResult on HealthFactorResult {
|
|
170
170
|
__typename
|
|
171
171
|
... on HealthFactorVariation {
|
|
172
172
|
...HealthFactorVariation
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
... on HealthFactorError {
|
|
175
175
|
...HealthFactorError
|
|
176
176
|
}
|
|
177
|
-
}`,[Ve,Ke]),
|
|
177
|
+
}`,[Ve,Ke]),q=e(`fragment InsufficientBalanceError on InsufficientBalanceError {
|
|
178
178
|
__typename
|
|
179
179
|
required {
|
|
180
180
|
...DecimalNumber
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
utilizationRate {
|
|
200
200
|
...PercentNumber
|
|
201
201
|
}
|
|
202
|
-
}`,[u,
|
|
202
|
+
}`,[u,R,n]),T=e(`fragment Hub on Hub {
|
|
203
203
|
__typename
|
|
204
204
|
id
|
|
205
205
|
name
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
summary(currency: $currency) {
|
|
211
211
|
...HubSummary
|
|
212
212
|
}
|
|
213
|
-
}`,[
|
|
213
|
+
}`,[o,Ge]);var Ye=e(`fragment HubAssetSummary on HubAssetSummary {
|
|
214
214
|
__typename
|
|
215
215
|
supplied {
|
|
216
216
|
...Erc20Amount
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
utilizationRate {
|
|
234
234
|
...PercentNumber
|
|
235
235
|
}
|
|
236
|
-
}`,[p,
|
|
236
|
+
}`,[p,n]),ze=e(`fragment HubAssetSettings on HubAssetSettings {
|
|
237
237
|
__typename
|
|
238
238
|
feeReceiver
|
|
239
239
|
liquidityFee {
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
}
|
|
242
242
|
irStrategy
|
|
243
243
|
reinvestmentController
|
|
244
|
-
}`,[
|
|
244
|
+
}`,[n]),Ze=e(`fragment HubAssetUserState on HubAssetUserState {
|
|
245
245
|
__typename
|
|
246
246
|
balance {
|
|
247
247
|
...Erc20Amount
|
|
@@ -273,12 +273,12 @@
|
|
|
273
273
|
chain {
|
|
274
274
|
...Chain
|
|
275
275
|
}
|
|
276
|
-
}`,[
|
|
276
|
+
}`,[o]),je=e(`fragment SpokePositionManager on SpokePositionManger {
|
|
277
277
|
__typename
|
|
278
278
|
address
|
|
279
279
|
active
|
|
280
280
|
name
|
|
281
|
-
}`),
|
|
281
|
+
}`),te=e(`fragment PaginatedSpokePositionManagerResult on PaginatedSpokePositionManagerResult {
|
|
282
282
|
__typename
|
|
283
283
|
items {
|
|
284
284
|
...SpokePositionManager
|
|
@@ -286,13 +286,13 @@
|
|
|
286
286
|
pageInfo {
|
|
287
287
|
...PaginatedResultInfo
|
|
288
288
|
}
|
|
289
|
-
}`,[je,
|
|
289
|
+
}`,[je,A]),Je=e(`fragment SpokeUserPositionManager on SpokeUserPositionManager {
|
|
290
290
|
__typename
|
|
291
291
|
address
|
|
292
292
|
approvedOn
|
|
293
293
|
active
|
|
294
294
|
name
|
|
295
|
-
}`),
|
|
295
|
+
}`),re=e(`fragment PaginatedSpokeUserPositionManagerResult on PaginatedSpokeUserPositionManagerResult {
|
|
296
296
|
__typename
|
|
297
297
|
items {
|
|
298
298
|
...SpokeUserPositionManager
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
pageInfo {
|
|
301
301
|
...PaginatedResultInfo
|
|
302
302
|
}
|
|
303
|
-
}`,[Je,
|
|
303
|
+
}`,[Je,A]);var Xe=e(`fragment ReserveSettings on ReserveSettings {
|
|
304
304
|
__typename
|
|
305
305
|
collateralFactor {
|
|
306
306
|
...PercentNumber
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
collateral
|
|
319
319
|
suppliable
|
|
320
320
|
latestDynamicConfigKey
|
|
321
|
-
}`,[
|
|
321
|
+
}`,[n]),et=e(`fragment ReserveStatus on ReserveStatus {
|
|
322
322
|
__typename
|
|
323
323
|
frozen
|
|
324
324
|
paused
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
borrowApy {
|
|
338
338
|
...PercentNumber
|
|
339
339
|
}
|
|
340
|
-
}`,[p,
|
|
340
|
+
}`,[p,n]),rt=e(`fragment ReserveUserState on ReserveUserState {
|
|
341
341
|
__typename
|
|
342
342
|
balance {
|
|
343
343
|
...Erc20Amount
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
...PercentNumber
|
|
362
362
|
}
|
|
363
363
|
dynamicConfigKey
|
|
364
|
-
}`,[p,
|
|
364
|
+
}`,[p,n]),h=e(`fragment Reserve on Reserve {
|
|
365
365
|
__typename
|
|
366
366
|
id
|
|
367
367
|
onChainId
|
|
@@ -391,29 +391,29 @@
|
|
|
391
391
|
asset {
|
|
392
392
|
...HubAsset
|
|
393
393
|
}
|
|
394
|
-
}`,[i,
|
|
394
|
+
}`,[i,o,tt,Xe,et,rt,E]),g=e(`fragment ReserveInfo on ReserveInfo {
|
|
395
395
|
__typename
|
|
396
396
|
id
|
|
397
397
|
asset {
|
|
398
398
|
...HubAsset
|
|
399
399
|
}
|
|
400
|
-
}`,[E]);var
|
|
400
|
+
}`,[E]);var nt=e(`fragment TypeField on TypeField {
|
|
401
401
|
name
|
|
402
402
|
type
|
|
403
|
-
}`),
|
|
403
|
+
}`),at=e(`fragment TypeDefinition on TypeDefinition {
|
|
404
404
|
EIP712Domain {
|
|
405
405
|
...TypeField
|
|
406
406
|
}
|
|
407
407
|
Permit {
|
|
408
408
|
...TypeField
|
|
409
409
|
}
|
|
410
|
-
}`,[
|
|
410
|
+
}`,[nt]),ot=e(`fragment PermitMessageData on PermitMessageData {
|
|
411
411
|
owner
|
|
412
412
|
spender
|
|
413
413
|
value
|
|
414
414
|
nonce
|
|
415
415
|
deadline
|
|
416
|
-
}`)
|
|
416
|
+
}`),$=e(`fragment PermitTypedDataResponse on PermitTypedDataResponse {
|
|
417
417
|
__typename
|
|
418
418
|
types {
|
|
419
419
|
...TypeDefinition
|
|
@@ -425,11 +425,11 @@
|
|
|
425
425
|
message {
|
|
426
426
|
...PermitMessageData
|
|
427
427
|
}
|
|
428
|
-
}`,[
|
|
428
|
+
}`,[at,k,ot]);function Sr(t){return typeof t=="object"&&t!==null&&"deadline"in t&&"value"in t}var fr=e(`query PermitTypedData($request: PermitRequest!) {
|
|
429
429
|
value: permitTypedData(request: $request) {
|
|
430
430
|
...PermitTypedDataResponse
|
|
431
431
|
}
|
|
432
|
-
}`,[
|
|
432
|
+
}`,[$]);var m=e(`fragment TransactionRequest on TransactionRequest {
|
|
433
433
|
__typename
|
|
434
434
|
to
|
|
435
435
|
from
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
value
|
|
438
438
|
chainId
|
|
439
439
|
operations
|
|
440
|
-
}`),
|
|
440
|
+
}`),N=e(`fragment Erc20ApprovalRequired on Erc20ApprovalRequired {
|
|
441
441
|
__typename
|
|
442
442
|
transaction {
|
|
443
443
|
...TransactionRequest
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
... on InsufficientBalanceError {
|
|
476
476
|
...InsufficientBalanceError
|
|
477
477
|
}
|
|
478
|
-
}`,[m,
|
|
478
|
+
}`,[m,N,pt,q]);var st=e(`fragment Erc20Approval on Erc20Approval {
|
|
479
479
|
__typename
|
|
480
480
|
byTransaction {
|
|
481
481
|
...TransactionRequest
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
bySignature {
|
|
484
484
|
...PermitTypedDataResponse
|
|
485
485
|
}
|
|
486
|
-
}`,[m
|
|
486
|
+
}`,[m,$]),ut=e(`fragment SwapQuoteCosts on SwapQuoteCosts {
|
|
487
487
|
__typename
|
|
488
488
|
networkCosts {
|
|
489
489
|
...TokenAmount
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
finalSell {
|
|
519
519
|
...TokenAmount
|
|
520
520
|
}
|
|
521
|
-
}`,[
|
|
521
|
+
}`,[n,I,ut]),b=e(`fragment SwapTypedData on SwapTypedData {
|
|
522
522
|
__typename
|
|
523
523
|
primaryType
|
|
524
524
|
types
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
...DomainData
|
|
527
527
|
}
|
|
528
528
|
message
|
|
529
|
-
}`,[k])
|
|
529
|
+
}`,[k]),W=e(`fragment SwapByIntent on SwapByIntent {
|
|
530
530
|
__typename
|
|
531
531
|
quote {
|
|
532
532
|
...SwapQuote
|
|
@@ -547,12 +547,12 @@
|
|
|
547
547
|
quote {
|
|
548
548
|
...SwapQuote
|
|
549
549
|
}
|
|
550
|
-
}`,[C]),
|
|
550
|
+
}`,[C]),ne=e(`fragment SwapReceipt on SwapReceipt {
|
|
551
551
|
__typename
|
|
552
552
|
id
|
|
553
553
|
explorerLink
|
|
554
554
|
createdAt
|
|
555
|
-
}`),
|
|
555
|
+
}`),ae=e(`fragment TokenSwapQuoteResult on TokenSwapQuoteResult {
|
|
556
556
|
__typename
|
|
557
557
|
... on SwapByIntent {
|
|
558
558
|
...SwapByIntent
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
... on SwapByTransaction {
|
|
564
564
|
...SwapByTransaction
|
|
565
565
|
}
|
|
566
|
-
}`,[
|
|
566
|
+
}`,[W,it,mt]),oe=e(`fragment PrepareTokenSwapResult on PrepareTokenSwapResult {
|
|
567
567
|
__typename
|
|
568
568
|
... on SwapByIntent {
|
|
569
569
|
...SwapByIntent
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
... on InsufficientBalanceError {
|
|
572
572
|
...InsufficientBalanceError
|
|
573
573
|
}
|
|
574
|
-
}`,[
|
|
574
|
+
}`,[W,q]),yt=e(`fragment SwapTransactionRequest on SwapTransactionRequest {
|
|
575
575
|
__typename
|
|
576
576
|
transaction {
|
|
577
577
|
...TransactionRequest
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
orderReceipt {
|
|
580
580
|
...SwapReceipt
|
|
581
581
|
}
|
|
582
|
-
}`,[m,
|
|
582
|
+
}`,[m,ne]),pe=e(`fragment SwapExecutionPlan on SwapExecutionPlan {
|
|
583
583
|
__typename
|
|
584
584
|
... on SwapTransactionRequest {
|
|
585
585
|
...SwapTransactionRequest
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
... on InsufficientBalanceError {
|
|
591
591
|
...InsufficientBalanceError
|
|
592
592
|
}
|
|
593
|
-
}`,[yt,
|
|
593
|
+
}`,[yt,ne,q]),se=e(`fragment SwapCancelled on SwapCancelled {
|
|
594
594
|
__typename
|
|
595
595
|
createdAt
|
|
596
596
|
cancelledAt
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
amount {
|
|
609
609
|
...Erc20Amount
|
|
610
610
|
}
|
|
611
|
-
}`,[g,p]),
|
|
611
|
+
}`,[g,p]),ue=e(`fragment SwapAmount on SwapAmount {
|
|
612
612
|
__typename
|
|
613
613
|
... on PositionAmount {
|
|
614
614
|
...PositionAmount
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
... on Erc20Amount {
|
|
620
620
|
...Erc20Amount
|
|
621
621
|
}
|
|
622
|
-
}`,[lt,
|
|
622
|
+
}`,[lt,_,p]),gt=e(`fragment SwapOpen on SwapOpen {
|
|
623
623
|
__typename
|
|
624
624
|
swapId
|
|
625
625
|
createdAt
|
|
@@ -631,12 +631,12 @@
|
|
|
631
631
|
desiredBuy {
|
|
632
632
|
...SwapAmount
|
|
633
633
|
}
|
|
634
|
-
}`,[
|
|
634
|
+
}`,[ue]),dt=e(`fragment SwapPendingSignature on SwapPendingSignature {
|
|
635
635
|
__typename
|
|
636
636
|
createdAt
|
|
637
637
|
deadline
|
|
638
638
|
explorerLink
|
|
639
|
-
}`),
|
|
639
|
+
}`),St=e(`fragment SwapFulfilled on SwapFulfilled {
|
|
640
640
|
__typename
|
|
641
641
|
txHash
|
|
642
642
|
desiredSell {
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
fulfilledAt
|
|
656
656
|
explorerLink
|
|
657
657
|
refundTxHash
|
|
658
|
-
}`,[
|
|
658
|
+
}`,[ue]),D=e(`fragment SwapStatus on SwapStatus {
|
|
659
659
|
__typename
|
|
660
660
|
... on SwapOpen {
|
|
661
661
|
...SwapOpen
|
|
@@ -672,12 +672,12 @@
|
|
|
672
672
|
... on SwapFulfilled {
|
|
673
673
|
...SwapFulfilled
|
|
674
674
|
}
|
|
675
|
-
}`,[gt,
|
|
675
|
+
}`,[gt,dt,se,ct,St]),ie=e(`fragment PrepareSwapCancelResult on PrepareSwapCancelResult {
|
|
676
676
|
__typename
|
|
677
677
|
data {
|
|
678
678
|
...SwapTypedData
|
|
679
679
|
}
|
|
680
|
-
}`,[b]),
|
|
680
|
+
}`,[b]),me=e(`fragment CancelSwapExecutionPlan on CancelSwapExecutionPlan {
|
|
681
681
|
__typename
|
|
682
682
|
... on TransactionRequest {
|
|
683
683
|
...TransactionRequest
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
... on SwapCancelled {
|
|
686
686
|
...SwapCancelled
|
|
687
687
|
}
|
|
688
|
-
}`,[m,
|
|
688
|
+
}`,[m,se]),ye=e(`fragment PaginatedUserSwapsResult on PaginatedUserSwapsResult {
|
|
689
689
|
__typename
|
|
690
690
|
items {
|
|
691
691
|
...SwapStatus
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
pageInfo {
|
|
694
694
|
...PaginatedResultInfo
|
|
695
695
|
}
|
|
696
|
-
}`,[
|
|
696
|
+
}`,[D,A]),ft=e(`fragment PositionSwapAdapterContractApproval on PositionSwapAdapterContractApproval {
|
|
697
697
|
__typename
|
|
698
698
|
bySignature {
|
|
699
699
|
...SwapTypedData
|
|
@@ -722,27 +722,27 @@
|
|
|
722
722
|
approvals {
|
|
723
723
|
...PositionSwapApproval
|
|
724
724
|
}
|
|
725
|
-
}`,[C,qt]),
|
|
725
|
+
}`,[C,qt]),ce=e(`fragment SupplySwapQuoteResult on SupplySwapQuoteResult {
|
|
726
726
|
__typename
|
|
727
727
|
... on PositionSwapByIntentApprovalsRequired {
|
|
728
728
|
...PositionSwapByIntentApprovalsRequired
|
|
729
729
|
}
|
|
730
|
-
}`,[U]),
|
|
730
|
+
}`,[U]),le=e(`fragment BorrowSwapQuoteResult on BorrowSwapQuoteResult {
|
|
731
731
|
__typename
|
|
732
732
|
... on PositionSwapByIntentApprovalsRequired {
|
|
733
733
|
...PositionSwapByIntentApprovalsRequired
|
|
734
734
|
}
|
|
735
|
-
}`,[U]),
|
|
735
|
+
}`,[U]),ge=e(`fragment RepayWithSupplyQuoteResult on RepayWithSupplyQuoteResult {
|
|
736
736
|
__typename
|
|
737
737
|
... on PositionSwapByIntentApprovalsRequired {
|
|
738
738
|
...PositionSwapByIntentApprovalsRequired
|
|
739
739
|
}
|
|
740
|
-
}`,[U]),
|
|
740
|
+
}`,[U]),de=e(`fragment WithdrawSwapQuoteResult on WithdrawSwapQuoteResult {
|
|
741
741
|
__typename
|
|
742
742
|
... on PositionSwapByIntentApprovalsRequired {
|
|
743
743
|
...PositionSwapByIntentApprovalsRequired
|
|
744
744
|
}
|
|
745
|
-
}`,[U]),
|
|
745
|
+
}`,[U]),Se=e(`fragment PreparePositionSwapResult on PreparePositionSwapResult {
|
|
746
746
|
__typename
|
|
747
747
|
... on SwapByIntent {
|
|
748
748
|
...SwapByIntent
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
... on InsufficientBalanceError {
|
|
751
751
|
...InsufficientBalanceError
|
|
752
752
|
}
|
|
753
|
-
}`,[
|
|
753
|
+
}`,[W,q]);var fe=e(`fragment UserSupplyItem on UserSupplyItem {
|
|
754
754
|
__typename
|
|
755
755
|
id
|
|
756
756
|
reserve {
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
}
|
|
768
768
|
isCollateral
|
|
769
769
|
createdAt
|
|
770
|
-
}`,[p,
|
|
770
|
+
}`,[p,h]),Re=e(`fragment UserBorrowItem on UserBorrowItem {
|
|
771
771
|
__typename
|
|
772
772
|
id
|
|
773
773
|
principal {
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
...Reserve
|
|
784
784
|
}
|
|
785
785
|
createdAt
|
|
786
|
-
}`,[p,
|
|
786
|
+
}`,[p,h]),qe=e(`fragment UserSummary on UserSummary {
|
|
787
787
|
__typename
|
|
788
788
|
totalPositions
|
|
789
789
|
netBalance(currency: $currency) {
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
...ExchangeAmount
|
|
806
806
|
}
|
|
807
807
|
lowestHealthFactor
|
|
808
|
-
}`,[
|
|
808
|
+
}`,[R,u,n]),L=e(`fragment UserRiskPremiumBreakdownItem on UserRiskPremiumBreakdownItem {
|
|
809
809
|
__typename
|
|
810
810
|
token {
|
|
811
811
|
...Erc20Token
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
collateral {
|
|
820
820
|
...PercentNumber
|
|
821
821
|
}
|
|
822
|
-
}`,[y,
|
|
822
|
+
}`,[y,n]),xt=e(`fragment UserPositionRiskPremium on UserPositionRiskPremium {
|
|
823
823
|
__typename
|
|
824
824
|
current {
|
|
825
825
|
...PercentNumber
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
breakdown {
|
|
831
831
|
...UserRiskPremiumBreakdownItem
|
|
832
832
|
}
|
|
833
|
-
}`,[
|
|
833
|
+
}`,[n,L]),M=e(`fragment UserPosition on UserPosition {
|
|
834
834
|
__typename
|
|
835
835
|
id
|
|
836
836
|
spoke {
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
averageCollateralFactor {
|
|
882
882
|
...PercentNumber
|
|
883
883
|
}
|
|
884
|
-
}`,[i,
|
|
884
|
+
}`,[i,n,R,u,Z,X,xt]),xe=e(`fragment UserBalance on UserBalance {
|
|
885
885
|
__typename
|
|
886
886
|
id
|
|
887
887
|
info {
|
|
@@ -914,7 +914,7 @@
|
|
|
914
914
|
lowestCollateralFactor: collateralFactor(metric: LOWEST) {
|
|
915
915
|
...PercentNumber
|
|
916
916
|
}
|
|
917
|
-
}`,[F,c,I,u,
|
|
917
|
+
}`,[F,c,I,u,n]),Ae=e(`fragment UserSummaryHistoryItem on UserSummaryHistoryItem {
|
|
918
918
|
__typename
|
|
919
919
|
netBalance(currency: $currency) {
|
|
920
920
|
...ExchangeAmount
|
|
@@ -927,21 +927,21 @@
|
|
|
927
927
|
}
|
|
928
928
|
healthFactor
|
|
929
929
|
date
|
|
930
|
-
}`,[u]),
|
|
930
|
+
}`,[u]),V=e(`fragment ApySample on ApySample {
|
|
931
931
|
__typename
|
|
932
932
|
date
|
|
933
933
|
avgRate {
|
|
934
934
|
...PercentNumber
|
|
935
935
|
}
|
|
936
|
-
}`,[
|
|
936
|
+
}`,[n]);var Or=e(`query Hub($request: HubRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
937
937
|
value: hub(request: $request) {
|
|
938
938
|
...Hub
|
|
939
939
|
}
|
|
940
|
-
}`,[T]),
|
|
940
|
+
}`,[T]),Hr=e(`query Hubs($request: HubsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
941
941
|
value: hubs(request: $request) {
|
|
942
942
|
...Hub
|
|
943
943
|
}
|
|
944
|
-
}`,[T]),
|
|
944
|
+
}`,[T]),_r=e(`query HubAssets($request: HubAssetsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
945
945
|
value: hubAssets(request: $request) {
|
|
946
946
|
...HubAsset
|
|
947
947
|
}
|
|
@@ -960,31 +960,31 @@
|
|
|
960
960
|
utilizationRate {
|
|
961
961
|
...PercentNumber
|
|
962
962
|
}
|
|
963
|
-
}`,[u,
|
|
963
|
+
}`,[u,n]),$r=e(`query HubSummaryHistory($request: HubSummaryHistoryRequest!) {
|
|
964
964
|
value: hubSummaryHistory(request: $request) {
|
|
965
965
|
...HubSummarySample
|
|
966
966
|
}
|
|
967
|
-
}`,[At]);function
|
|
967
|
+
}`,[At]);function G(t){return new TextDecoder().decode(Uint8Array.from(atob(t),x=>x.charCodeAt(0)))}function Q(t){return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}var d="::";function Dr(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid AssetId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`AssetId must be valid base64: ${t}`),t}function wt(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid HubId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`HubId must be valid base64: ${t}`),t}function Lr(t){return wt(Q(`${t.chainId}${d}${t.address}`))}function Mr(t){let x=G(t),[r,a]=x.split(d);return {chainId:types.chainId(Number.parseInt(r,10)),address:types.evmAddress(a)}}function Vr(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid HubAssetId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`HubAssetId must be valid base64: ${t}`),t}function Kr(t){return t}function Gr(t){let x=G(t),[r,a,S]=x.split(d);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(a),onChainId:S}}function Yr(t){return Q(`${t.chainId}${d}${t.spoke}${d}${t.onChainId}`)}function ht(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid UserPositionId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserPositionId must be valid base64: ${t}`),t}function zr(t){let x=G(t),[r,a,S]=x.split(d);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(a),user:types.evmAddress(S)}}function Zr(t){return ht(Q(`${t.chainId}${d}${t.spoke}${d}${t.user}`))}function jr(t){return types.invariant(types.isValidHexString(t),`Invalid SwapId: ${t}`),t}function Jr(t){return types.invariant(types.isValidHexString(t),`Invalid SwapQuoteId: ${t}`),t}function Xr(t){return Pt(Q(`${t.chainId}${d}${t.address}`))}function Pt(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid SpokeId: ${t}`),types.invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`SpokeId must be valid base64: ${t}`),t}function en(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 tn(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 rn(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 nn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenInfoId: ${t}`),t}function pn(t){return types.isObject(t)&&"hubInput"in t&&t.hubInput!=null}function sn(t){return types.isObject(t)&&"chainIds"in t&&t.chainIds!=null}function un(t){return types.isObject(t)&&"spoke"in t&&t.spoke!=null}function mn(t){return types.isObject(t)&&"txHash"in t&&t.txHash!=null}var gn=e(`query Chain($request: ChainRequest!) {
|
|
968
968
|
value: chain(request: $request) {
|
|
969
969
|
...Chain
|
|
970
970
|
}
|
|
971
|
-
}`,[
|
|
971
|
+
}`,[o]),dn=e(`query Chains($request: ChainsRequest!) {
|
|
972
972
|
value: chains(request: $request) {
|
|
973
973
|
...Chain
|
|
974
974
|
}
|
|
975
|
-
}`,[
|
|
975
|
+
}`,[o]),Sn=e(`query HasProcessedKnownTransaction($request: HasProcessedKnownTransactionRequest!) {
|
|
976
976
|
value: hasProcessedKnownTransaction(request: $request)
|
|
977
|
-
}`),
|
|
977
|
+
}`),fn=e(`query Health {
|
|
978
978
|
value: health
|
|
979
|
-
}`),
|
|
979
|
+
}`),Rn=e(`query ExchangeRate($request: ExchangeRateRequest!) {
|
|
980
980
|
value: exchangeRate(request: $request) {
|
|
981
981
|
...ExchangeAmount
|
|
982
982
|
}
|
|
983
|
-
}`,[u]);var
|
|
983
|
+
}`,[u]);var Ft=e(`fragment AssetPriceSample on AssetPriceSample {
|
|
984
984
|
__typename
|
|
985
985
|
date
|
|
986
986
|
price
|
|
987
|
-
}`),
|
|
987
|
+
}`),It=e(`fragment AssetSupplySample on AssetSupplySample {
|
|
988
988
|
__typename
|
|
989
989
|
date
|
|
990
990
|
amount {
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
lowestApy {
|
|
997
997
|
...PercentNumber
|
|
998
998
|
}
|
|
999
|
-
}`,[c,
|
|
999
|
+
}`,[c,n]),Tt=e(`fragment AssetBorrowSample on AssetBorrowSample {
|
|
1000
1000
|
__typename
|
|
1001
1001
|
date
|
|
1002
1002
|
amount {
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
lowestApy {
|
|
1009
1009
|
...PercentNumber
|
|
1010
1010
|
}
|
|
1011
|
-
}`,[c,
|
|
1011
|
+
}`,[c,n]),Et=e(`fragment AssetAmountWithChange on AssetAmountWithChange {
|
|
1012
1012
|
__typename
|
|
1013
1013
|
amount {
|
|
1014
1014
|
...DecimalNumberWithChange
|
|
@@ -1016,7 +1016,7 @@
|
|
|
1016
1016
|
exchange(currency: $currency) {
|
|
1017
1017
|
...ExchangeAmountWithChange
|
|
1018
1018
|
}
|
|
1019
|
-
}`,[
|
|
1019
|
+
}`,[H,R]),vt=e(`fragment AssetSummary on AssetSummary {
|
|
1020
1020
|
__typename
|
|
1021
1021
|
totalSupplyCap {
|
|
1022
1022
|
...DecimalNumberWithChange
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
averageSupplyApy: supplyApy(metric: AVERAGE) {
|
|
1043
1043
|
...PercentNumber
|
|
1044
1044
|
}
|
|
1045
|
-
}`,[
|
|
1045
|
+
}`,[Et,H,n]),bt=e(`fragment Asset on Asset {
|
|
1046
1046
|
__typename
|
|
1047
1047
|
id
|
|
1048
1048
|
token {
|
|
@@ -1054,23 +1054,23 @@
|
|
|
1054
1054
|
price(currency: $currency) {
|
|
1055
1055
|
...ExchangeAmountWithChange
|
|
1056
1056
|
}
|
|
1057
|
-
}`,[y,
|
|
1057
|
+
}`,[y,vt,R]),wn=e(`query Asset($request: AssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1058
1058
|
value: asset(request: $request) {
|
|
1059
1059
|
...Asset
|
|
1060
1060
|
}
|
|
1061
|
-
}`,[
|
|
1061
|
+
}`,[bt]),hn=e(`query AssetPriceHistory($request: AssetPriceHistoryRequest!) {
|
|
1062
1062
|
value: assetPriceHistory(request: $request) {
|
|
1063
1063
|
...AssetPriceSample
|
|
1064
1064
|
}
|
|
1065
|
-
}`,[
|
|
1065
|
+
}`,[Ft]),Pn=e(`query AssetSupplyHistory($request: AssetSupplyHistoryRequest!) {
|
|
1066
1066
|
value: assetSupplyHistory(request: $request) {
|
|
1067
1067
|
...AssetSupplySample
|
|
1068
1068
|
}
|
|
1069
|
-
}`,[
|
|
1069
|
+
}`,[It]),Fn=e(`query AssetBorrowHistory($request: AssetBorrowHistoryRequest!) {
|
|
1070
1070
|
value: assetBorrowHistory(request: $request) {
|
|
1071
1071
|
...AssetBorrowSample
|
|
1072
1072
|
}
|
|
1073
|
-
}`,[
|
|
1073
|
+
}`,[Tt]),kt=e(`fragment ProtocolHistorySample on ProtocolHistorySample {
|
|
1074
1074
|
__typename
|
|
1075
1075
|
date
|
|
1076
1076
|
deposits {
|
|
@@ -1079,111 +1079,111 @@
|
|
|
1079
1079
|
borrows {
|
|
1080
1080
|
...ExchangeAmount
|
|
1081
1081
|
}
|
|
1082
|
-
}`,[u]),
|
|
1082
|
+
}`,[u]),In=e(`query ProtocolHistory($request: ProtocolHistoryRequest!) {
|
|
1083
1083
|
value: protocolHistory(request: $request) {
|
|
1084
1084
|
...ProtocolHistorySample
|
|
1085
1085
|
}
|
|
1086
|
-
}`,[
|
|
1086
|
+
}`,[kt]);var bn=e(`query BorrowApyHistory($request: BorrowApyHistoryRequest!) {
|
|
1087
1087
|
value: borrowApyHistory(request: $request) {
|
|
1088
1088
|
...ApySample
|
|
1089
1089
|
}
|
|
1090
|
-
}`,[
|
|
1090
|
+
}`,[V]),kn=e(`query SupplyApyHistory($request: SupplyApyHistoryRequest!) {
|
|
1091
1091
|
value: supplyApyHistory(request: $request) {
|
|
1092
1092
|
...ApySample
|
|
1093
1093
|
}
|
|
1094
|
-
}`,[
|
|
1094
|
+
}`,[V]),Cn=e(`query Reserve($request: ReserveRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1095
1095
|
value: reserve(request: $request) {
|
|
1096
1096
|
...Reserve
|
|
1097
1097
|
}
|
|
1098
|
-
}`,[
|
|
1098
|
+
}`,[h]),Un=e(`query Reserves($request: ReservesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1099
1099
|
value: reserves(request: $request) {
|
|
1100
1100
|
...Reserve
|
|
1101
1101
|
}
|
|
1102
|
-
}`,[
|
|
1102
|
+
}`,[h]);var Hn=e(`query Spoke($request: SpokeRequest!) {
|
|
1103
1103
|
value: spoke(request: $request) {
|
|
1104
1104
|
...Spoke
|
|
1105
1105
|
}
|
|
1106
|
-
}`,[i]),
|
|
1106
|
+
}`,[i]),_n=e(`query Spokes($request: SpokesRequest!) {
|
|
1107
1107
|
value: spokes(request: $request) {
|
|
1108
1108
|
...Spoke
|
|
1109
1109
|
}
|
|
1110
|
-
}`,[i])
|
|
1110
|
+
}`,[i]),$n=e(`query SpokePositionManagers($request: SpokePositionManagersRequest!) {
|
|
1111
1111
|
value: spokePositionManagers(request: $request) {
|
|
1112
1112
|
...PaginatedSpokePositionManagerResult
|
|
1113
1113
|
}
|
|
1114
|
-
}`,[
|
|
1114
|
+
}`,[te]),Nn=e(`query SpokeUserPositionManagers($request: SpokeUserPositionManagersRequest!) {
|
|
1115
1115
|
value: spokeUserPositionManagers(request: $request) {
|
|
1116
1116
|
...PaginatedSpokeUserPositionManagerResult
|
|
1117
1117
|
}
|
|
1118
|
-
}`,[
|
|
1118
|
+
}`,[re]);var Mn=e(`query TokenSwapQuote($request: TokenSwapQuoteRequest!, $currency: Currency!) {
|
|
1119
1119
|
value: tokenSwapQuote(request: $request) {
|
|
1120
1120
|
...TokenSwapQuoteResult
|
|
1121
1121
|
}
|
|
1122
|
-
}`,[
|
|
1122
|
+
}`,[ae]),Vn=e(`query SwappableTokens($request: SwappableTokensRequest!) {
|
|
1123
1123
|
value: swappableTokens(request: $request) {
|
|
1124
1124
|
...Token
|
|
1125
1125
|
}
|
|
1126
|
-
}`,[
|
|
1126
|
+
}`,[z]),Kn=e(`query PrepareTokenSwap($request: PrepareTokenSwapRequest!, $currency: Currency!) {
|
|
1127
1127
|
value: prepareTokenSwap(request: $request) {
|
|
1128
1128
|
...PrepareTokenSwapResult
|
|
1129
1129
|
}
|
|
1130
|
-
}`,[
|
|
1130
|
+
}`,[oe]),Gn=e(`query SwapStatus($request: SwapStatusRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1131
1131
|
value: swapStatus(request: $request) {
|
|
1132
1132
|
...SwapStatus
|
|
1133
1133
|
}
|
|
1134
|
-
}`,[
|
|
1134
|
+
}`,[D]),Yn=e(`mutation Swap($request: SwapRequest!) {
|
|
1135
1135
|
value: swap(request: $request) {
|
|
1136
1136
|
...SwapExecutionPlan
|
|
1137
1137
|
}
|
|
1138
|
-
}`,[
|
|
1138
|
+
}`,[pe]),zn=e(`query PrepareSwapCancel($request: PrepareSwapCancelRequest!) {
|
|
1139
1139
|
value: prepareSwapCancel(request: $request) {
|
|
1140
1140
|
...PrepareSwapCancelResult
|
|
1141
1141
|
}
|
|
1142
|
-
}`,[
|
|
1142
|
+
}`,[ie]),Zn=e(`mutation CancelSwap($request: CancelSwapRequest!) {
|
|
1143
1143
|
value: cancelSwap(request: $request) {
|
|
1144
1144
|
...CancelSwapExecutionPlan
|
|
1145
1145
|
}
|
|
1146
|
-
}`,[
|
|
1146
|
+
}`,[me]),jn=e(`query UserSwaps($request: UserSwapsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1147
1147
|
value: userSwaps(request: $request) {
|
|
1148
1148
|
...PaginatedUserSwapsResult
|
|
1149
1149
|
}
|
|
1150
|
-
}`,[
|
|
1150
|
+
}`,[ye]),Jn=e(`query SupplySwapQuote($request: SupplySwapQuoteRequest!, $currency: Currency!) {
|
|
1151
1151
|
value: supplySwapQuote(request: $request) {
|
|
1152
1152
|
...SupplySwapQuoteResult
|
|
1153
1153
|
}
|
|
1154
|
-
}`,[
|
|
1154
|
+
}`,[ce]),Xn=e(`query BorrowSwapQuote($request: BorrowSwapQuoteRequest!, $currency: Currency!) {
|
|
1155
1155
|
value: borrowSwapQuote(request: $request) {
|
|
1156
1156
|
...BorrowSwapQuoteResult
|
|
1157
1157
|
}
|
|
1158
|
-
}`,[
|
|
1158
|
+
}`,[le]),ea=e(`query RepayWithSupplyQuote($request: RepayWithSupplyQuoteRequest!, $currency: Currency!) {
|
|
1159
1159
|
value: repayWithSupplyQuote(request: $request) {
|
|
1160
1160
|
...RepayWithSupplyQuoteResult
|
|
1161
1161
|
}
|
|
1162
|
-
}`,[
|
|
1162
|
+
}`,[ge]),ta=e(`query WithdrawSwapQuote($request: WithdrawSwapQuoteRequest!, $currency: Currency!) {
|
|
1163
1163
|
value: withdrawSwapQuote(request: $request) {
|
|
1164
1164
|
...WithdrawSwapQuoteResult
|
|
1165
1165
|
}
|
|
1166
|
-
}`,[
|
|
1166
|
+
}`,[de]),ra=e(`query PreparePositionSwap($request: PreparePositionSwapRequest!, $currency: Currency!) {
|
|
1167
1167
|
value: preparePositionSwap(request: $request) {
|
|
1168
1168
|
...PreparePositionSwapResult
|
|
1169
1169
|
}
|
|
1170
|
-
}`,[
|
|
1170
|
+
}`,[Se]);var pa=e(`query Borrow($request: BorrowRequest!) {
|
|
1171
1171
|
value: borrow(request: $request) {
|
|
1172
1172
|
...ExecutionPlan
|
|
1173
1173
|
}
|
|
1174
|
-
}`,[v]),
|
|
1174
|
+
}`,[v]),sa=e(`query Supply($request: SupplyRequest!) {
|
|
1175
1175
|
value: supply(request: $request) {
|
|
1176
1176
|
...ExecutionPlan
|
|
1177
1177
|
}
|
|
1178
|
-
}`,[v]),
|
|
1178
|
+
}`,[v]),ua=e(`query Repay($request: RepayRequest!) {
|
|
1179
1179
|
value: repay(request: $request) {
|
|
1180
1180
|
...ExecutionPlan
|
|
1181
1181
|
}
|
|
1182
|
-
}`,[v]),
|
|
1182
|
+
}`,[v]),ia=e(`query Withdraw($request: WithdrawRequest!) {
|
|
1183
1183
|
value: withdraw(request: $request) {
|
|
1184
1184
|
...ExecutionPlan
|
|
1185
1185
|
}
|
|
1186
|
-
}`,[v]),
|
|
1186
|
+
}`,[v]),Ct=e(`fragment LiquidatePositionExecutionPlan on LiquidatePositionExecutionPlan {
|
|
1187
1187
|
__typename
|
|
1188
1188
|
... on TransactionRequest {
|
|
1189
1189
|
...TransactionRequest
|
|
@@ -1194,27 +1194,27 @@
|
|
|
1194
1194
|
... on InsufficientBalanceError {
|
|
1195
1195
|
...InsufficientBalanceError
|
|
1196
1196
|
}
|
|
1197
|
-
}`,[m,
|
|
1197
|
+
}`,[m,N,q]),ma=e(`query LiquidatePosition($request: LiquidatePositionRequest!) {
|
|
1198
1198
|
value: liquidatePosition(request: $request) {
|
|
1199
1199
|
...LiquidatePositionExecutionPlan
|
|
1200
1200
|
}
|
|
1201
|
-
}`,[
|
|
1201
|
+
}`,[Ct]),ya=e(`query SetSpokeUserPositionManager($request: SetSpokeUserPositionManagerRequest!) {
|
|
1202
1202
|
value: setSpokeUserPositionManager(request: $request) {
|
|
1203
1203
|
...TransactionRequest
|
|
1204
1204
|
}
|
|
1205
|
-
}`,[m]),
|
|
1205
|
+
}`,[m]),ca=e(`query SetUserSuppliesAsCollateral($request: SetUserSuppliesAsCollateralRequest!) {
|
|
1206
1206
|
value: setUserSuppliesAsCollateral(request: $request) {
|
|
1207
1207
|
...TransactionRequest
|
|
1208
1208
|
}
|
|
1209
|
-
}`,[m]),
|
|
1209
|
+
}`,[m]),la=e(`query RenounceSpokeUserPositionManager($request: RenounceSpokeUserPositionManagerRequest!) {
|
|
1210
1210
|
value: renounceSpokeUserPositionManager(request: $request) {
|
|
1211
1211
|
...TransactionRequest
|
|
1212
1212
|
}
|
|
1213
|
-
}`,[m]),
|
|
1213
|
+
}`,[m]),ga=e(`query UpdateUserPositionConditions($request: UpdateUserPositionConditionsRequest!) {
|
|
1214
1214
|
value: updateUserPositionConditions(request: $request) {
|
|
1215
1215
|
...TransactionRequest
|
|
1216
1216
|
}
|
|
1217
|
-
}`,[m]),
|
|
1217
|
+
}`,[m]),Ut=e(`fragment CollateralFactorVariation on CollateralFactorVariation {
|
|
1218
1218
|
__typename
|
|
1219
1219
|
reserveId
|
|
1220
1220
|
token {
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
after {
|
|
1227
1227
|
...PercentNumber
|
|
1228
1228
|
}
|
|
1229
|
-
}`,[y,
|
|
1229
|
+
}`,[y,n]),Bt=e(`fragment LiquidationFeeVariation on LiquidationFeeVariation {
|
|
1230
1230
|
__typename
|
|
1231
1231
|
reserveId
|
|
1232
1232
|
token {
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
after {
|
|
1239
1239
|
...PercentNumber
|
|
1240
1240
|
}
|
|
1241
|
-
}`,[y,
|
|
1241
|
+
}`,[y,n]),Qt=e(`fragment MaxLiquidationBonusVariation on MaxLiquidationBonusVariation {
|
|
1242
1242
|
__typename
|
|
1243
1243
|
reserveId
|
|
1244
1244
|
token {
|
|
@@ -1250,7 +1250,7 @@
|
|
|
1250
1250
|
after {
|
|
1251
1251
|
...PercentNumber
|
|
1252
1252
|
}
|
|
1253
|
-
}`,[y,
|
|
1253
|
+
}`,[y,n]),Ot=e(`fragment UserPositionConditionVariation on UserPositionConditionVariation {
|
|
1254
1254
|
__typename
|
|
1255
1255
|
... on CollateralFactorVariation {
|
|
1256
1256
|
...CollateralFactorVariation
|
|
@@ -1261,7 +1261,7 @@
|
|
|
1261
1261
|
... on MaxLiquidationBonusVariation {
|
|
1262
1262
|
...MaxLiquidationBonusVariation
|
|
1263
1263
|
}
|
|
1264
|
-
}`,[
|
|
1264
|
+
}`,[Ut,Bt,Qt]),Ht=e(`fragment PreviewUserPosition on PreviewUserPosition {
|
|
1265
1265
|
__typename
|
|
1266
1266
|
id
|
|
1267
1267
|
healthFactor {
|
|
@@ -1288,11 +1288,11 @@
|
|
|
1288
1288
|
otherConditions {
|
|
1289
1289
|
...UserPositionConditionVariation
|
|
1290
1290
|
}
|
|
1291
|
-
}`,[j,
|
|
1291
|
+
}`,[ee,j,J,Ot]),da=e(`query Preview($request: PreviewRequest!, $currency: Currency! = USD) {
|
|
1292
1292
|
value: preview(request: $request) {
|
|
1293
1293
|
...PreviewUserPosition
|
|
1294
1294
|
}
|
|
1295
|
-
}`,[
|
|
1295
|
+
}`,[Ht]),he=e(`fragment PercentNumberChangeSnapshot on PercentNumberChangeSnapshot {
|
|
1296
1296
|
__typename
|
|
1297
1297
|
before {
|
|
1298
1298
|
...PercentNumber
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
after {
|
|
1301
1301
|
...PercentNumber
|
|
1302
1302
|
}
|
|
1303
|
-
}`,[
|
|
1303
|
+
}`,[n]),_t=e(`fragment BorrowActivity on BorrowActivity {
|
|
1304
1304
|
__typename
|
|
1305
1305
|
id
|
|
1306
1306
|
user
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
chain {
|
|
1319
1319
|
...Chain
|
|
1320
1320
|
}
|
|
1321
|
-
}`,[i,p,g,
|
|
1321
|
+
}`,[i,p,g,o]),$t=e(`fragment SupplyActivity on SupplyActivity {
|
|
1322
1322
|
__typename
|
|
1323
1323
|
id
|
|
1324
1324
|
user
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
chain {
|
|
1337
1337
|
...Chain
|
|
1338
1338
|
}
|
|
1339
|
-
}`,[i,p,g,
|
|
1339
|
+
}`,[i,p,g,o]),Nt=e(`fragment WithdrawActivity on WithdrawActivity {
|
|
1340
1340
|
__typename
|
|
1341
1341
|
id
|
|
1342
1342
|
user
|
|
@@ -1354,7 +1354,7 @@
|
|
|
1354
1354
|
chain {
|
|
1355
1355
|
...Chain
|
|
1356
1356
|
}
|
|
1357
|
-
}`,[i,p,g,
|
|
1357
|
+
}`,[i,p,g,o]),Wt=e(`fragment RepayActivity on RepayActivity {
|
|
1358
1358
|
__typename
|
|
1359
1359
|
id
|
|
1360
1360
|
user
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
chain {
|
|
1373
1373
|
...Chain
|
|
1374
1374
|
}
|
|
1375
|
-
}`,[i,p,g,
|
|
1375
|
+
}`,[i,p,g,o]),Dt=e(`fragment LiquidatedActivity on LiquidatedActivity {
|
|
1376
1376
|
__typename
|
|
1377
1377
|
id
|
|
1378
1378
|
user
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
chain {
|
|
1398
1398
|
...Chain
|
|
1399
1399
|
}
|
|
1400
|
-
}`,[i,p,g,
|
|
1400
|
+
}`,[i,p,g,o]),Lt=e(`fragment UsingAsCollateralActivity on UsingAsCollateralActivity {
|
|
1401
1401
|
__typename
|
|
1402
1402
|
id
|
|
1403
1403
|
user
|
|
@@ -1413,7 +1413,7 @@
|
|
|
1413
1413
|
chain {
|
|
1414
1414
|
...Chain
|
|
1415
1415
|
}
|
|
1416
|
-
}`,[i,g,
|
|
1416
|
+
}`,[i,g,o]),Mt=e(`fragment UpdatedDynamicConfigActivity on UpdatedDynamicConfigActivity {
|
|
1417
1417
|
__typename
|
|
1418
1418
|
id
|
|
1419
1419
|
user
|
|
@@ -1437,7 +1437,7 @@
|
|
|
1437
1437
|
chain {
|
|
1438
1438
|
...Chain
|
|
1439
1439
|
}
|
|
1440
|
-
}`,[i,g,he,
|
|
1440
|
+
}`,[i,g,he,o]),Vt=e(`fragment UpdatedRiskPremiumActivity on UpdatedRiskPremiumActivity {
|
|
1441
1441
|
__typename
|
|
1442
1442
|
id
|
|
1443
1443
|
user
|
|
@@ -1452,7 +1452,7 @@
|
|
|
1452
1452
|
chain {
|
|
1453
1453
|
...Chain
|
|
1454
1454
|
}
|
|
1455
|
-
}`,[i,he,
|
|
1455
|
+
}`,[i,he,o]),Kt=e(`fragment ActivityItem on ActivityItem {
|
|
1456
1456
|
__typename
|
|
1457
1457
|
... on BorrowActivity {
|
|
1458
1458
|
...BorrowActivity
|
|
@@ -1478,7 +1478,7 @@
|
|
|
1478
1478
|
... on UpdatedRiskPremiumActivity {
|
|
1479
1479
|
...UpdatedRiskPremiumActivity
|
|
1480
1480
|
}
|
|
1481
|
-
}`,[
|
|
1481
|
+
}`,[_t,$t,Nt,Wt,Dt,Lt,Mt,Vt]),Gt=e(`fragment PaginatedActivitiesResult on PaginatedActivitiesResult {
|
|
1482
1482
|
__typename
|
|
1483
1483
|
items {
|
|
1484
1484
|
...ActivityItem
|
|
@@ -1486,41 +1486,41 @@
|
|
|
1486
1486
|
pageInfo {
|
|
1487
1487
|
...PaginatedResultInfo
|
|
1488
1488
|
}
|
|
1489
|
-
}`,[
|
|
1489
|
+
}`,[Kt,A]),Sa=e(`query Activities($request: ActivitiesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1490
1490
|
value: activities(request: $request) {
|
|
1491
1491
|
...PaginatedActivitiesResult
|
|
1492
1492
|
}
|
|
1493
|
-
}`,[
|
|
1493
|
+
}`,[Gt]);var xa=e(`query UserSupplies($request: UserSuppliesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1494
1494
|
value: userSupplies(request: $request) {
|
|
1495
1495
|
...UserSupplyItem
|
|
1496
1496
|
}
|
|
1497
|
-
}`,[
|
|
1497
|
+
}`,[fe]),Aa=e(`query UserBorrows($request: UserBorrowsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1498
1498
|
value: userBorrows(request: $request) {
|
|
1499
1499
|
...UserBorrowItem
|
|
1500
1500
|
}
|
|
1501
|
-
}`,[
|
|
1501
|
+
}`,[Re]),wa=e(`query UserSummary($request: UserSummaryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1502
1502
|
value: userSummary(request: $request) {
|
|
1503
1503
|
...UserSummary
|
|
1504
1504
|
}
|
|
1505
|
-
}`,[
|
|
1505
|
+
}`,[qe]),ha=e(`query UserPositions($request: UserPositionsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1506
1506
|
value: userPositions(request: $request) {
|
|
1507
1507
|
...UserPosition
|
|
1508
1508
|
}
|
|
1509
|
-
}`,[
|
|
1509
|
+
}`,[M]),Pa=e(`query UserPosition($request: UserPositionRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1510
1510
|
value: userPosition(request: $request) {
|
|
1511
1511
|
...UserPosition
|
|
1512
1512
|
}
|
|
1513
|
-
}`,[
|
|
1513
|
+
}`,[M]),Fa=e(`query UserBalances($request: UserBalancesRequest!, $currency: Currency!) {
|
|
1514
1514
|
value: userBalances(request: $request) {
|
|
1515
1515
|
...UserBalance
|
|
1516
1516
|
}
|
|
1517
|
-
}`,[
|
|
1517
|
+
}`,[xe]),Ia=e(`query UserSummaryHistory($request: UserSummaryHistoryRequest!, $currency: Currency!) {
|
|
1518
1518
|
value: userSummaryHistory(request: $request) {
|
|
1519
1519
|
...UserSummaryHistoryItem
|
|
1520
1520
|
}
|
|
1521
|
-
}`,[
|
|
1521
|
+
}`,[Ae]),Ta=e(`query UserRiskPremiumBreakdown($request: UserRiskPremiumBreakdownRequest!) {
|
|
1522
1522
|
value: userRiskPremiumBreakdown(request: $request) {
|
|
1523
1523
|
...UserRiskPremiumBreakdownItem
|
|
1524
1524
|
}
|
|
1525
|
-
}`,[
|
|
1525
|
+
}`,[L]);exports.ActivitiesQuery=Sa;exports.ActivityItemFragment=Kt;exports.ActivityType=ke;exports.ApyMetric=Ce;exports.ApySampleFragment=V;exports.AssetAmountWithChangeFragment=Et;exports.AssetBorrowHistoryQuery=Fn;exports.AssetBorrowSampleFragment=Tt;exports.AssetFragment=bt;exports.AssetPriceHistoryQuery=hn;exports.AssetPriceSampleFragment=Ft;exports.AssetQuery=wn;exports.AssetSummaryFragment=vt;exports.AssetSupplyHistoryQuery=Pn;exports.AssetSupplySampleFragment=It;exports.BorrowActivityFragment=_t;exports.BorrowApyHistoryQuery=bn;exports.BorrowQuery=pa;exports.BorrowSwapKind=He;exports.BorrowSwapQuoteQuery=Xn;exports.BorrowSwapQuoteResultFragment=le;exports.CancelSwapExecutionPlanFragment=me;exports.CancelSwapMutation=Zn;exports.ChainFragment=o;exports.ChainQuery=gn;exports.ChainsFilter=Ee;exports.ChainsQuery=dn;exports.CollateralFactorVariationFragment=Ut;exports.CollateralMetric=Ue;exports.Currency=Be;exports.DecimalNumberFragment=c;exports.DecimalNumberWithChangeFragment=H;exports.DomainDataFragment=k;exports.Erc20AmountFragment=p;exports.Erc20ApprovalFragment=st;exports.Erc20ApprovalRequiredFragment=N;exports.Erc20TokenFragment=y;exports.ExchangeAmountFragment=u;exports.ExchangeAmountVariationFragment=J;exports.ExchangeAmountWithChangeFragment=R;exports.ExchangeRateQuery=Rn;exports.ExecutionPlanFragment=v;exports.HasProcessedKnownTransactionQuery=Sn;exports.HealthFactorErrorFragment=Ke;exports.HealthFactorResultFragment=ee;exports.HealthFactorVariationFragment=Ve;exports.HealthFactorWithChangeFragment=X;exports.HealthQuery=fn;exports.HubAssetFragment=E;exports.HubAssetSettingsFragment=ze;exports.HubAssetStatusType=ve;exports.HubAssetSummaryFragment=Ye;exports.HubAssetUserStateFragment=Ze;exports.HubAssetsQuery=_r;exports.HubAssetsRequestOrderBy=be;exports.HubFragment=T;exports.HubQuery=Or;exports.HubSummaryFragment=Ge;exports.HubSummaryHistoryQuery=$r;exports.HubSummarySampleFragment=At;exports.HubsQuery=Hr;exports.InsufficientBalanceErrorFragment=q;exports.LiquidatePositionExecutionPlanFragment=Ct;exports.LiquidatePositionQuery=ma;exports.LiquidatedActivityFragment=Dt;exports.LiquidationFeeVariationFragment=Bt;exports.MaxLiquidationBonusVariationFragment=Qt;exports.NativeAmountFragment=_;exports.NativeTokenFragment=Y;exports.OperationType=Te;exports.OrderDirection=Pe;exports.PageSize=Fe;exports.PaginatedActivitiesResultFragment=Gt;exports.PaginatedResultInfoFragment=A;exports.PaginatedSpokePositionManagerResultFragment=te;exports.PaginatedSpokeUserPositionManagerResultFragment=re;exports.PaginatedUserSwapsResultFragment=ye;exports.PercentNumberChangeSnapshotFragment=he;exports.PercentNumberFragment=n;exports.PercentNumberVariationFragment=j;exports.PercentNumberWithChangeFragment=Z;exports.PermitMessageDataFragment=ot;exports.PermitTypedDataQuery=fr;exports.PermitTypedDataResponseFragment=$;exports.PositionAmountFragment=lt;exports.PositionSwapAdapterContractApprovalFragment=ft;exports.PositionSwapApprovalFragment=qt;exports.PositionSwapByIntentApprovalsRequiredFragment=U;exports.PositionSwapPositionManagerApprovalFragment=Rt;exports.PreContractActionRequiredFragment=pt;exports.PreparePositionSwapQuery=ra;exports.PreparePositionSwapResultFragment=Se;exports.PrepareSwapCancelQuery=zn;exports.PrepareSwapCancelResultFragment=ie;exports.PrepareTokenSwapQuery=Kn;exports.PrepareTokenSwapResultFragment=oe;exports.PreviewQuery=da;exports.PreviewUserPositionFragment=Ht;exports.ProtocolHistoryQuery=In;exports.ProtocolHistorySampleFragment=kt;exports.RenounceSpokeUserPositionManagerQuery=la;exports.RepayActivityFragment=Wt;exports.RepayQuery=ua;exports.RepayWithSupplyKind=_e;exports.RepayWithSupplyQuoteQuery=ea;exports.RepayWithSupplyQuoteResultFragment=ge;exports.ReserveFragment=h;exports.ReserveInfoFragment=g;exports.ReserveQuery=Cn;exports.ReserveSettingsFragment=Xe;exports.ReserveStatusFragment=et;exports.ReserveSummaryFragment=tt;exports.ReserveUserStateFragment=rt;exports.ReservesQuery=Un;exports.ReservesRequestFilter=Qe;exports.SetSpokeUserPositionManagerQuery=ya;exports.SetUserSuppliesAsCollateralQuery=ca;exports.SpokeFragment=i;exports.SpokePositionManagerFragment=je;exports.SpokePositionManagersQuery=$n;exports.SpokeQuery=Hn;exports.SpokeUserPositionManagerFragment=Je;exports.SpokeUserPositionManagersQuery=Nn;exports.SpokesQuery=_n;exports.SupplyActivityFragment=$t;exports.SupplyApyHistoryQuery=kn;exports.SupplyQuery=sa;exports.SupplySwapKind=$e;exports.SupplySwapQuoteQuery=Jn;exports.SupplySwapQuoteResultFragment=ce;exports.SwapAmountFragment=ue;exports.SwapByIntentFragment=W;exports.SwapByIntentWithApprovalRequiredFragment=it;exports.SwapByTransactionFragment=mt;exports.SwapCancelledFragment=se;exports.SwapExecutionPlanFragment=pe;exports.SwapExpiredFragment=ct;exports.SwapFulfilledFragment=St;exports.SwapKind=Oe;exports.SwapMutation=Yn;exports.SwapOpenFragment=gt;exports.SwapPendingSignatureFragment=dt;exports.SwapQuoteCostsFragment=ut;exports.SwapQuoteFragment=C;exports.SwapReceiptFragment=ne;exports.SwapStatusFilter=We;exports.SwapStatusFragment=D;exports.SwapStatusQuery=Gn;exports.SwapTransactionRequestFragment=yt;exports.SwapTypedDataFragment=b;exports.SwappableTokensQuery=Vn;exports.TimeWindow=Ie;exports.TokenAmountFragment=I;exports.TokenCategory=De;exports.TokenFragment=z;exports.TokenInfoFragment=F;exports.TokenSwapQuoteQuery=Mn;exports.TokenSwapQuoteResultFragment=ae;exports.TransactionRequestFragment=m;exports.TypeDefinitionFragment=at;exports.TypeFieldFragment=nt;exports.UpdateUserPositionConditionsQuery=ga;exports.UpdatedDynamicConfigActivityFragment=Mt;exports.UpdatedRiskPremiumActivityFragment=Vt;exports.UserBalanceFragment=xe;exports.UserBalancesQuery=Fa;exports.UserBorrowItemFragment=Re;exports.UserBorrowsQuery=Aa;exports.UserPositionConditionVariationFragment=Ot;exports.UserPositionConditionsUpdate=Le;exports.UserPositionFragment=M;exports.UserPositionQuery=Pa;exports.UserPositionRiskPremiumFragment=xt;exports.UserPositionsQuery=ha;exports.UserRiskPremiumBreakdownItemFragment=L;exports.UserRiskPremiumBreakdownQuery=Ta;exports.UserSummaryFragment=qe;exports.UserSummaryHistoryItemFragment=Ae;exports.UserSummaryHistoryQuery=Ia;exports.UserSummaryQuery=wa;exports.UserSuppliesQuery=xa;exports.UserSupplyItemFragment=fe;exports.UserSwapsQuery=jn;exports.UsingAsCollateralActivityFragment=Lt;exports.WithdrawActivityFragment=Nt;exports.WithdrawQuery=ia;exports.WithdrawSwapKind=Ne;exports.WithdrawSwapQuoteQuery=ta;exports.WithdrawSwapQuoteResultFragment=de;exports.assetId=Dr;exports.decodeHubId=Mr;exports.decodeReserveId=Gr;exports.decodeUserPositionId=zr;exports.encodeHubId=Lr;exports.encodeReserveId=Yr;exports.encodeSpokeId=Xr;exports.encodeUserPositionId=Zr;exports.graphql=e;exports.hubAssetId=Vr;exports.hubId=wt;exports.isChainIdsVariant=sn;exports.isERC20PermitSignature=Sr;exports.isHubInputVariant=pn;exports.isSpokeInputVariant=un;exports.isTxHashInputVariant=mn;exports.reserveId=Kr;exports.spokeId=Pt;exports.swapId=jr;exports.swapQuoteId=Jr;exports.tokenInfoId=nn;exports.userBalanceId=en;exports.userBorrowItemId=tn;exports.userPositionId=ht;exports.userSupplyItemId=rn;//# sourceMappingURL=index.cjs.map
|
|
1526
1526
|
//# sourceMappingURL=index.cjs.map
|