@aave/graphql 1.1.0 → 1.1.1
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 +183 -173
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +560 -2
- package/dist/index.d.ts +560 -2
- package/dist/index.js +183 -173
- 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 +14 -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 We=(r=>(r.Asc="ASC",r.Desc="DESC",r))(We||{}),Ve=(r=>(r.Ten="TEN",r.Fifty="FIFTY",r))(Ve||{}),Me=(
|
|
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||{}),Me=(A=>(A.LastDay="LAST_DAY",A.LastWeek="LAST_WEEK",A.LastMonth="LAST_MONTH",A.LastSixMonths="LAST_SIX_MONTHS",A.LastYear="LAST_YEAR",A.All="ALL",A))(Me||{}),$e=(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))($e||{}),Ne=(n=>(n.TESTNET_ONLY="TESTNET_ONLY",n.MAINNET_ONLY="MAINNET_ONLY",n.ALL="ALL",n))(Ne||{}),De=(g=>(g.Borrow="BORROW",g.Supply="SUPPLY",g.Withdraw="WITHDRAW",g.Repay="REPAY",g.Liquidated="LIQUIDATED",g.SetAsCollateral="SET_AS_COLLATERAL",g.UpdatedDynamicConfig="UPDATED_DYNAMIC_CONFIG",g.UpdatedRiskPremium="UPDATED_RISK_PREMIUM",g.TokenToTokenSwap="TOKEN_TO_TOKEN_SWAP",g.SupplySwap="SUPPLY_SWAP",g.BorrowSwap="BORROW_SWAP",g.RepayWithSupply="REPAY_WITH_SUPPLY",g.WithdrawSwap="WITHDRAW_SWAP",g))(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=(P=>(P.Supply="SUPPLY",P.Borrow="BORROW",P.Collateral="COLLATERAL",P.All="ALL",P))(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||{}),it=(r=>(r.Buy="BUY",r.Sell="SELL",r))(it||{});var e=gql_tada.initGraphQLTada();var M=e(`fragment DomainData on DomainData {
|
|
2
2
|
name
|
|
3
3
|
version
|
|
4
4
|
chainId
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
... on NativeToken {
|
|
115
115
|
...NativeToken
|
|
116
116
|
}
|
|
117
|
-
}`,[s,J]),
|
|
117
|
+
}`,[s,J]),F=e(`fragment ExchangeAmountWithChange on ExchangeAmountWithChange {
|
|
118
118
|
__typename
|
|
119
119
|
current {
|
|
120
120
|
...ExchangeAmount
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
utilizationRate {
|
|
202
202
|
...PercentNumber
|
|
203
203
|
}
|
|
204
|
-
}`,[m,
|
|
204
|
+
}`,[m,F,a]),h=e(`fragment Hub on Hub {
|
|
205
205
|
__typename
|
|
206
206
|
id
|
|
207
207
|
name
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
message
|
|
290
290
|
signedAmount
|
|
291
|
-
}`,[M]);function
|
|
291
|
+
}`,[M]);function ya(t){return typeof t=="object"&&t!==null&&"deadline"in t&&"value"in t}var Rt=e(`fragment MerklGenericCriteria on MerklGenericCriteria {
|
|
292
292
|
__typename
|
|
293
293
|
id
|
|
294
294
|
text
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
... on BorrowPointsReward {
|
|
387
387
|
...BorrowPoints
|
|
388
388
|
}
|
|
389
|
-
}`,[wt,qt,xt,Pt]),
|
|
389
|
+
}`,[wt,qt,xt,Pt]),Ft=e(`fragment UserMerklClaimableReward on UserMerklClaimableReward {
|
|
390
390
|
__typename
|
|
391
391
|
id
|
|
392
392
|
claimable {
|
|
@@ -400,7 +400,14 @@
|
|
|
400
400
|
... on UserMerklClaimableReward {
|
|
401
401
|
...UserMerklClaimableReward
|
|
402
402
|
}
|
|
403
|
-
}`,[
|
|
403
|
+
}`,[Ft]);var ht=e(`fragment SpokeLiquidationConfig on SpokeLiquidationConfig {
|
|
404
|
+
__typename
|
|
405
|
+
targetHealthFactor
|
|
406
|
+
healthFactorForMaxBonus
|
|
407
|
+
liquidationBonusFactor {
|
|
408
|
+
...PercentNumber
|
|
409
|
+
}
|
|
410
|
+
}`,[a]),l=e(`fragment Spoke on Spoke {
|
|
404
411
|
__typename
|
|
405
412
|
id
|
|
406
413
|
name
|
|
@@ -408,7 +415,10 @@
|
|
|
408
415
|
chain {
|
|
409
416
|
...Chain
|
|
410
417
|
}
|
|
411
|
-
|
|
418
|
+
liquidationConfig {
|
|
419
|
+
...SpokeLiquidationConfig
|
|
420
|
+
}
|
|
421
|
+
}`,[o,ht]),At=e(`fragment SpokePositionManager on SpokePositionManager {
|
|
412
422
|
__typename
|
|
413
423
|
address
|
|
414
424
|
active
|
|
@@ -421,7 +431,7 @@
|
|
|
421
431
|
pageInfo {
|
|
422
432
|
...PaginatedResultInfo
|
|
423
433
|
}
|
|
424
|
-
}`,[
|
|
434
|
+
}`,[At,d]),bt=e(`fragment SpokeUserPositionManager on SpokeUserPositionManager {
|
|
425
435
|
__typename
|
|
426
436
|
address
|
|
427
437
|
approvedOn
|
|
@@ -435,7 +445,7 @@
|
|
|
435
445
|
pageInfo {
|
|
436
446
|
...PaginatedResultInfo
|
|
437
447
|
}
|
|
438
|
-
}`,[
|
|
448
|
+
}`,[bt,d]);var It=e(`fragment ReserveSettings on ReserveSettings {
|
|
439
449
|
__typename
|
|
440
450
|
collateralFactor {
|
|
441
451
|
...PercentNumber
|
|
@@ -460,12 +470,12 @@
|
|
|
460
470
|
supplyCap {
|
|
461
471
|
...Erc20Amount
|
|
462
472
|
}
|
|
463
|
-
}`,[a,i]),
|
|
473
|
+
}`,[a,i]),Tt=e(`fragment ReserveStatus on ReserveStatus {
|
|
464
474
|
__typename
|
|
465
475
|
frozen
|
|
466
476
|
paused
|
|
467
477
|
active
|
|
468
|
-
}`),
|
|
478
|
+
}`),vt=e(`fragment ReserveSummary on ReserveSummary {
|
|
469
479
|
__typename
|
|
470
480
|
supplied {
|
|
471
481
|
...Erc20Amount
|
|
@@ -488,7 +498,7 @@
|
|
|
488
498
|
rewards {
|
|
489
499
|
...Reward
|
|
490
500
|
}
|
|
491
|
-
}`,[i,a,pe]),
|
|
501
|
+
}`,[i,a,pe]),kt=e(`fragment ReserveUserState on ReserveUserState {
|
|
492
502
|
__typename
|
|
493
503
|
balance {
|
|
494
504
|
...Erc20Amount
|
|
@@ -541,7 +551,7 @@
|
|
|
541
551
|
asset {
|
|
542
552
|
...HubAsset
|
|
543
553
|
}
|
|
544
|
-
}`,[l,o,
|
|
554
|
+
}`,[l,o,vt,It,Tt,kt,C]),me=e(`fragment ReserveHolder on ReserveHolder {
|
|
545
555
|
__typename
|
|
546
556
|
address
|
|
547
557
|
amount {
|
|
@@ -587,7 +597,7 @@
|
|
|
587
597
|
originalTransaction {
|
|
588
598
|
...TransactionRequest
|
|
589
599
|
}
|
|
590
|
-
}`,[p,$,y]),
|
|
600
|
+
}`,[p,$,y]),Ct=e(`fragment PreContractActionRequired on PreContractActionRequired {
|
|
591
601
|
__typename
|
|
592
602
|
transaction {
|
|
593
603
|
...TransactionRequest
|
|
@@ -610,7 +620,7 @@
|
|
|
610
620
|
... on InsufficientBalanceError {
|
|
611
621
|
...InsufficientBalanceError
|
|
612
622
|
}
|
|
613
|
-
}`,[p,_,
|
|
623
|
+
}`,[p,_,Ct,f]);var Et=e(`fragment SwapQuoteCosts on SwapQuoteCosts {
|
|
614
624
|
__typename
|
|
615
625
|
networkCosts {
|
|
616
626
|
...TokenAmount
|
|
@@ -649,7 +659,7 @@
|
|
|
649
659
|
finalSell {
|
|
650
660
|
...TokenAmount
|
|
651
661
|
}
|
|
652
|
-
}`,[a,R,
|
|
662
|
+
}`,[a,R,Et]),Q=e(`fragment SwapTypedData on SwapTypedData {
|
|
653
663
|
__typename
|
|
654
664
|
primaryType
|
|
655
665
|
types
|
|
@@ -663,13 +673,13 @@
|
|
|
663
673
|
data {
|
|
664
674
|
...SwapTypedData
|
|
665
675
|
}
|
|
666
|
-
}`,[Q]),
|
|
676
|
+
}`,[Q]),Ut=e(`fragment SwapByIntent on SwapByIntent {
|
|
667
677
|
__typename
|
|
668
678
|
quote {
|
|
669
679
|
...SwapQuote
|
|
670
680
|
}
|
|
671
681
|
|
|
672
|
-
}`,[H]),
|
|
682
|
+
}`,[H]),Ot=e(`fragment SwapByIntentWithApprovalRequired on SwapByIntentWithApprovalRequired {
|
|
673
683
|
__typename
|
|
674
684
|
approvals {
|
|
675
685
|
...Erc20Approval
|
|
@@ -677,12 +687,12 @@
|
|
|
677
687
|
quote {
|
|
678
688
|
...SwapQuote
|
|
679
689
|
}
|
|
680
|
-
}`,[$,H]),
|
|
690
|
+
}`,[$,H]),_t=e(`fragment SwapByTransaction on SwapByTransaction {
|
|
681
691
|
__typename
|
|
682
692
|
quote {
|
|
683
693
|
...SwapQuote
|
|
684
694
|
}
|
|
685
|
-
}`,[H]),
|
|
695
|
+
}`,[H]),Bt=e(`fragment SwapByTransactionWithApprovalRequired on SwapByTransactionWithApprovalRequired {
|
|
686
696
|
__typename
|
|
687
697
|
quote {
|
|
688
698
|
...SwapQuote
|
|
@@ -711,7 +721,7 @@
|
|
|
711
721
|
... on InsufficientLiquidityError {
|
|
712
722
|
...InsufficientLiquidityError
|
|
713
723
|
}
|
|
714
|
-
}`,[
|
|
724
|
+
}`,[Ut,Ot,_t,Bt,b]),ge=e(`fragment PrepareTokenSwapResult on PrepareTokenSwapResult {
|
|
715
725
|
__typename
|
|
716
726
|
... on PrepareSwapOrder {
|
|
717
727
|
...PrepareSwapOrder
|
|
@@ -719,7 +729,7 @@
|
|
|
719
729
|
... on InsufficientBalanceError {
|
|
720
730
|
...InsufficientBalanceError
|
|
721
731
|
}
|
|
722
|
-
}`,[le,f]),
|
|
732
|
+
}`,[le,f]),Ht=e(`fragment SwapTransactionRequest on SwapTransactionRequest {
|
|
723
733
|
__typename
|
|
724
734
|
transaction {
|
|
725
735
|
...TransactionRequest
|
|
@@ -738,7 +748,7 @@
|
|
|
738
748
|
... on InsufficientBalanceError {
|
|
739
749
|
...InsufficientBalanceError
|
|
740
750
|
}
|
|
741
|
-
}`,[
|
|
751
|
+
}`,[Ht,ye,f]),x=e(`fragment PositionAmount on PositionAmount {
|
|
742
752
|
__typename
|
|
743
753
|
reserve {
|
|
744
754
|
...ReserveInfo
|
|
@@ -746,7 +756,7 @@
|
|
|
746
756
|
amount {
|
|
747
757
|
...Erc20Amount
|
|
748
758
|
}
|
|
749
|
-
}`,[c,i]),
|
|
759
|
+
}`,[c,i]),Qt=e(`fragment SupplySwap on SupplySwap {
|
|
750
760
|
__typename
|
|
751
761
|
sell {
|
|
752
762
|
...PositionAmount
|
|
@@ -756,7 +766,7 @@
|
|
|
756
766
|
}
|
|
757
767
|
kind
|
|
758
768
|
orderClass
|
|
759
|
-
}`,[x]),
|
|
769
|
+
}`,[x]),Wt=e(`fragment BorrowSwap on BorrowSwap {
|
|
760
770
|
__typename
|
|
761
771
|
sell {
|
|
762
772
|
...PositionAmount
|
|
@@ -766,7 +776,7 @@
|
|
|
766
776
|
}
|
|
767
777
|
kind
|
|
768
778
|
orderClass
|
|
769
|
-
}`,[x]),
|
|
779
|
+
}`,[x]),Vt=e(`fragment RepayWithSupply on RepayWithSupply {
|
|
770
780
|
__typename
|
|
771
781
|
repay {
|
|
772
782
|
...PositionAmount
|
|
@@ -776,7 +786,7 @@
|
|
|
776
786
|
}
|
|
777
787
|
kind
|
|
778
788
|
orderClass
|
|
779
|
-
}`,[x]),
|
|
789
|
+
}`,[x]),Mt=e(`fragment WithdrawSwap on WithdrawSwap {
|
|
780
790
|
__typename
|
|
781
791
|
withdraw {
|
|
782
792
|
...PositionAmount
|
|
@@ -786,7 +796,7 @@
|
|
|
786
796
|
}
|
|
787
797
|
kind
|
|
788
798
|
orderClass
|
|
789
|
-
}`,[x,R])
|
|
799
|
+
}`,[x,R]),$t=e(`fragment TokenSwap on TokenSwap {
|
|
790
800
|
__typename
|
|
791
801
|
sell {
|
|
792
802
|
...TokenAmount
|
|
@@ -813,7 +823,7 @@
|
|
|
813
823
|
... on TokenSwap {
|
|
814
824
|
...TokenSwap
|
|
815
825
|
}
|
|
816
|
-
}`,[
|
|
826
|
+
}`,[Qt,Wt,Vt,Mt,$t]),Nt=e(`fragment SwapCancelled on SwapCancelled {
|
|
817
827
|
__typename
|
|
818
828
|
swapId
|
|
819
829
|
createdAt
|
|
@@ -822,7 +832,7 @@
|
|
|
822
832
|
operation {
|
|
823
833
|
...SwapOperation
|
|
824
834
|
}
|
|
825
|
-
}`,[W]),
|
|
835
|
+
}`,[W]),Dt=e(`fragment SwapExpired on SwapExpired {
|
|
826
836
|
__typename
|
|
827
837
|
swapId
|
|
828
838
|
createdAt
|
|
@@ -831,7 +841,7 @@
|
|
|
831
841
|
operation {
|
|
832
842
|
...SwapOperation
|
|
833
843
|
}
|
|
834
|
-
}`,[W]),
|
|
844
|
+
}`,[W]),Lt=e(`fragment SwapOpen on SwapOpen {
|
|
835
845
|
__typename
|
|
836
846
|
swapId
|
|
837
847
|
createdAt
|
|
@@ -840,7 +850,7 @@
|
|
|
840
850
|
operation {
|
|
841
851
|
...SwapOperation
|
|
842
852
|
}
|
|
843
|
-
}`,[W]),
|
|
853
|
+
}`,[W]),Gt=e(`fragment SwapPendingSignature on SwapPendingSignature {
|
|
844
854
|
__typename
|
|
845
855
|
swapId
|
|
846
856
|
createdAt
|
|
@@ -849,7 +859,7 @@
|
|
|
849
859
|
operation {
|
|
850
860
|
...SwapOperation
|
|
851
861
|
}
|
|
852
|
-
}`,[W]),
|
|
862
|
+
}`,[W]),Kt=e(`fragment SwapFulfilled on SwapFulfilled {
|
|
853
863
|
__typename
|
|
854
864
|
swapId
|
|
855
865
|
txHash
|
|
@@ -877,12 +887,12 @@
|
|
|
877
887
|
... on SwapFulfilled {
|
|
878
888
|
...SwapFulfilled
|
|
879
889
|
}
|
|
880
|
-
}`,[
|
|
890
|
+
}`,[Lt,Gt,Nt,Dt,Kt]),Se=e(`fragment PrepareSwapCancelResult on PrepareSwapCancelResult {
|
|
881
891
|
__typename
|
|
882
892
|
data {
|
|
883
893
|
...SwapTypedData
|
|
884
894
|
}
|
|
885
|
-
}`,[Q]),
|
|
895
|
+
}`,[Q]),Yt=e(`fragment SwapCancelledResult on SwapCancelledResult {
|
|
886
896
|
__typename
|
|
887
897
|
swapId
|
|
888
898
|
createdAt
|
|
@@ -896,7 +906,7 @@
|
|
|
896
906
|
... on SwapCancelledResult {
|
|
897
907
|
...SwapCancelledResult
|
|
898
908
|
}
|
|
899
|
-
}`,[p,
|
|
909
|
+
}`,[p,Yt]),fe=e(`fragment PaginatedUserSwapsResult on PaginatedUserSwapsResult {
|
|
900
910
|
__typename
|
|
901
911
|
items {
|
|
902
912
|
...SwapStatus
|
|
@@ -904,12 +914,12 @@
|
|
|
904
914
|
pageInfo {
|
|
905
915
|
...PaginatedResultInfo
|
|
906
916
|
}
|
|
907
|
-
}`,[Y,d]),
|
|
917
|
+
}`,[Y,d]),zt=e(`fragment PositionSwapAdapterContractApproval on PositionSwapAdapterContractApproval {
|
|
908
918
|
__typename
|
|
909
919
|
bySignature {
|
|
910
920
|
...SwapTypedData
|
|
911
921
|
}
|
|
912
|
-
}`,[Q]),
|
|
922
|
+
}`,[Q]),Zt=e(`fragment PositionSwapPositionManagerApproval on PositionSwapPositionManagerApproval {
|
|
913
923
|
__typename
|
|
914
924
|
byTransaction {
|
|
915
925
|
...TransactionRequest
|
|
@@ -917,12 +927,12 @@
|
|
|
917
927
|
bySignature {
|
|
918
928
|
...SwapTypedData
|
|
919
929
|
}
|
|
920
|
-
}`,[p,Q]),
|
|
930
|
+
}`,[p,Q]),jt=e(`fragment PositionSwapSetCollateralApproval on PositionSwapSetCollateralApproval {
|
|
921
931
|
__typename
|
|
922
932
|
bySignature {
|
|
923
933
|
...SwapTypedData
|
|
924
934
|
}
|
|
925
|
-
}`,[Q]),
|
|
935
|
+
}`,[Q]),Jt=e(`fragment PositionSwapApproval on PositionSwapApproval {
|
|
926
936
|
__typename
|
|
927
937
|
... on PositionSwapAdapterContractApproval {
|
|
928
938
|
...PositionSwapAdapterContractApproval
|
|
@@ -933,7 +943,7 @@
|
|
|
933
943
|
... on PositionSwapSetCollateralApproval {
|
|
934
944
|
...PositionSwapSetCollateralApproval
|
|
935
945
|
}
|
|
936
|
-
}`,[
|
|
946
|
+
}`,[zt,Zt,jt]),N=e(`fragment PositionSwapByIntentApprovalsRequired on PositionSwapByIntentApprovalsRequired {
|
|
937
947
|
__typename
|
|
938
948
|
quote {
|
|
939
949
|
...SwapQuote
|
|
@@ -941,7 +951,7 @@
|
|
|
941
951
|
approvals {
|
|
942
952
|
...PositionSwapApproval
|
|
943
953
|
}
|
|
944
|
-
}`,[H,
|
|
954
|
+
}`,[H,Jt]),we=e(`fragment SupplySwapQuoteResult on SupplySwapQuoteResult {
|
|
945
955
|
__typename
|
|
946
956
|
... on PositionSwapByIntentApprovalsRequired {
|
|
947
957
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -973,7 +983,7 @@
|
|
|
973
983
|
... on InsufficientLiquidityError {
|
|
974
984
|
...InsufficientLiquidityError
|
|
975
985
|
}
|
|
976
|
-
}`,[N,b]),
|
|
986
|
+
}`,[N,b]),Fe=e(`fragment PreparePositionSwapResult on PreparePositionSwapResult {
|
|
977
987
|
__typename
|
|
978
988
|
... on PrepareSwapOrder {
|
|
979
989
|
...PrepareSwapOrder
|
|
@@ -1001,7 +1011,7 @@
|
|
|
1001
1011
|
}
|
|
1002
1012
|
isCollateral
|
|
1003
1013
|
createdAt
|
|
1004
|
-
}`,[i,I]),
|
|
1014
|
+
}`,[i,I]),Ae=e(`fragment UserBorrowItem on UserBorrowItem {
|
|
1005
1015
|
__typename
|
|
1006
1016
|
id
|
|
1007
1017
|
principal {
|
|
@@ -1039,7 +1049,7 @@
|
|
|
1039
1049
|
...ExchangeAmount
|
|
1040
1050
|
}
|
|
1041
1051
|
lowestHealthFactor
|
|
1042
|
-
}`,[
|
|
1052
|
+
}`,[F,m,a]),Ie=e(`fragment UserRiskPremiumBreakdownItem on UserRiskPremiumBreakdownItem {
|
|
1043
1053
|
__typename
|
|
1044
1054
|
token {
|
|
1045
1055
|
...Erc20Token
|
|
@@ -1053,7 +1063,7 @@
|
|
|
1053
1063
|
collateral {
|
|
1054
1064
|
...PercentNumber
|
|
1055
1065
|
}
|
|
1056
|
-
}`,[s,a]),
|
|
1066
|
+
}`,[s,a]),Xt=e(`fragment UserPositionRiskPremium on UserPositionRiskPremium {
|
|
1057
1067
|
__typename
|
|
1058
1068
|
current {
|
|
1059
1069
|
...PercentNumber
|
|
@@ -1118,7 +1128,7 @@
|
|
|
1118
1128
|
averageCollateralFactor {
|
|
1119
1129
|
...PercentNumber
|
|
1120
1130
|
}
|
|
1121
|
-
}`,[l,a,
|
|
1131
|
+
}`,[l,a,F,m,ee,ae,Xt]),Te=e(`fragment UserBalance on UserBalance {
|
|
1122
1132
|
__typename
|
|
1123
1133
|
id
|
|
1124
1134
|
info {
|
|
@@ -1170,7 +1180,7 @@
|
|
|
1170
1180
|
avgRate {
|
|
1171
1181
|
...PercentNumber
|
|
1172
1182
|
}
|
|
1173
|
-
}`,[a]);var
|
|
1183
|
+
}`,[a]);var er=e(`fragment BoostedRate on BoostedRate {
|
|
1174
1184
|
__typename
|
|
1175
1185
|
id
|
|
1176
1186
|
name
|
|
@@ -1178,12 +1188,12 @@
|
|
|
1178
1188
|
apy {
|
|
1179
1189
|
...PercentNumber
|
|
1180
1190
|
}
|
|
1181
|
-
}`,[a]),
|
|
1191
|
+
}`,[a]),tr=e(`fragment StableVaultSummary on StableVaultSummary {
|
|
1182
1192
|
__typename
|
|
1183
1193
|
shares
|
|
1184
1194
|
userCount
|
|
1185
1195
|
totalDeposits
|
|
1186
|
-
}`),
|
|
1196
|
+
}`),rr=e(`fragment StableVaultRates on StableVaultRates {
|
|
1187
1197
|
__typename
|
|
1188
1198
|
baseRate {
|
|
1189
1199
|
...PercentNumber
|
|
@@ -1192,7 +1202,7 @@
|
|
|
1192
1202
|
boostedRates {
|
|
1193
1203
|
...BoostedRate
|
|
1194
1204
|
}
|
|
1195
|
-
}`,[a,
|
|
1205
|
+
}`,[a,er]),D=e(`fragment StableVault on StableVault {
|
|
1196
1206
|
__typename
|
|
1197
1207
|
id
|
|
1198
1208
|
name
|
|
@@ -1207,7 +1217,7 @@
|
|
|
1207
1217
|
rates {
|
|
1208
1218
|
...StableVaultRates
|
|
1209
1219
|
}
|
|
1210
|
-
}`,[o,
|
|
1220
|
+
}`,[o,tr,rr]),ke=e(`fragment StableVaultUserPosition on StableVaultUserPosition {
|
|
1211
1221
|
__typename
|
|
1212
1222
|
id
|
|
1213
1223
|
vault {
|
|
@@ -1230,13 +1240,13 @@
|
|
|
1230
1240
|
...PercentNumber
|
|
1231
1241
|
}
|
|
1232
1242
|
boostedRateId
|
|
1233
|
-
}`,[D,y,a]),
|
|
1243
|
+
}`,[D,y,a]),ar=e(`fragment TokenMovementAllocate on TokenMovementAllocate {
|
|
1234
1244
|
__typename
|
|
1235
1245
|
token {
|
|
1236
1246
|
...Erc20Token
|
|
1237
1247
|
}
|
|
1238
1248
|
amount
|
|
1239
|
-
}`,[s]),
|
|
1249
|
+
}`,[s]),nr=e(`fragment TokenMovementBridgeIn on TokenMovementBridgeIn {
|
|
1240
1250
|
__typename
|
|
1241
1251
|
fromToken {
|
|
1242
1252
|
...Erc20Token
|
|
@@ -1245,7 +1255,7 @@
|
|
|
1245
1255
|
...Erc20Token
|
|
1246
1256
|
}
|
|
1247
1257
|
amount
|
|
1248
|
-
}`,[s]),
|
|
1258
|
+
}`,[s]),or=e(`fragment TokenMovementBridgeOut on TokenMovementBridgeOut {
|
|
1249
1259
|
__typename
|
|
1250
1260
|
fromToken {
|
|
1251
1261
|
...Erc20Token
|
|
@@ -1254,19 +1264,19 @@
|
|
|
1254
1264
|
...Erc20Token
|
|
1255
1265
|
}
|
|
1256
1266
|
amount
|
|
1257
|
-
}`,[s]),
|
|
1267
|
+
}`,[s]),pr=e(`fragment TokenMovementDeallocate on TokenMovementDeallocate {
|
|
1258
1268
|
__typename
|
|
1259
1269
|
token {
|
|
1260
1270
|
...Erc20Token
|
|
1261
1271
|
}
|
|
1262
1272
|
amount
|
|
1263
|
-
}`,[s]),
|
|
1273
|
+
}`,[s]),sr=e(`fragment TokenMovementRebalance on TokenMovementRebalance {
|
|
1264
1274
|
__typename
|
|
1265
1275
|
token {
|
|
1266
1276
|
...Erc20Token
|
|
1267
1277
|
}
|
|
1268
1278
|
amount
|
|
1269
|
-
}`,[s]),
|
|
1279
|
+
}`,[s]),ir=e(`fragment TokenMovementSwap on TokenMovementSwap {
|
|
1270
1280
|
__typename
|
|
1271
1281
|
fromToken {
|
|
1272
1282
|
...Erc20Token
|
|
@@ -1276,7 +1286,7 @@
|
|
|
1276
1286
|
...Erc20Token
|
|
1277
1287
|
}
|
|
1278
1288
|
toAmount
|
|
1279
|
-
}`,[s]),
|
|
1289
|
+
}`,[s]),ur=e(`fragment TokenMovement on TokenMovement {
|
|
1280
1290
|
__typename
|
|
1281
1291
|
... on TokenMovementAllocate {
|
|
1282
1292
|
...TokenMovementAllocate
|
|
@@ -1296,7 +1306,7 @@
|
|
|
1296
1306
|
... on TokenMovementRebalance {
|
|
1297
1307
|
...TokenMovementRebalance
|
|
1298
1308
|
}
|
|
1299
|
-
}`,[
|
|
1309
|
+
}`,[ar,nr,or,pr,ir,sr]),mr=e(`fragment TokenMovementRecord on TokenMovementRecord {
|
|
1300
1310
|
__typename
|
|
1301
1311
|
id
|
|
1302
1312
|
type {
|
|
@@ -1305,7 +1315,7 @@
|
|
|
1305
1315
|
status
|
|
1306
1316
|
timestamp
|
|
1307
1317
|
txHash
|
|
1308
|
-
}`,[
|
|
1318
|
+
}`,[ur]),Ce=e(`fragment PaginatedStableVaultMovementsResult on PaginatedStableVaultMovementsResult {
|
|
1309
1319
|
__typename
|
|
1310
1320
|
items {
|
|
1311
1321
|
...TokenMovementRecord
|
|
@@ -1313,20 +1323,20 @@
|
|
|
1313
1323
|
pageInfo {
|
|
1314
1324
|
...PaginatedResultInfo
|
|
1315
1325
|
}
|
|
1316
|
-
}`,[
|
|
1326
|
+
}`,[mr,d]),Ee=e(`fragment PaginatedStableVaultRateUsersResult on PaginatedStableVaultRateUsersResult {
|
|
1317
1327
|
__typename
|
|
1318
1328
|
items
|
|
1319
1329
|
pageInfo {
|
|
1320
1330
|
...PaginatedResultInfo
|
|
1321
1331
|
}
|
|
1322
|
-
}`,[d]),
|
|
1332
|
+
}`,[d]),lr=e(`fragment StableVaultWithdrawClaim on StableVaultWithdrawClaim {
|
|
1323
1333
|
__typename
|
|
1324
1334
|
claimId
|
|
1325
1335
|
transaction {
|
|
1326
1336
|
...TransactionRequest
|
|
1327
1337
|
}
|
|
1328
1338
|
executableAfter
|
|
1329
|
-
}`,[p]),
|
|
1339
|
+
}`,[p]),yr=e(`fragment StableVaultPendingAvailability on StableVaultPendingAvailability {
|
|
1330
1340
|
__typename
|
|
1331
1341
|
executableAfter
|
|
1332
1342
|
}`),Ue=e(`fragment StableVaultDepositExecutionPlan on StableVaultDepositExecutionPlan {
|
|
@@ -1348,7 +1358,7 @@
|
|
|
1348
1358
|
... on StableVaultWithdrawClaim {
|
|
1349
1359
|
...StableVaultWithdrawClaim
|
|
1350
1360
|
}
|
|
1351
|
-
}`,[p,
|
|
1361
|
+
}`,[p,lr]),_e=e(`fragment StableVaultWithdrawRedeemExecutionPlan on StableVaultWithdrawRedeemExecutionPlan {
|
|
1352
1362
|
__typename
|
|
1353
1363
|
... on TransactionRequest {
|
|
1354
1364
|
...TransactionRequest
|
|
@@ -1356,19 +1366,19 @@
|
|
|
1356
1366
|
... on StableVaultPendingAvailability {
|
|
1357
1367
|
...StableVaultPendingAvailability
|
|
1358
1368
|
}
|
|
1359
|
-
}`,[p,
|
|
1369
|
+
}`,[p,yr]);var Ka=e(`query Hub($request: HubRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1360
1370
|
value: hub(request: $request) {
|
|
1361
1371
|
...Hub
|
|
1362
1372
|
}
|
|
1363
|
-
}`,[h]),
|
|
1373
|
+
}`,[h]),Ya=e(`query Hubs($request: HubsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1364
1374
|
value: hubs(request: $request) {
|
|
1365
1375
|
...Hub
|
|
1366
1376
|
}
|
|
1367
|
-
}`,[h]),
|
|
1377
|
+
}`,[h]),za=e(`query HubAssets($request: HubAssetsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1368
1378
|
value: hubAssets(request: $request) {
|
|
1369
1379
|
...HubAsset
|
|
1370
1380
|
}
|
|
1371
|
-
}`,[C]),
|
|
1381
|
+
}`,[C]),cr=e(`fragment HubSummarySample on HubSummarySample {
|
|
1372
1382
|
__typename
|
|
1373
1383
|
date
|
|
1374
1384
|
deposits {
|
|
@@ -1383,11 +1393,11 @@
|
|
|
1383
1393
|
utilizationRate {
|
|
1384
1394
|
...PercentNumber
|
|
1385
1395
|
}
|
|
1386
|
-
}`,[m,a]),
|
|
1396
|
+
}`,[m,a]),Za=e(`query HubSummaryHistory($request: HubSummaryHistoryRequest!) {
|
|
1387
1397
|
value: hubSummaryHistory(request: $request) {
|
|
1388
1398
|
...HubSummarySample
|
|
1389
1399
|
}
|
|
1390
|
-
}`,[
|
|
1400
|
+
}`,[cr]),gr=e(`fragment HubAssetInterestRateModelPoint on HubAssetInterestRateModelPoint {
|
|
1391
1401
|
__typename
|
|
1392
1402
|
utilizationRate {
|
|
1393
1403
|
...PercentNumber
|
|
@@ -1401,29 +1411,29 @@
|
|
|
1401
1411
|
liquidityDistance {
|
|
1402
1412
|
...Erc20Amount
|
|
1403
1413
|
}
|
|
1404
|
-
}`,[a,i]),
|
|
1414
|
+
}`,[a,i]),ja=e(`query HubAssetInterestRateModel($request: HubAssetInterestRateModelRequest!, $currency: Currency!) {
|
|
1405
1415
|
value: hubAssetInterestRateModel(request: $request) {
|
|
1406
1416
|
points {
|
|
1407
1417
|
...HubAssetInterestRateModelPoint
|
|
1408
1418
|
}
|
|
1409
1419
|
}
|
|
1410
|
-
}`,[
|
|
1420
|
+
}`,[gr]);function G(t){return new TextDecoder().decode(Uint8Array.from(atob(t),q=>q.charCodeAt(0)))}function K(t){return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}var w="::";function en(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 tn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid BoostedRateId: ${t}`),t}function dr(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 rn(t){return dr(K(`${t.chainId}${w}${t.address}`))}function an(t){let q=G(t),[r,n]=q.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),address:types.evmAddress(n)}}function nn(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 on(t){return t}function pn(t){let q=G(t),[r,n,P]=q.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(n),onChainId:P}}function sn(t){return K(`${t.chainId}${w}${t.spoke}${w}${t.onChainId}`)}function Sr(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 un(t){let q=G(t),[r,n,P]=q.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),spoke:types.evmAddress(n),user:types.evmAddress(P)}}function mn(t){return Sr(K(`${t.chainId}${w}${t.spoke}${w}${t.user}`))}function ln(t){return types.invariant(types.isValidHexString(t),`Invalid SwapId: ${t}`),t}function yn(t){return types.invariant(types.isValidHexString(t),`Invalid SwapQuoteId: ${t}`),t}function cn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultId: ${t}`),t}function gn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultUserPositionId: ${t}`),t}function dn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultWithdrawClaimId: ${t}`),t}function Sn(t){return Rr(K(`${t.chainId}${w}${t.address}`))}function Rn(t){let q=G(t),[r,n]=q.split(w);return {chainId:types.chainId(Number.parseInt(r,10)),address:types.evmAddress(n)}}function Rr(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 fn(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 wn(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 qn(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 xn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenInfoId: ${t}`),t}function Pn(t){return types.invariant(typeof t=="string"&&t.length>0,`Invalid TokenMovementId: ${t}`),t}function An(t){return types.isObject(t)&&"hubInput"in t&&t.hubInput!=null}function bn(t){return types.isObject(t)&&"chainIds"in t&&t.chainIds!=null}function In(t){return types.isObject(t)&&"tokens"in t&&t.tokens!=null}function Tn(t){return types.isObject(t)&&"spoke"in t&&t.spoke!=null}function vn(t){return types.isObject(t)&&"reserveInput"in t&&t.reserveInput!=null}function kn(t){return types.isObject(t)&&"txHash"in t&&t.txHash!=null}var On=e(`query Chain($request: ChainRequest!) {
|
|
1411
1421
|
value: chain(request: $request) {
|
|
1412
1422
|
...Chain
|
|
1413
1423
|
}
|
|
1414
|
-
}`,[o]),
|
|
1424
|
+
}`,[o]),_n=e(`query Chains($request: ChainsRequest!) {
|
|
1415
1425
|
value: chains(request: $request) {
|
|
1416
1426
|
...Chain
|
|
1417
1427
|
}
|
|
1418
|
-
}`,[o]),
|
|
1428
|
+
}`,[o]),Bn=e(`query HasProcessedKnownTransaction($request: HasProcessedKnownTransactionRequest!) {
|
|
1419
1429
|
value: hasProcessedKnownTransaction(request: $request)
|
|
1420
|
-
}`),
|
|
1430
|
+
}`),Hn=e(`query Health {
|
|
1421
1431
|
value: health
|
|
1422
|
-
}`),
|
|
1432
|
+
}`),Qn=e(`query ExchangeRate($request: ExchangeRateRequest!) {
|
|
1423
1433
|
value: exchangeRate(request: $request) {
|
|
1424
1434
|
...ExchangeAmount
|
|
1425
1435
|
}
|
|
1426
|
-
}`,[m]);var
|
|
1436
|
+
}`,[m]);var fr=e(`fragment AssetPriceSample on AssetPriceSample {
|
|
1427
1437
|
__typename
|
|
1428
1438
|
date
|
|
1429
1439
|
price
|
|
@@ -1438,7 +1448,7 @@
|
|
|
1438
1448
|
hub {
|
|
1439
1449
|
...Hub
|
|
1440
1450
|
}
|
|
1441
|
-
}`,[y,a,h]),
|
|
1451
|
+
}`,[y,a,h]),wr=e(`fragment AssetSupplySample on AssetSupplySample {
|
|
1442
1452
|
__typename
|
|
1443
1453
|
date
|
|
1444
1454
|
amount {
|
|
@@ -1456,7 +1466,7 @@
|
|
|
1456
1466
|
breakdown {
|
|
1457
1467
|
...AssetSampleBreakdown
|
|
1458
1468
|
}
|
|
1459
|
-
}`,[y,a,He]),
|
|
1469
|
+
}`,[y,a,He]),qr=e(`fragment AssetBorrowSample on AssetBorrowSample {
|
|
1460
1470
|
__typename
|
|
1461
1471
|
date
|
|
1462
1472
|
amount {
|
|
@@ -1474,7 +1484,7 @@
|
|
|
1474
1484
|
breakdown {
|
|
1475
1485
|
...AssetSampleBreakdown
|
|
1476
1486
|
}
|
|
1477
|
-
}`,[y,a,He]),
|
|
1487
|
+
}`,[y,a,He]),xr=e(`fragment AssetAmountWithChange on AssetAmountWithChange {
|
|
1478
1488
|
__typename
|
|
1479
1489
|
amount {
|
|
1480
1490
|
...DecimalNumberWithChange
|
|
@@ -1482,7 +1492,7 @@
|
|
|
1482
1492
|
exchange(currency: $currency) {
|
|
1483
1493
|
...ExchangeAmountWithChange
|
|
1484
1494
|
}
|
|
1485
|
-
}`,[j,
|
|
1495
|
+
}`,[j,F]),Pr=e(`fragment AssetSummary on AssetSummary {
|
|
1486
1496
|
__typename
|
|
1487
1497
|
totalSupplyCap {
|
|
1488
1498
|
...AssetAmountWithChange
|
|
@@ -1508,7 +1518,7 @@
|
|
|
1508
1518
|
averageSupplyApy: supplyApy(metric: AVERAGE) {
|
|
1509
1519
|
...PercentNumber
|
|
1510
1520
|
}
|
|
1511
|
-
}`,[
|
|
1521
|
+
}`,[xr,a]),Fr=e(`fragment Asset on Asset {
|
|
1512
1522
|
__typename
|
|
1513
1523
|
id
|
|
1514
1524
|
token {
|
|
@@ -1520,23 +1530,23 @@
|
|
|
1520
1530
|
price(currency: $currency) {
|
|
1521
1531
|
...ExchangeAmountWithChange
|
|
1522
1532
|
}
|
|
1523
|
-
}`,[s,
|
|
1533
|
+
}`,[s,Pr,F]),$n=e(`query Asset($request: AssetRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1524
1534
|
value: asset(request: $request) {
|
|
1525
1535
|
...Asset
|
|
1526
1536
|
}
|
|
1527
|
-
}`,[
|
|
1537
|
+
}`,[Fr]),Nn=e(`query AssetPriceHistory($request: AssetPriceHistoryRequest!) {
|
|
1528
1538
|
value: assetPriceHistory(request: $request) {
|
|
1529
1539
|
...AssetPriceSample
|
|
1530
1540
|
}
|
|
1531
|
-
}`,[
|
|
1541
|
+
}`,[fr]),Dn=e(`query AssetSupplyHistory($request: AssetSupplyHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1532
1542
|
value: assetSupplyHistory(request: $request) {
|
|
1533
1543
|
...AssetSupplySample
|
|
1534
1544
|
}
|
|
1535
|
-
}`,[
|
|
1545
|
+
}`,[wr]),Ln=e(`query AssetBorrowHistory($request: AssetBorrowHistoryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1536
1546
|
value: assetBorrowHistory(request: $request) {
|
|
1537
1547
|
...AssetBorrowSample
|
|
1538
1548
|
}
|
|
1539
|
-
}`,[
|
|
1549
|
+
}`,[qr]),hr=e(`fragment ProtocolHistorySample on ProtocolHistorySample {
|
|
1540
1550
|
__typename
|
|
1541
1551
|
date
|
|
1542
1552
|
deposits {
|
|
@@ -1545,27 +1555,27 @@
|
|
|
1545
1555
|
borrows {
|
|
1546
1556
|
...ExchangeAmount
|
|
1547
1557
|
}
|
|
1548
|
-
}`,[m]),
|
|
1558
|
+
}`,[m]),Gn=e(`query ProtocolHistory($request: ProtocolHistoryRequest!) {
|
|
1549
1559
|
value: protocolHistory(request: $request) {
|
|
1550
1560
|
...ProtocolHistorySample
|
|
1551
1561
|
}
|
|
1552
|
-
}`,[
|
|
1562
|
+
}`,[hr]);var Zn=e(`query BorrowApyHistory($request: BorrowApyHistoryRequest!) {
|
|
1553
1563
|
value: borrowApyHistory(request: $request) {
|
|
1554
1564
|
...ApySample
|
|
1555
1565
|
}
|
|
1556
|
-
}`,[Z]),
|
|
1566
|
+
}`,[Z]),jn=e(`query SupplyApyHistory($request: SupplyApyHistoryRequest!) {
|
|
1557
1567
|
value: supplyApyHistory(request: $request) {
|
|
1558
1568
|
...ApySample
|
|
1559
1569
|
}
|
|
1560
|
-
}`,[Z]),
|
|
1570
|
+
}`,[Z]),Jn=e(`query Reserve($request: ReserveRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1561
1571
|
value: reserve(request: $request) {
|
|
1562
1572
|
...Reserve
|
|
1563
1573
|
}
|
|
1564
|
-
}`,[I]),
|
|
1574
|
+
}`,[I]),Xn=e(`query Reserves($request: ReservesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1565
1575
|
value: reserves(request: $request) {
|
|
1566
1576
|
...Reserve
|
|
1567
1577
|
}
|
|
1568
|
-
}`,[I]),
|
|
1578
|
+
}`,[I]),eo=e(`query ReserveHolders($request: PaginatedReserveHoldersRequest!, $currency: Currency!) {
|
|
1569
1579
|
value: reserveHolders(request: $request) {
|
|
1570
1580
|
items {
|
|
1571
1581
|
...ReserveHolder
|
|
@@ -1574,99 +1584,99 @@
|
|
|
1574
1584
|
...PaginatedResultInfo
|
|
1575
1585
|
}
|
|
1576
1586
|
}
|
|
1577
|
-
}`,[me,d]);var
|
|
1587
|
+
}`,[me,d]);var no=e(`query ClaimRewards($request: ClaimRewardsRequest!) {
|
|
1578
1588
|
value: claimRewards(request: $request) {
|
|
1579
1589
|
...TransactionRequest
|
|
1580
1590
|
}
|
|
1581
|
-
}`,[p]),
|
|
1591
|
+
}`,[p]),oo=e(`query UserClaimableRewards($request: UserClaimableRewardsRequest!, $currency: Currency! = USD) {
|
|
1582
1592
|
value: userClaimableRewards(request: $request) {
|
|
1583
1593
|
...UserClaimableReward
|
|
1584
1594
|
}
|
|
1585
|
-
}`,[se]);var
|
|
1595
|
+
}`,[se]);var uo=e(`query Spoke($request: SpokeRequest!) {
|
|
1586
1596
|
value: spoke(request: $request) {
|
|
1587
1597
|
...Spoke
|
|
1588
1598
|
}
|
|
1589
|
-
}`,[l]),
|
|
1599
|
+
}`,[l]),mo=e(`query Spokes($request: SpokesRequest!) {
|
|
1590
1600
|
value: spokes(request: $request) {
|
|
1591
1601
|
...Spoke
|
|
1592
1602
|
}
|
|
1593
|
-
}`,[l]),
|
|
1603
|
+
}`,[l]),lo=e(`query SpokePositionManagers($request: SpokePositionManagersRequest!) {
|
|
1594
1604
|
value: spokePositionManagers(request: $request) {
|
|
1595
1605
|
...PaginatedSpokePositionManagerResult
|
|
1596
1606
|
}
|
|
1597
|
-
}`,[ie]),
|
|
1607
|
+
}`,[ie]),yo=e(`query SpokeUserPositionManagers($request: SpokeUserPositionManagersRequest!) {
|
|
1598
1608
|
value: spokeUserPositionManagers(request: $request) {
|
|
1599
1609
|
...PaginatedSpokeUserPositionManagerResult
|
|
1600
1610
|
}
|
|
1601
|
-
}`,[ue]);var
|
|
1611
|
+
}`,[ue]);var Ro=e(`query TokenSwapQuote($request: TokenSwapQuoteRequest!, $currency: Currency!) {
|
|
1602
1612
|
value: tokenSwapQuote(request: $request) {
|
|
1603
1613
|
...TokenSwapQuoteResult
|
|
1604
1614
|
}
|
|
1605
|
-
}`,[ce]),
|
|
1615
|
+
}`,[ce]),fo=e(`query SwappableTokens($request: SwappableTokensRequest!) {
|
|
1606
1616
|
value: swappableTokens(request: $request) {
|
|
1607
1617
|
...Token
|
|
1608
1618
|
}
|
|
1609
|
-
}`,[X]),
|
|
1619
|
+
}`,[X]),wo=e(`query PrepareTokenSwap($request: PrepareTokenSwapRequest!) {
|
|
1610
1620
|
value: prepareTokenSwap(request: $request) {
|
|
1611
1621
|
...PrepareTokenSwapResult
|
|
1612
1622
|
}
|
|
1613
|
-
}`,[ge]),
|
|
1623
|
+
}`,[ge]),qo=e(`query SwapStatus($request: SwapStatusRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1614
1624
|
value: swapStatus(request: $request) {
|
|
1615
1625
|
...SwapStatus
|
|
1616
1626
|
}
|
|
1617
|
-
}`,[Y]),
|
|
1627
|
+
}`,[Y]),xo=e(`mutation Swap($request: SwapRequest!) {
|
|
1618
1628
|
value: swap(request: $request) {
|
|
1619
1629
|
...SwapExecutionPlan
|
|
1620
1630
|
}
|
|
1621
|
-
}`,[de]),
|
|
1631
|
+
}`,[de]),Po=e(`query PrepareSwapCancel($request: PrepareSwapCancelRequest!) {
|
|
1622
1632
|
value: prepareSwapCancel(request: $request) {
|
|
1623
1633
|
...PrepareSwapCancelResult
|
|
1624
1634
|
}
|
|
1625
|
-
}`,[Se]),
|
|
1635
|
+
}`,[Se]),Fo=e(`mutation CancelSwap($request: CancelSwapRequest!) {
|
|
1626
1636
|
value: cancelSwap(request: $request) {
|
|
1627
1637
|
...CancelSwapExecutionPlan
|
|
1628
1638
|
}
|
|
1629
|
-
}`,[Re]),
|
|
1639
|
+
}`,[Re]),ho=e(`query UserSwaps($request: UserSwapsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1630
1640
|
value: userSwaps(request: $request) {
|
|
1631
1641
|
...PaginatedUserSwapsResult
|
|
1632
1642
|
}
|
|
1633
|
-
}`,[fe]),
|
|
1643
|
+
}`,[fe]),Ao=e(`query SupplySwapQuote($request: SupplySwapQuoteRequest!, $currency: Currency!) {
|
|
1634
1644
|
value: supplySwapQuote(request: $request) {
|
|
1635
1645
|
...SupplySwapQuoteResult
|
|
1636
1646
|
}
|
|
1637
|
-
}`,[we]),
|
|
1647
|
+
}`,[we]),bo=e(`query BorrowSwapQuote($request: BorrowSwapQuoteRequest!, $currency: Currency!) {
|
|
1638
1648
|
value: borrowSwapQuote(request: $request) {
|
|
1639
1649
|
...BorrowSwapQuoteResult
|
|
1640
1650
|
}
|
|
1641
|
-
}`,[qe]),
|
|
1651
|
+
}`,[qe]),Io=e(`query RepayWithSupplyQuote($request: RepayWithSupplyQuoteRequest!, $currency: Currency!) {
|
|
1642
1652
|
value: repayWithSupplyQuote(request: $request) {
|
|
1643
1653
|
...RepayWithSupplyQuoteResult
|
|
1644
1654
|
}
|
|
1645
|
-
}`,[xe]),
|
|
1655
|
+
}`,[xe]),To=e(`query WithdrawSwapQuote($request: WithdrawSwapQuoteRequest!, $currency: Currency!) {
|
|
1646
1656
|
value: withdrawSwapQuote(request: $request) {
|
|
1647
1657
|
...WithdrawSwapQuoteResult
|
|
1648
1658
|
}
|
|
1649
|
-
}`,[Pe]),
|
|
1659
|
+
}`,[Pe]),vo=e(`query PreparePositionSwap($request: PreparePositionSwapRequest!) {
|
|
1650
1660
|
value: preparePositionSwap(request: $request) {
|
|
1651
1661
|
...PreparePositionSwapResult
|
|
1652
1662
|
}
|
|
1653
|
-
}`,[
|
|
1663
|
+
}`,[Fe]);var Uo=e(`query Borrow($request: BorrowRequest!) {
|
|
1654
1664
|
value: borrow(request: $request) {
|
|
1655
1665
|
...ExecutionPlan
|
|
1656
1666
|
}
|
|
1657
|
-
}`,[B]),
|
|
1667
|
+
}`,[B]),Oo=e(`query Supply($request: SupplyRequest!) {
|
|
1658
1668
|
value: supply(request: $request) {
|
|
1659
1669
|
...ExecutionPlan
|
|
1660
1670
|
}
|
|
1661
|
-
}`,[B]),
|
|
1671
|
+
}`,[B]),_o=e(`query Repay($request: RepayRequest!) {
|
|
1662
1672
|
value: repay(request: $request) {
|
|
1663
1673
|
...ExecutionPlan
|
|
1664
1674
|
}
|
|
1665
|
-
}`,[B]),
|
|
1675
|
+
}`,[B]),Bo=e(`query Withdraw($request: WithdrawRequest!) {
|
|
1666
1676
|
value: withdraw(request: $request) {
|
|
1667
1677
|
...ExecutionPlan
|
|
1668
1678
|
}
|
|
1669
|
-
}`,[B]),
|
|
1679
|
+
}`,[B]),Ar=e(`fragment LiquidatePositionExecutionPlan on LiquidatePositionExecutionPlan {
|
|
1670
1680
|
__typename
|
|
1671
1681
|
... on TransactionRequest {
|
|
1672
1682
|
...TransactionRequest
|
|
@@ -1677,27 +1687,27 @@
|
|
|
1677
1687
|
... on InsufficientBalanceError {
|
|
1678
1688
|
...InsufficientBalanceError
|
|
1679
1689
|
}
|
|
1680
|
-
}`,[p,_,f]),
|
|
1690
|
+
}`,[p,_,f]),Ho=e(`query LiquidatePosition($request: LiquidatePositionRequest!) {
|
|
1681
1691
|
value: liquidatePosition(request: $request) {
|
|
1682
1692
|
...LiquidatePositionExecutionPlan
|
|
1683
1693
|
}
|
|
1684
|
-
}`,[
|
|
1694
|
+
}`,[Ar]),Qo=e(`query SetSpokeUserPositionManager($request: SetSpokeUserPositionManagerRequest!) {
|
|
1685
1695
|
value: setSpokeUserPositionManager(request: $request) {
|
|
1686
1696
|
...TransactionRequest
|
|
1687
1697
|
}
|
|
1688
|
-
}`,[p]),
|
|
1698
|
+
}`,[p]),Wo=e(`query SetUserSuppliesAsCollateral($request: SetUserSuppliesAsCollateralRequest!) {
|
|
1689
1699
|
value: setUserSuppliesAsCollateral(request: $request) {
|
|
1690
1700
|
...TransactionRequest
|
|
1691
1701
|
}
|
|
1692
|
-
}`,[p]),
|
|
1702
|
+
}`,[p]),Vo=e(`query RenounceSpokeUserPositionManager($request: RenounceSpokeUserPositionManagerRequest!) {
|
|
1693
1703
|
value: renounceSpokeUserPositionManager(request: $request) {
|
|
1694
1704
|
...TransactionRequest
|
|
1695
1705
|
}
|
|
1696
|
-
}`,[p]),
|
|
1706
|
+
}`,[p]),Mo=e(`query UpdateUserPositionConditions($request: UpdateUserPositionConditionsRequest!) {
|
|
1697
1707
|
value: updateUserPositionConditions(request: $request) {
|
|
1698
1708
|
...TransactionRequest
|
|
1699
1709
|
}
|
|
1700
|
-
}`,[p]),
|
|
1710
|
+
}`,[p]),br=e(`fragment CollateralFactorVariation on CollateralFactorVariation {
|
|
1701
1711
|
__typename
|
|
1702
1712
|
reserveId
|
|
1703
1713
|
token {
|
|
@@ -1709,7 +1719,7 @@
|
|
|
1709
1719
|
after {
|
|
1710
1720
|
...PercentNumber
|
|
1711
1721
|
}
|
|
1712
|
-
}`,[s,a]),
|
|
1722
|
+
}`,[s,a]),Ir=e(`fragment LiquidationFeeVariation on LiquidationFeeVariation {
|
|
1713
1723
|
__typename
|
|
1714
1724
|
reserveId
|
|
1715
1725
|
token {
|
|
@@ -1721,7 +1731,7 @@
|
|
|
1721
1731
|
after {
|
|
1722
1732
|
...PercentNumber
|
|
1723
1733
|
}
|
|
1724
|
-
}`,[s,a]),
|
|
1734
|
+
}`,[s,a]),Tr=e(`fragment MaxLiquidationBonusVariation on MaxLiquidationBonusVariation {
|
|
1725
1735
|
__typename
|
|
1726
1736
|
reserveId
|
|
1727
1737
|
token {
|
|
@@ -1733,7 +1743,7 @@
|
|
|
1733
1743
|
after {
|
|
1734
1744
|
...PercentNumber
|
|
1735
1745
|
}
|
|
1736
|
-
}`,[s,a]),
|
|
1746
|
+
}`,[s,a]),vr=e(`fragment UserPositionConditionVariation on UserPositionConditionVariation {
|
|
1737
1747
|
__typename
|
|
1738
1748
|
... on CollateralFactorVariation {
|
|
1739
1749
|
...CollateralFactorVariation
|
|
@@ -1744,7 +1754,7 @@
|
|
|
1744
1754
|
... on MaxLiquidationBonusVariation {
|
|
1745
1755
|
...MaxLiquidationBonusVariation
|
|
1746
1756
|
}
|
|
1747
|
-
}`,[
|
|
1757
|
+
}`,[br,Ir,Tr]),kr=e(`fragment PreviewMerklSupplyReward on PreviewMerklSupplyReward {
|
|
1748
1758
|
__typename
|
|
1749
1759
|
id
|
|
1750
1760
|
startDate
|
|
@@ -1761,7 +1771,7 @@
|
|
|
1761
1771
|
reserve {
|
|
1762
1772
|
...ReserveInfo
|
|
1763
1773
|
}
|
|
1764
|
-
}`,[a,s,E,c]),
|
|
1774
|
+
}`,[a,s,E,c]),Cr=e(`fragment PreviewMerklBorrowReward on PreviewMerklBorrowReward {
|
|
1765
1775
|
__typename
|
|
1766
1776
|
id
|
|
1767
1777
|
startDate
|
|
@@ -1778,7 +1788,7 @@
|
|
|
1778
1788
|
reserve {
|
|
1779
1789
|
...ReserveInfo
|
|
1780
1790
|
}
|
|
1781
|
-
}`,[a,s,E,c]),
|
|
1791
|
+
}`,[a,s,E,c]),Er=e(`fragment PreviewSupplyPoints on PreviewSupplyPointsReward {
|
|
1782
1792
|
__typename
|
|
1783
1793
|
id
|
|
1784
1794
|
program {
|
|
@@ -1794,7 +1804,7 @@
|
|
|
1794
1804
|
reserve {
|
|
1795
1805
|
...ReserveInfo
|
|
1796
1806
|
}
|
|
1797
|
-
}`,[O,U,c]),
|
|
1807
|
+
}`,[O,U,c]),Ur=e(`fragment PreviewBorrowPoints on PreviewBorrowPointsReward {
|
|
1798
1808
|
__typename
|
|
1799
1809
|
id
|
|
1800
1810
|
program {
|
|
@@ -1810,7 +1820,7 @@
|
|
|
1810
1820
|
reserve {
|
|
1811
1821
|
...ReserveInfo
|
|
1812
1822
|
}
|
|
1813
|
-
}`,[O,U,c]),
|
|
1823
|
+
}`,[O,U,c]),Or=e(`fragment PreviewReward on PreviewReward {
|
|
1814
1824
|
__typename
|
|
1815
1825
|
... on PreviewMerklSupplyReward {
|
|
1816
1826
|
...PreviewMerklSupplyReward
|
|
@@ -1824,7 +1834,7 @@
|
|
|
1824
1834
|
... on PreviewBorrowPointsReward {
|
|
1825
1835
|
...PreviewBorrowPoints
|
|
1826
1836
|
}
|
|
1827
|
-
}`,[
|
|
1837
|
+
}`,[kr,Cr,Er,Ur]),_r=e(`fragment PreviewRewardOutcome on PreviewRewardOutcome {
|
|
1828
1838
|
__typename
|
|
1829
1839
|
lost {
|
|
1830
1840
|
...PreviewReward
|
|
@@ -1832,7 +1842,7 @@
|
|
|
1832
1842
|
gained {
|
|
1833
1843
|
...PreviewReward
|
|
1834
1844
|
}
|
|
1835
|
-
}`,[
|
|
1845
|
+
}`,[Or]),Br=e(`fragment PreviewUserPosition on PreviewUserPosition {
|
|
1836
1846
|
__typename
|
|
1837
1847
|
id
|
|
1838
1848
|
healthFactor {
|
|
@@ -1873,11 +1883,11 @@
|
|
|
1873
1883
|
otherConditions {
|
|
1874
1884
|
...UserPositionConditionVariation
|
|
1875
1885
|
}
|
|
1876
|
-
}`,[ne,te,re,
|
|
1886
|
+
}`,[ne,te,re,_r,vr]),$o=e(`query Preview($request: PreviewRequest!, $currency: Currency! = USD, $timeWindow: TimeWindow! = LAST_WEEK) {
|
|
1877
1887
|
value: preview(request: $request) {
|
|
1878
1888
|
...PreviewUserPosition
|
|
1879
1889
|
}
|
|
1880
|
-
}`,[
|
|
1890
|
+
}`,[Br]),Qe=e(`fragment PercentNumberChangeSnapshot on PercentNumberChangeSnapshot {
|
|
1881
1891
|
__typename
|
|
1882
1892
|
before {
|
|
1883
1893
|
...PercentNumber
|
|
@@ -1885,7 +1895,7 @@
|
|
|
1885
1895
|
after {
|
|
1886
1896
|
...PercentNumber
|
|
1887
1897
|
}
|
|
1888
|
-
}`,[a]),
|
|
1898
|
+
}`,[a]),Hr=e(`fragment BorrowActivity on BorrowActivity {
|
|
1889
1899
|
__typename
|
|
1890
1900
|
id
|
|
1891
1901
|
user
|
|
@@ -1903,7 +1913,7 @@
|
|
|
1903
1913
|
chain {
|
|
1904
1914
|
...Chain
|
|
1905
1915
|
}
|
|
1906
|
-
}`,[l,i,c,o]),
|
|
1916
|
+
}`,[l,i,c,o]),Qr=e(`fragment SupplyActivity on SupplyActivity {
|
|
1907
1917
|
__typename
|
|
1908
1918
|
id
|
|
1909
1919
|
user
|
|
@@ -1921,7 +1931,7 @@
|
|
|
1921
1931
|
chain {
|
|
1922
1932
|
...Chain
|
|
1923
1933
|
}
|
|
1924
|
-
}`,[l,i,c,o]),
|
|
1934
|
+
}`,[l,i,c,o]),Wr=e(`fragment WithdrawActivity on WithdrawActivity {
|
|
1925
1935
|
__typename
|
|
1926
1936
|
id
|
|
1927
1937
|
user
|
|
@@ -1939,7 +1949,7 @@
|
|
|
1939
1949
|
chain {
|
|
1940
1950
|
...Chain
|
|
1941
1951
|
}
|
|
1942
|
-
}`,[l,i,c,o]),
|
|
1952
|
+
}`,[l,i,c,o]),Vr=e(`fragment RepayActivity on RepayActivity {
|
|
1943
1953
|
__typename
|
|
1944
1954
|
id
|
|
1945
1955
|
user
|
|
@@ -1957,7 +1967,7 @@
|
|
|
1957
1967
|
chain {
|
|
1958
1968
|
...Chain
|
|
1959
1969
|
}
|
|
1960
|
-
}`,[l,i,c,o]),
|
|
1970
|
+
}`,[l,i,c,o]),Mr=e(`fragment LiquidatedActivity on LiquidatedActivity {
|
|
1961
1971
|
__typename
|
|
1962
1972
|
id
|
|
1963
1973
|
user
|
|
@@ -1982,7 +1992,7 @@
|
|
|
1982
1992
|
chain {
|
|
1983
1993
|
...Chain
|
|
1984
1994
|
}
|
|
1985
|
-
}`,[l,i,c,o])
|
|
1995
|
+
}`,[l,i,c,o]),$r=e(`fragment UsingAsCollateralActivity on UsingAsCollateralActivity {
|
|
1986
1996
|
__typename
|
|
1987
1997
|
id
|
|
1988
1998
|
user
|
|
@@ -1998,7 +2008,7 @@
|
|
|
1998
2008
|
chain {
|
|
1999
2009
|
...Chain
|
|
2000
2010
|
}
|
|
2001
|
-
}`,[l,c,o])
|
|
2011
|
+
}`,[l,c,o]),Nr=e(`fragment UpdatedDynamicConfigActivity on UpdatedDynamicConfigActivity {
|
|
2002
2012
|
__typename
|
|
2003
2013
|
id
|
|
2004
2014
|
user
|
|
@@ -2022,7 +2032,7 @@
|
|
|
2022
2032
|
chain {
|
|
2023
2033
|
...Chain
|
|
2024
2034
|
}
|
|
2025
|
-
}`,[l,c,Qe,o]),
|
|
2035
|
+
}`,[l,c,Qe,o]),Dr=e(`fragment UpdatedRiskPremiumActivity on UpdatedRiskPremiumActivity {
|
|
2026
2036
|
__typename
|
|
2027
2037
|
id
|
|
2028
2038
|
user
|
|
@@ -2037,7 +2047,7 @@
|
|
|
2037
2047
|
chain {
|
|
2038
2048
|
...Chain
|
|
2039
2049
|
}
|
|
2040
|
-
}`,[l,Qe,o]),
|
|
2050
|
+
}`,[l,Qe,o]),Lr=e(`fragment TokenSwapActivity on TokenSwapActivity {
|
|
2041
2051
|
__typename
|
|
2042
2052
|
id
|
|
2043
2053
|
user
|
|
@@ -2056,7 +2066,7 @@
|
|
|
2056
2066
|
orderClass
|
|
2057
2067
|
kind
|
|
2058
2068
|
status
|
|
2059
|
-
}`,[o,R]),
|
|
2069
|
+
}`,[o,R]),Gr=e(`fragment SupplySwapActivity on SupplySwapActivity {
|
|
2060
2070
|
__typename
|
|
2061
2071
|
id
|
|
2062
2072
|
user
|
|
@@ -2075,7 +2085,7 @@
|
|
|
2075
2085
|
orderClass
|
|
2076
2086
|
kind
|
|
2077
2087
|
status
|
|
2078
|
-
}`,[o,x]),
|
|
2088
|
+
}`,[o,x]),Kr=e(`fragment BorrowSwapActivity on BorrowSwapActivity {
|
|
2079
2089
|
__typename
|
|
2080
2090
|
id
|
|
2081
2091
|
user
|
|
@@ -2094,7 +2104,7 @@
|
|
|
2094
2104
|
orderClass
|
|
2095
2105
|
kind
|
|
2096
2106
|
status
|
|
2097
|
-
}`,[o,x]),
|
|
2107
|
+
}`,[o,x]),Yr=e(`fragment RepayWithSupplyActivity on RepayWithSupplyActivity {
|
|
2098
2108
|
__typename
|
|
2099
2109
|
id
|
|
2100
2110
|
user
|
|
@@ -2113,7 +2123,7 @@
|
|
|
2113
2123
|
orderClass
|
|
2114
2124
|
kind
|
|
2115
2125
|
status
|
|
2116
|
-
}`,[o,x]),
|
|
2126
|
+
}`,[o,x]),zr=e(`fragment WithdrawSwapActivity on WithdrawSwapActivity {
|
|
2117
2127
|
__typename
|
|
2118
2128
|
id
|
|
2119
2129
|
user
|
|
@@ -2132,7 +2142,7 @@
|
|
|
2132
2142
|
orderClass
|
|
2133
2143
|
kind
|
|
2134
2144
|
status
|
|
2135
|
-
}`,[o,x,R]),
|
|
2145
|
+
}`,[o,x,R]),Zr=e(`fragment ActivityItem on ActivityItem {
|
|
2136
2146
|
__typename
|
|
2137
2147
|
... on BorrowActivity {
|
|
2138
2148
|
...BorrowActivity
|
|
@@ -2173,7 +2183,7 @@
|
|
|
2173
2183
|
... on WithdrawSwapActivity {
|
|
2174
2184
|
...WithdrawSwapActivity
|
|
2175
2185
|
}
|
|
2176
|
-
}`,[
|
|
2186
|
+
}`,[Hr,Qr,Wr,Vr,Mr,$r,Nr,Dr,Lr,Gr,Kr,Yr,zr]),jr=e(`fragment PaginatedActivitiesResult on PaginatedActivitiesResult {
|
|
2177
2187
|
__typename
|
|
2178
2188
|
items {
|
|
2179
2189
|
...ActivityItem
|
|
@@ -2181,87 +2191,87 @@
|
|
|
2181
2191
|
pageInfo {
|
|
2182
2192
|
...PaginatedResultInfo
|
|
2183
2193
|
}
|
|
2184
|
-
}`,[
|
|
2194
|
+
}`,[Zr,d]),No=e(`query Activities($request: ActivitiesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2185
2195
|
value: activities(request: $request) {
|
|
2186
2196
|
...PaginatedActivitiesResult
|
|
2187
2197
|
}
|
|
2188
|
-
}`,[
|
|
2198
|
+
}`,[jr]);var Ko=e(`query UserSupplies($request: UserSuppliesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2189
2199
|
value: userSupplies(request: $request) {
|
|
2190
2200
|
...UserSupplyItem
|
|
2191
2201
|
}
|
|
2192
|
-
}`,[he]),
|
|
2202
|
+
}`,[he]),Yo=e(`query UserBorrows($request: UserBorrowsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2193
2203
|
value: userBorrows(request: $request) {
|
|
2194
2204
|
...UserBorrowItem
|
|
2195
2205
|
}
|
|
2196
|
-
}`,[
|
|
2206
|
+
}`,[Ae]),zo=e(`query UserSummary($request: UserSummaryRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2197
2207
|
value: userSummary(request: $request) {
|
|
2198
2208
|
...UserSummary
|
|
2199
2209
|
}
|
|
2200
|
-
}`,[be]),
|
|
2210
|
+
}`,[be]),Zo=e(`query UserPositions($request: UserPositionsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2201
2211
|
value: userPositions(request: $request) {
|
|
2202
2212
|
...UserPosition
|
|
2203
2213
|
}
|
|
2204
|
-
}`,[z]),
|
|
2214
|
+
}`,[z]),jo=e(`query UserPosition($request: UserPositionRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
2205
2215
|
value: userPosition(request: $request) {
|
|
2206
2216
|
...UserPosition
|
|
2207
2217
|
}
|
|
2208
|
-
}`,[z]),
|
|
2218
|
+
}`,[z]),Jo=e(`query UserBalances($request: UserBalancesRequest!, $currency: Currency!) {
|
|
2209
2219
|
value: userBalances(request: $request) {
|
|
2210
2220
|
...UserBalance
|
|
2211
2221
|
}
|
|
2212
|
-
}`,[Te]),
|
|
2222
|
+
}`,[Te]),Xo=e(`query UserSummaryHistory($request: UserSummaryHistoryRequest!, $currency: Currency!) {
|
|
2213
2223
|
value: userSummaryHistory(request: $request) {
|
|
2214
2224
|
...UserSummaryHistoryItem
|
|
2215
2225
|
}
|
|
2216
|
-
}`,[ve]),
|
|
2226
|
+
}`,[ve]),ep=e(`query UserRiskPremiumBreakdown($request: UserRiskPremiumBreakdownRequest!) {
|
|
2217
2227
|
value: userRiskPremiumBreakdown(request: $request) {
|
|
2218
2228
|
...UserRiskPremiumBreakdownItem
|
|
2219
2229
|
}
|
|
2220
|
-
}`,[Ie]);var
|
|
2230
|
+
}`,[Ie]);var np=e(`query StableVault($request: StableVaultRequest!) {
|
|
2221
2231
|
value: stableVault(request: $request) {
|
|
2222
2232
|
...StableVault
|
|
2223
2233
|
}
|
|
2224
|
-
}`,[D]),
|
|
2234
|
+
}`,[D]),op=e(`query StableVaults($request: StableVaultsRequest!) {
|
|
2225
2235
|
value: stableVaults(request: $request) {
|
|
2226
2236
|
...StableVault
|
|
2227
2237
|
}
|
|
2228
|
-
}`,[D]),
|
|
2238
|
+
}`,[D]),pp=e(`query StableVaultRateUsers($request: StableVaultRateUsersRequest!) {
|
|
2229
2239
|
value: stableVaultRateUsers(request: $request) {
|
|
2230
2240
|
...PaginatedStableVaultRateUsersResult
|
|
2231
2241
|
}
|
|
2232
|
-
}`,[Ee]),
|
|
2242
|
+
}`,[Ee]),sp=e(`query StableVaultAssignRate($request: StableVaultAssignRateRequest!) {
|
|
2233
2243
|
value: stableVaultAssignRate(request: $request) {
|
|
2234
2244
|
...TransactionRequest
|
|
2235
2245
|
}
|
|
2236
|
-
}`,[p]),
|
|
2246
|
+
}`,[p]),ip=e(`query StableVaultUnassignRate($request: StableVaultUnassignRateRequest!) {
|
|
2237
2247
|
value: stableVaultUnassignRate(request: $request) {
|
|
2238
2248
|
...TransactionRequest
|
|
2239
2249
|
}
|
|
2240
|
-
}`,[p]),
|
|
2250
|
+
}`,[p]),up=e(`query StableVaultClaimSurplus($request: StableVaultClaimSurplusRequest!) {
|
|
2241
2251
|
value: stableVaultClaimSurplus(request: $request) {
|
|
2242
2252
|
...TransactionRequest
|
|
2243
2253
|
}
|
|
2244
|
-
}`,[p]),
|
|
2254
|
+
}`,[p]),mp=e(`query StableVaultMovements($request: StableVaultMovementsRequest!) {
|
|
2245
2255
|
value: stableVaultMovements(request: $request) {
|
|
2246
2256
|
...PaginatedStableVaultMovementsResult
|
|
2247
2257
|
}
|
|
2248
|
-
}`,[Ce]),
|
|
2258
|
+
}`,[Ce]),lp=e(`query StableVaultDeposit($request: StableVaultDepositRequest!) {
|
|
2249
2259
|
value: stableVaultDeposit(request: $request) {
|
|
2250
2260
|
...StableVaultDepositExecutionPlan
|
|
2251
2261
|
}
|
|
2252
|
-
}`,[Ue]),
|
|
2262
|
+
}`,[Ue]),yp=e(`query StableVaultWithdraw($request: StableVaultWithdrawRequest!) {
|
|
2253
2263
|
value: stableVaultWithdraw(request: $request) {
|
|
2254
2264
|
...StableVaultWithdrawExecutionPlan
|
|
2255
2265
|
}
|
|
2256
|
-
}`,[Oe]),
|
|
2266
|
+
}`,[Oe]),cp=e(`query StableVaultClaimStatus($request: StableVaultClaimStatusRequest!) {
|
|
2257
2267
|
value: stableVaultClaimStatus(request: $request)
|
|
2258
|
-
}`),
|
|
2268
|
+
}`),gp=e(`query StableVaultUserPositions($request: StableVaultUserPositionsRequest!) {
|
|
2259
2269
|
value: stableVaultUserPositions(request: $request) {
|
|
2260
2270
|
...StableVaultUserPosition
|
|
2261
2271
|
}
|
|
2262
|
-
}`,[ke]),
|
|
2272
|
+
}`,[ke]),dp=e(`mutation StableVaultWithdrawRedeem($request: StableVaultWithdrawRedeemRequest!) {
|
|
2263
2273
|
value: stableVaultWithdrawRedeem(request: $request) {
|
|
2264
2274
|
...StableVaultWithdrawRedeemExecutionPlan
|
|
2265
2275
|
}
|
|
2266
|
-
}`,[_e]);exports.ActivitiesQuery=$o;exports.ActivityItemFragment=zr;exports.ActivityType=De;exports.ApyMetric=Le;exports.ApySampleFragment=Z;exports.AssetAmountWithChangeFragment=qr;exports.AssetBorrowHistoryQuery=Dn;exports.AssetBorrowSampleFragment=wr;exports.AssetFragment=Pr;exports.AssetPriceHistoryQuery=$n;exports.AssetPriceSampleFragment=Rr;exports.AssetQuery=Mn;exports.AssetSampleBreakdownFragment=He;exports.AssetSummaryFragment=xr;exports.AssetSupplyHistoryQuery=Nn;exports.AssetSupplySampleFragment=fr;exports.BoostedRateFragment=Xt;exports.BorrowActivityFragment=Br;exports.BorrowApyHistoryQuery=zn;exports.BorrowPointsFragment=Pt;exports.BorrowQuery=Eo;exports.BorrowSwapActivityFragment=Gr;exports.BorrowSwapFragment=Qt;exports.BorrowSwapKind=Ze;exports.BorrowSwapQuoteQuery=Fo;exports.BorrowSwapQuoteResultFragment=qe;exports.CancelSwapExecutionPlanFragment=Re;exports.CancelSwapMutation=Po;exports.ChainFragment=o;exports.ChainQuery=Un;exports.ChainsFilter=Ne;exports.ChainsQuery=On;exports.ClaimRewardsQuery=ao;exports.CollateralFactorVariationFragment=Fr;exports.CollateralMetric=Ge;exports.Currency=Ke;exports.DecimalNumberFragment=y;exports.DecimalNumberWithChangeFragment=j;exports.DomainDataFragment=M;exports.Erc20AmountFragment=i;exports.Erc20ApprovalFragment=$;exports.Erc20ApprovalRequiredFragment=_;exports.Erc20TokenFragment=s;exports.ExchangeAmountFragment=m;exports.ExchangeAmountVariationFragment=re;exports.ExchangeAmountWithChangeFragment=A;exports.ExchangeRateQuery=Hn;exports.ExecutionPlanFragment=B;exports.HasProcessedKnownTransactionQuery=_n;exports.HealthFactorErrorFragment=yt;exports.HealthFactorResultFragment=ne;exports.HealthFactorVariationFragment=lt;exports.HealthFactorWithChangeFragment=ae;exports.HealthQuery=Bn;exports.HubAssetFragment=C;exports.HubAssetInterestRateModelPointFragment=cr;exports.HubAssetInterestRateModelQuery=Za;exports.HubAssetSettingsFragment=dt;exports.HubAssetSummaryFragment=gt;exports.HubAssetUserStateFragment=St;exports.HubAssetsQuery=Ya;exports.HubFragment=h;exports.HubQuery=Ga;exports.HubSummaryFragment=ct;exports.HubSummaryHistoryQuery=za;exports.HubSummarySampleFragment=yr;exports.HubsQuery=Ka;exports.InsufficientBalanceErrorFragment=f;exports.InsufficientLiquidityErrorFragment=b;exports.LiquidatePositionExecutionPlanFragment=hr;exports.LiquidatePositionQuery=Bo;exports.LiquidatedActivityFragment=Vr;exports.LiquidationFeeVariationFragment=br;exports.MaxLiquidationBonusVariationFragment=Ir;exports.MerklBorrowRewardFragment=qt;exports.MerklCriteriaFragment=E;exports.MerklGenericCriteriaFragment=Rt;exports.MerklSupplyRewardFragment=wt;exports.NativeAmountFragment=mt;exports.NativeTokenFragment=J;exports.OperationType=$e;exports.OrderDirection=We;exports.PageSize=Ve;exports.PaginatedActivitiesResultFragment=Zr;exports.PaginatedResultInfoFragment=d;exports.PaginatedSpokePositionManagerResultFragment=ie;exports.PaginatedSpokeUserPositionManagerResultFragment=ue;exports.PaginatedStableVaultMovementsResultFragment=Ce;exports.PaginatedStableVaultRateUsersResultFragment=Ee;exports.PaginatedUserSwapsResultFragment=fe;exports.PercentNumberChangeSnapshotFragment=Qe;exports.PercentNumberFragment=a;exports.PercentNumberVariationFragment=te;exports.PercentNumberWithChangeFragment=ee;exports.PermitTypedDataFragment=oe;exports.PointsCriteriaFragment=U;exports.PointsGenericCriteriaFragment=ft;exports.PointsProgramFragment=O;exports.PositionAmountFragment=x;exports.PositionSwapAdapterContractApprovalFragment=Yt;exports.PositionSwapApprovalFragment=jt;exports.PositionSwapByIntentApprovalsRequiredFragment=N;exports.PositionSwapPositionManagerApprovalFragment=zt;exports.PositionSwapSetCollateralApprovalFragment=Zt;exports.PreContractActionRequiredFragment=kt;exports.PreparePositionSwapQuery=To;exports.PreparePositionSwapResultFragment=Ae;exports.PrepareSwapCancelQuery=xo;exports.PrepareSwapCancelResultFragment=Se;exports.PrepareSwapOrderFragment=le;exports.PrepareTokenSwapQuery=fo;exports.PrepareTokenSwapResultFragment=ge;exports.PreviewBorrowPointsFragment=Er;exports.PreviewMerklBorrowRewardFragment=kr;exports.PreviewMerklSupplyRewardFragment=vr;exports.PreviewQuery=Mo;exports.PreviewRewardFragment=Ur;exports.PreviewRewardOutcomeFragment=Or;exports.PreviewSupplyPointsFragment=Cr;exports.PreviewUserPositionFragment=_r;exports.ProtocolHistoryQuery=Ln;exports.ProtocolHistorySampleFragment=Ar;exports.QuoteAccuracy=ot;exports.RenounceSpokeUserPositionManagerQuery=Wo;exports.RepayActivityFragment=Wr;exports.RepayQuery=Oo;exports.RepayWithSupplyActivityFragment=Kr;exports.RepayWithSupplyFragment=Wt;exports.RepayWithSupplyKind=je;exports.RepayWithSupplyQuoteQuery=bo;exports.RepayWithSupplyQuoteResultFragment=xe;exports.ReserveFragment=I;exports.ReserveHolderFragment=me;exports.ReserveHoldersFilter=Ye;exports.ReserveHoldersQuery=Xn;exports.ReserveInfoFragment=c;exports.ReserveQuery=jn;exports.ReserveSettingsFragment=bt;exports.ReserveStatusFragment=It;exports.ReserveSummaryFragment=Tt;exports.ReserveUserStateFragment=vt;exports.ReservesQuery=Jn;exports.ReservesRequestFilter=ze;exports.RewardFragment=pe;exports.SetSpokeUserPositionManagerQuery=Ho;exports.SetUserSuppliesAsCollateralQuery=Qo;exports.SpokeFragment=l;exports.SpokePositionManagerFragment=ht;exports.SpokePositionManagersQuery=mo;exports.SpokeQuery=io;exports.SpokeUserPositionManagerFragment=Ft;exports.SpokeUserPositionManagersQuery=lo;exports.SpokesQuery=uo;exports.StableVaultAssignRateQuery=pp;exports.StableVaultClaimStatus=Je;exports.StableVaultClaimStatusQuery=yp;exports.StableVaultClaimSurplusQuery=ip;exports.StableVaultDepositExecutionPlanFragment=Ue;exports.StableVaultDepositQuery=mp;exports.StableVaultFragment=D;exports.StableVaultMovementsQuery=up;exports.StableVaultPendingAvailabilityFragment=lr;exports.StableVaultQuery=ap;exports.StableVaultRateUsersQuery=op;exports.StableVaultRatesFragment=tr;exports.StableVaultSummaryFragment=er;exports.StableVaultUnassignRateQuery=sp;exports.StableVaultUserPositionFragment=ke;exports.StableVaultUserPositionsQuery=cp;exports.StableVaultWithdrawClaimFragment=mr;exports.StableVaultWithdrawExecutionPlanFragment=Oe;exports.StableVaultWithdrawQuery=lp;exports.StableVaultWithdrawRedeemExecutionPlanFragment=_e;exports.StableVaultWithdrawRedeemMutation=gp;exports.StableVaultsQuery=np;exports.SupplyActivityFragment=Hr;exports.SupplyApyHistoryQuery=Zn;exports.SupplyPointsFragment=xt;exports.SupplyQuery=Uo;exports.SupplySwapActivityFragment=Lr;exports.SupplySwapFragment=Ht;exports.SupplySwapKind=Xe;exports.SupplySwapQuoteQuery=ho;exports.SupplySwapQuoteResultFragment=we;exports.SwapActivityStatus=st;exports.SwapByIntentFragment=Et;exports.SwapByIntentWithApprovalRequiredFragment=Ut;exports.SwapByTransactionFragment=Ot;exports.SwapByTransactionWithApprovalRequiredFragment=_t;exports.SwapCancelledFragment=$t;exports.SwapCancelledResultFragment=Kt;exports.SwapExecutionPlanFragment=de;exports.SwapExpiredFragment=Nt;exports.SwapFulfilledFragment=Gt;exports.SwapMutation=qo;exports.SwapOpenFragment=Dt;exports.SwapOperationFragment=W;exports.SwapOrderClass=pt;exports.SwapPendingSignatureFragment=Lt;exports.SwapQuoteCostsFragment=Ct;exports.SwapQuoteFragment=H;exports.SwapReceiptFragment=ye;exports.SwapStatusFilter=tt;exports.SwapStatusFragment=Y;exports.SwapStatusQuery=wo;exports.SwapTransactionRequestFragment=Bt;exports.SwapTypedDataFragment=Q;exports.SwappableTokensQuery=Ro;exports.TimeWindow=Me;exports.TokenAmountFragment=R;exports.TokenCategory=rt;exports.TokenFragment=X;exports.TokenInfoFragment=k;exports.TokenMovementAllocateFragment=rr;exports.TokenMovementBridgeInFragment=ar;exports.TokenMovementBridgeOutFragment=nr;exports.TokenMovementDeallocateFragment=or;exports.TokenMovementFragment=ir;exports.TokenMovementRebalanceFragment=pr;exports.TokenMovementRecordFragment=ur;exports.TokenMovementStatus=at;exports.TokenMovementSwapFragment=sr;exports.TokenSwapActivityFragment=Dr;exports.TokenSwapFragment=Mt;exports.TokenSwapKind=it;exports.TokenSwapQuoteQuery=So;exports.TokenSwapQuoteResultFragment=ce;exports.TransactionRequestFragment=p;exports.UpdateUserPositionConditionsQuery=Vo;exports.UpdatedDynamicConfigActivityFragment=$r;exports.UpdatedRiskPremiumActivityFragment=Nr;exports.UserBalanceFragment=Te;exports.UserBalancesQuery=jo;exports.UserBorrowItemFragment=Fe;exports.UserBorrowsQuery=Ko;exports.UserClaimableRewardFragment=se;exports.UserClaimableRewardsQuery=no;exports.UserMerklClaimableRewardFragment=At;exports.UserPositionConditionVariationFragment=Tr;exports.UserPositionConditionsUpdate=nt;exports.UserPositionFragment=z;exports.UserPositionQuery=Zo;exports.UserPositionRiskPremiumFragment=Jt;exports.UserPositionsQuery=zo;exports.UserRiskPremiumBreakdownItemFragment=Ie;exports.UserRiskPremiumBreakdownQuery=Xo;exports.UserSummaryFragment=be;exports.UserSummaryHistoryItemFragment=ve;exports.UserSummaryHistoryQuery=Jo;exports.UserSummaryQuery=Yo;exports.UserSuppliesQuery=Go;exports.UserSupplyItemFragment=he;exports.UserSwapsQuery=Ao;exports.UsingAsCollateralActivityFragment=Mr;exports.WithdrawActivityFragment=Qr;exports.WithdrawQuery=_o;exports.WithdrawSwapActivityFragment=Yr;exports.WithdrawSwapFragment=Vt;exports.WithdrawSwapKind=et;exports.WithdrawSwapQuoteQuery=Io;exports.WithdrawSwapQuoteResultFragment=Pe;exports.assetId=Xa;exports.boostedRateId=en;exports.decodeHubId=rn;exports.decodeReserveId=on;exports.decodeSpokeId=Sn;exports.decodeUserPositionId=sn;exports.encodeHubId=tn;exports.encodeReserveId=pn;exports.encodeSpokeId=dn;exports.encodeUserPositionId=un;exports.graphql=e;exports.hubAssetId=an;exports.hubId=gr;exports.isChainIdsVariant=Fn;exports.isERC20PermitSignature=la;exports.isHubInputVariant=hn;exports.isReserveInputVariant=Tn;exports.isSpokeInputVariant=In;exports.isTokensVariant=bn;exports.isTxHashInputVariant=vn;exports.reserveId=nn;exports.spokeId=Sr;exports.stableVaultId=yn;exports.stableVaultUserPositionId=cn;exports.stableVaultWithdrawClaimId=gn;exports.swapId=mn;exports.swapQuoteId=ln;exports.tokenInfoId=qn;exports.tokenMovementId=xn;exports.userBalanceId=Rn;exports.userBorrowItemId=fn;exports.userPositionId=dr;exports.userSupplyItemId=wn;//# sourceMappingURL=index.cjs.map
|
|
2276
|
+
}`,[_e]);exports.ActivitiesQuery=No;exports.ActivityItemFragment=Zr;exports.ActivityType=De;exports.ApyMetric=Le;exports.ApySampleFragment=Z;exports.AssetAmountWithChangeFragment=xr;exports.AssetBorrowHistoryQuery=Ln;exports.AssetBorrowSampleFragment=qr;exports.AssetFragment=Fr;exports.AssetPriceHistoryQuery=Nn;exports.AssetPriceSampleFragment=fr;exports.AssetQuery=$n;exports.AssetSampleBreakdownFragment=He;exports.AssetSummaryFragment=Pr;exports.AssetSupplyHistoryQuery=Dn;exports.AssetSupplySampleFragment=wr;exports.BoostedRateFragment=er;exports.BorrowActivityFragment=Hr;exports.BorrowApyHistoryQuery=Zn;exports.BorrowPointsFragment=Pt;exports.BorrowQuery=Uo;exports.BorrowSwapActivityFragment=Kr;exports.BorrowSwapFragment=Wt;exports.BorrowSwapKind=Ze;exports.BorrowSwapQuoteQuery=bo;exports.BorrowSwapQuoteResultFragment=qe;exports.CancelSwapExecutionPlanFragment=Re;exports.CancelSwapMutation=Fo;exports.ChainFragment=o;exports.ChainQuery=On;exports.ChainsFilter=Ne;exports.ChainsQuery=_n;exports.ClaimRewardsQuery=no;exports.CollateralFactorVariationFragment=br;exports.CollateralMetric=Ge;exports.Currency=Ke;exports.DecimalNumberFragment=y;exports.DecimalNumberWithChangeFragment=j;exports.DomainDataFragment=M;exports.Erc20AmountFragment=i;exports.Erc20ApprovalFragment=$;exports.Erc20ApprovalRequiredFragment=_;exports.Erc20TokenFragment=s;exports.ExchangeAmountFragment=m;exports.ExchangeAmountVariationFragment=re;exports.ExchangeAmountWithChangeFragment=F;exports.ExchangeRateQuery=Qn;exports.ExecutionPlanFragment=B;exports.HasProcessedKnownTransactionQuery=Bn;exports.HealthFactorErrorFragment=yt;exports.HealthFactorResultFragment=ne;exports.HealthFactorVariationFragment=lt;exports.HealthFactorWithChangeFragment=ae;exports.HealthQuery=Hn;exports.HubAssetFragment=C;exports.HubAssetInterestRateModelPointFragment=gr;exports.HubAssetInterestRateModelQuery=ja;exports.HubAssetSettingsFragment=dt;exports.HubAssetSummaryFragment=gt;exports.HubAssetUserStateFragment=St;exports.HubAssetsQuery=za;exports.HubFragment=h;exports.HubQuery=Ka;exports.HubSummaryFragment=ct;exports.HubSummaryHistoryQuery=Za;exports.HubSummarySampleFragment=cr;exports.HubsQuery=Ya;exports.InsufficientBalanceErrorFragment=f;exports.InsufficientLiquidityErrorFragment=b;exports.LiquidatePositionExecutionPlanFragment=Ar;exports.LiquidatePositionQuery=Ho;exports.LiquidatedActivityFragment=Mr;exports.LiquidationFeeVariationFragment=Ir;exports.MaxLiquidationBonusVariationFragment=Tr;exports.MerklBorrowRewardFragment=qt;exports.MerklCriteriaFragment=E;exports.MerklGenericCriteriaFragment=Rt;exports.MerklSupplyRewardFragment=wt;exports.NativeAmountFragment=mt;exports.NativeTokenFragment=J;exports.OperationType=$e;exports.OrderDirection=We;exports.PageSize=Ve;exports.PaginatedActivitiesResultFragment=jr;exports.PaginatedResultInfoFragment=d;exports.PaginatedSpokePositionManagerResultFragment=ie;exports.PaginatedSpokeUserPositionManagerResultFragment=ue;exports.PaginatedStableVaultMovementsResultFragment=Ce;exports.PaginatedStableVaultRateUsersResultFragment=Ee;exports.PaginatedUserSwapsResultFragment=fe;exports.PercentNumberChangeSnapshotFragment=Qe;exports.PercentNumberFragment=a;exports.PercentNumberVariationFragment=te;exports.PercentNumberWithChangeFragment=ee;exports.PermitTypedDataFragment=oe;exports.PointsCriteriaFragment=U;exports.PointsGenericCriteriaFragment=ft;exports.PointsProgramFragment=O;exports.PositionAmountFragment=x;exports.PositionSwapAdapterContractApprovalFragment=zt;exports.PositionSwapApprovalFragment=Jt;exports.PositionSwapByIntentApprovalsRequiredFragment=N;exports.PositionSwapPositionManagerApprovalFragment=Zt;exports.PositionSwapSetCollateralApprovalFragment=jt;exports.PreContractActionRequiredFragment=Ct;exports.PreparePositionSwapQuery=vo;exports.PreparePositionSwapResultFragment=Fe;exports.PrepareSwapCancelQuery=Po;exports.PrepareSwapCancelResultFragment=Se;exports.PrepareSwapOrderFragment=le;exports.PrepareTokenSwapQuery=wo;exports.PrepareTokenSwapResultFragment=ge;exports.PreviewBorrowPointsFragment=Ur;exports.PreviewMerklBorrowRewardFragment=Cr;exports.PreviewMerklSupplyRewardFragment=kr;exports.PreviewQuery=$o;exports.PreviewRewardFragment=Or;exports.PreviewRewardOutcomeFragment=_r;exports.PreviewSupplyPointsFragment=Er;exports.PreviewUserPositionFragment=Br;exports.ProtocolHistoryQuery=Gn;exports.ProtocolHistorySampleFragment=hr;exports.QuoteAccuracy=ot;exports.RenounceSpokeUserPositionManagerQuery=Vo;exports.RepayActivityFragment=Vr;exports.RepayQuery=_o;exports.RepayWithSupplyActivityFragment=Yr;exports.RepayWithSupplyFragment=Vt;exports.RepayWithSupplyKind=je;exports.RepayWithSupplyQuoteQuery=Io;exports.RepayWithSupplyQuoteResultFragment=xe;exports.ReserveFragment=I;exports.ReserveHolderFragment=me;exports.ReserveHoldersFilter=Ye;exports.ReserveHoldersQuery=eo;exports.ReserveInfoFragment=c;exports.ReserveQuery=Jn;exports.ReserveSettingsFragment=It;exports.ReserveStatusFragment=Tt;exports.ReserveSummaryFragment=vt;exports.ReserveUserStateFragment=kt;exports.ReservesQuery=Xn;exports.ReservesRequestFilter=ze;exports.RewardFragment=pe;exports.SetSpokeUserPositionManagerQuery=Qo;exports.SetUserSuppliesAsCollateralQuery=Wo;exports.SpokeFragment=l;exports.SpokeLiquidationConfigFragment=ht;exports.SpokePositionManagerFragment=At;exports.SpokePositionManagersQuery=lo;exports.SpokeQuery=uo;exports.SpokeUserPositionManagerFragment=bt;exports.SpokeUserPositionManagersQuery=yo;exports.SpokesQuery=mo;exports.StableVaultAssignRateQuery=sp;exports.StableVaultClaimStatus=Je;exports.StableVaultClaimStatusQuery=cp;exports.StableVaultClaimSurplusQuery=up;exports.StableVaultDepositExecutionPlanFragment=Ue;exports.StableVaultDepositQuery=lp;exports.StableVaultFragment=D;exports.StableVaultMovementsQuery=mp;exports.StableVaultPendingAvailabilityFragment=yr;exports.StableVaultQuery=np;exports.StableVaultRateUsersQuery=pp;exports.StableVaultRatesFragment=rr;exports.StableVaultSummaryFragment=tr;exports.StableVaultUnassignRateQuery=ip;exports.StableVaultUserPositionFragment=ke;exports.StableVaultUserPositionsQuery=gp;exports.StableVaultWithdrawClaimFragment=lr;exports.StableVaultWithdrawExecutionPlanFragment=Oe;exports.StableVaultWithdrawQuery=yp;exports.StableVaultWithdrawRedeemExecutionPlanFragment=_e;exports.StableVaultWithdrawRedeemMutation=dp;exports.StableVaultsQuery=op;exports.SupplyActivityFragment=Qr;exports.SupplyApyHistoryQuery=jn;exports.SupplyPointsFragment=xt;exports.SupplyQuery=Oo;exports.SupplySwapActivityFragment=Gr;exports.SupplySwapFragment=Qt;exports.SupplySwapKind=Xe;exports.SupplySwapQuoteQuery=Ao;exports.SupplySwapQuoteResultFragment=we;exports.SwapActivityStatus=st;exports.SwapByIntentFragment=Ut;exports.SwapByIntentWithApprovalRequiredFragment=Ot;exports.SwapByTransactionFragment=_t;exports.SwapByTransactionWithApprovalRequiredFragment=Bt;exports.SwapCancelledFragment=Nt;exports.SwapCancelledResultFragment=Yt;exports.SwapExecutionPlanFragment=de;exports.SwapExpiredFragment=Dt;exports.SwapFulfilledFragment=Kt;exports.SwapMutation=xo;exports.SwapOpenFragment=Lt;exports.SwapOperationFragment=W;exports.SwapOrderClass=pt;exports.SwapPendingSignatureFragment=Gt;exports.SwapQuoteCostsFragment=Et;exports.SwapQuoteFragment=H;exports.SwapReceiptFragment=ye;exports.SwapStatusFilter=tt;exports.SwapStatusFragment=Y;exports.SwapStatusQuery=qo;exports.SwapTransactionRequestFragment=Ht;exports.SwapTypedDataFragment=Q;exports.SwappableTokensQuery=fo;exports.TimeWindow=Me;exports.TokenAmountFragment=R;exports.TokenCategory=rt;exports.TokenFragment=X;exports.TokenInfoFragment=k;exports.TokenMovementAllocateFragment=ar;exports.TokenMovementBridgeInFragment=nr;exports.TokenMovementBridgeOutFragment=or;exports.TokenMovementDeallocateFragment=pr;exports.TokenMovementFragment=ur;exports.TokenMovementRebalanceFragment=sr;exports.TokenMovementRecordFragment=mr;exports.TokenMovementStatus=at;exports.TokenMovementSwapFragment=ir;exports.TokenSwapActivityFragment=Lr;exports.TokenSwapFragment=$t;exports.TokenSwapKind=it;exports.TokenSwapQuoteQuery=Ro;exports.TokenSwapQuoteResultFragment=ce;exports.TransactionRequestFragment=p;exports.UpdateUserPositionConditionsQuery=Mo;exports.UpdatedDynamicConfigActivityFragment=Nr;exports.UpdatedRiskPremiumActivityFragment=Dr;exports.UserBalanceFragment=Te;exports.UserBalancesQuery=Jo;exports.UserBorrowItemFragment=Ae;exports.UserBorrowsQuery=Yo;exports.UserClaimableRewardFragment=se;exports.UserClaimableRewardsQuery=oo;exports.UserMerklClaimableRewardFragment=Ft;exports.UserPositionConditionVariationFragment=vr;exports.UserPositionConditionsUpdate=nt;exports.UserPositionFragment=z;exports.UserPositionQuery=jo;exports.UserPositionRiskPremiumFragment=Xt;exports.UserPositionsQuery=Zo;exports.UserRiskPremiumBreakdownItemFragment=Ie;exports.UserRiskPremiumBreakdownQuery=ep;exports.UserSummaryFragment=be;exports.UserSummaryHistoryItemFragment=ve;exports.UserSummaryHistoryQuery=Xo;exports.UserSummaryQuery=zo;exports.UserSuppliesQuery=Ko;exports.UserSupplyItemFragment=he;exports.UserSwapsQuery=ho;exports.UsingAsCollateralActivityFragment=$r;exports.WithdrawActivityFragment=Wr;exports.WithdrawQuery=Bo;exports.WithdrawSwapActivityFragment=zr;exports.WithdrawSwapFragment=Mt;exports.WithdrawSwapKind=et;exports.WithdrawSwapQuoteQuery=To;exports.WithdrawSwapQuoteResultFragment=Pe;exports.assetId=en;exports.boostedRateId=tn;exports.decodeHubId=an;exports.decodeReserveId=pn;exports.decodeSpokeId=Rn;exports.decodeUserPositionId=un;exports.encodeHubId=rn;exports.encodeReserveId=sn;exports.encodeSpokeId=Sn;exports.encodeUserPositionId=mn;exports.graphql=e;exports.hubAssetId=nn;exports.hubId=dr;exports.isChainIdsVariant=bn;exports.isERC20PermitSignature=ya;exports.isHubInputVariant=An;exports.isReserveInputVariant=vn;exports.isSpokeInputVariant=Tn;exports.isTokensVariant=In;exports.isTxHashInputVariant=kn;exports.reserveId=on;exports.spokeId=Rr;exports.stableVaultId=cn;exports.stableVaultUserPositionId=gn;exports.stableVaultWithdrawClaimId=dn;exports.swapId=ln;exports.swapQuoteId=yn;exports.tokenInfoId=xn;exports.tokenMovementId=Pn;exports.userBalanceId=fn;exports.userBorrowItemId=wn;exports.userPositionId=Sr;exports.userSupplyItemId=qn;//# sourceMappingURL=index.cjs.map
|
|
2267
2277
|
//# sourceMappingURL=index.cjs.map
|