@defisaver/sdk 1.3.7 → 1.3.8
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/esm/src/actions/checkers/LiquityV2NewInterestRateCheckerAction.d.ts +15 -0
- package/esm/src/actions/checkers/LiquityV2NewInterestRateCheckerAction.js +22 -0
- package/esm/src/actions/checkers/index.d.ts +1 -0
- package/esm/src/actions/checkers/index.js +1 -0
- package/esm/src/actions/fluid/FluidDexOpenAction.d.ts +20 -0
- package/esm/src/actions/fluid/FluidDexOpenAction.js +45 -0
- package/esm/src/actions/fluid/FluidDexRegularBorrowAction.d.ts +17 -0
- package/esm/src/actions/fluid/FluidDexRegularBorrowAction.js +36 -0
- package/esm/src/actions/fluid/FluidDexRegularPaybackAction.d.ts +16 -0
- package/esm/src/actions/fluid/FluidDexRegularPaybackAction.js +34 -0
- package/esm/src/actions/fluid/FluidDexRegularSupplyAction.d.ts +16 -0
- package/esm/src/actions/fluid/FluidDexRegularSupplyAction.js +33 -0
- package/esm/src/actions/fluid/FluidDexRegularWithdrawAction.d.ts +17 -0
- package/esm/src/actions/fluid/FluidDexRegularWithdrawAction.js +37 -0
- package/esm/src/actions/fluid/FluidDexSmartCollSupplyAction.d.ts +16 -0
- package/esm/src/actions/fluid/FluidDexSmartCollSupplyAction.js +33 -0
- package/esm/src/actions/fluid/FluidDexSmartCollWithdrawAction.d.ts +17 -0
- package/esm/src/actions/fluid/FluidDexSmartCollWithdrawAction.js +37 -0
- package/esm/src/actions/fluid/FluidDexSmartDebtBorrowAction.d.ts +17 -0
- package/esm/src/actions/fluid/FluidDexSmartDebtBorrowAction.js +36 -0
- package/esm/src/actions/fluid/FluidDexSmartDebtPaybackAction.d.ts +16 -0
- package/esm/src/actions/fluid/FluidDexSmartDebtPaybackAction.js +34 -0
- package/esm/src/actions/fluid/index.d.ts +9 -0
- package/esm/src/actions/fluid/index.js +9 -0
- package/esm/src/actions/index.d.ts +3 -1
- package/esm/src/actions/index.js +3 -1
- package/esm/src/actions/sky/SkyClaimRewardsAction.d.ts +2 -2
- package/esm/src/actions/sky/SkyClaimRewardsAction.js +2 -2
- package/esm/src/actions/sky/SkyStakingEngineClaimRewards.d.ts +16 -0
- package/esm/src/actions/sky/SkyStakingEngineClaimRewards.js +24 -0
- package/esm/src/actions/sky/SkyStakingEngineOpen.d.ts +13 -0
- package/esm/src/actions/sky/SkyStakingEngineOpen.js +18 -0
- package/esm/src/actions/sky/SkyStakingEngineSelectFarm.d.ts +15 -0
- package/esm/src/actions/sky/SkyStakingEngineSelectFarm.js +22 -0
- package/esm/src/actions/sky/SkyStakingEngineStake.d.ts +16 -0
- package/esm/src/actions/sky/SkyStakingEngineStake.js +24 -0
- package/esm/src/actions/sky/SkyStakingEngineUnstake.d.ts +16 -0
- package/esm/src/actions/sky/SkyStakingEngineUnstake.js +24 -0
- package/esm/src/actions/sky/SkyUnstakeAction.d.ts +1 -1
- package/esm/src/actions/sky/SkyUnstakeAction.js +1 -1
- package/esm/src/actions/sky/index.d.ts +5 -0
- package/esm/src/actions/sky/index.js +6 -0
- package/esm/src/actions/spark/SparkSPKClaimAction.d.ts +20 -0
- package/esm/src/actions/spark/SparkSPKClaimAction.js +25 -0
- package/esm/src/actions/spark/index.d.ts +1 -0
- package/esm/src/actions/spark/index.js +1 -0
- package/esm/src/actions/stkgho/GhoStakeAction.d.ts +15 -0
- package/esm/src/actions/stkgho/GhoStakeAction.js +25 -0
- package/esm/src/actions/stkgho/index.d.ts +1 -0
- package/esm/src/actions/stkgho/index.js +1 -0
- package/esm/src/actions/summerfi/SFApproveTokensAction.d.ts +14 -0
- package/esm/src/actions/summerfi/SFApproveTokensAction.js +17 -0
- package/esm/src/actions/summerfi/index.d.ts +1 -0
- package/esm/src/actions/summerfi/index.js +1 -0
- package/esm/src/actions/umbrella/UmbrellaClaimRewardsAction.d.ts +16 -0
- package/esm/src/actions/umbrella/UmbrellaClaimRewardsAction.js +22 -0
- package/esm/src/actions/umbrella/UmbrellaFinalizeUnstakeAction.d.ts +18 -0
- package/esm/src/actions/umbrella/UmbrellaFinalizeUnstakeAction.js +31 -0
- package/esm/src/actions/umbrella/UmbrellaStakeAction.d.ts +19 -0
- package/esm/src/actions/umbrella/UmbrellaStakeAction.js +29 -0
- package/esm/src/actions/umbrella/UmbrellaStartUnstakeAction.d.ts +13 -0
- package/esm/src/actions/umbrella/UmbrellaStartUnstakeAction.js +18 -0
- package/esm/src/actions/umbrella/index.d.ts +4 -0
- package/esm/src/actions/umbrella/index.js +4 -0
- package/esm/src/addresses.d.ts +736 -70
- package/esm/src/addresses.js +126 -10
- package/esm/src/config.js +18 -2
- package/esm/src/index.d.ts +3856 -1192
- package/esm/src/triggers/CompV3PriceRangeTrigger.d.ts +10 -0
- package/esm/src/triggers/CompV3PriceRangeTrigger.js +12 -0
- package/esm/src/triggers/CompV3PriceTrigger.d.ts +10 -0
- package/esm/src/triggers/CompV3PriceTrigger.js +12 -0
- package/esm/src/triggers/LiquityV2AdjustRateDebtInFrontTrigger.d.ts +8 -0
- package/esm/src/triggers/LiquityV2AdjustRateDebtInFrontTrigger.js +10 -0
- package/esm/src/triggers/index.d.ts +3 -0
- package/esm/src/triggers/index.js +3 -0
- package/esm/src/types.d.ts +2 -0
- package/package.json +1 -1
- package/umd/index.js +1559 -571
package/esm/src/addresses.d.ts
CHANGED
|
@@ -28,6 +28,11 @@ export declare const actionAddresses: {
|
|
|
28
28
|
SkyStake: string;
|
|
29
29
|
SkyUnstake: string;
|
|
30
30
|
SkyClaimRewards: string;
|
|
31
|
+
SkyStakingEngineOpen: string;
|
|
32
|
+
SkyStakingEngineSelectFarm: string;
|
|
33
|
+
SkyStakingEngineStake: string;
|
|
34
|
+
SkyStakingEngineUnstake: string;
|
|
35
|
+
SkyStakingEngineClaimRewards: string;
|
|
31
36
|
McdGenerate: string;
|
|
32
37
|
McdGive: string;
|
|
33
38
|
McdMerge: string;
|
|
@@ -69,6 +74,7 @@ export declare const actionAddresses: {
|
|
|
69
74
|
AaveV3DelegateWithSig: string;
|
|
70
75
|
GhoClaimAAVE: string;
|
|
71
76
|
GhoUnstake: string;
|
|
77
|
+
GhoStake: string;
|
|
72
78
|
LSVWithdraw: string;
|
|
73
79
|
LSVBorrow: string;
|
|
74
80
|
LSVSupply: string;
|
|
@@ -95,6 +101,7 @@ export declare const actionAddresses: {
|
|
|
95
101
|
SparkWithdraw: string;
|
|
96
102
|
SparkDelegateCredit: string;
|
|
97
103
|
SparkDelegateWithSig: string;
|
|
104
|
+
SparkSPKClaim: string;
|
|
98
105
|
CompBorrow: string;
|
|
99
106
|
CompClaim: string;
|
|
100
107
|
CompPayback: string;
|
|
@@ -258,12 +265,21 @@ export declare const actionAddresses: {
|
|
|
258
265
|
FluidVaultT1Supply: string;
|
|
259
266
|
FluidView: string;
|
|
260
267
|
FluidClaim: string;
|
|
268
|
+
FluidDexOpen: string;
|
|
269
|
+
FluidDexSupply: string;
|
|
270
|
+
FluidDexBorrow: string;
|
|
271
|
+
FluidDexPayback: string;
|
|
272
|
+
FluidDexWithdraw: string;
|
|
273
|
+
PendleTokenRedeem: string;
|
|
274
|
+
UmbrellaClaimRewards: string;
|
|
275
|
+
UmbrellaStake: string;
|
|
276
|
+
UmbrellaUnstake: string;
|
|
277
|
+
SFApproveTokens: string;
|
|
261
278
|
AaveV3DelegateCredit?: undefined;
|
|
262
279
|
AaveV3RatioTrigger?: undefined;
|
|
263
280
|
GasFeeTakerL2?: undefined;
|
|
264
281
|
AaveV3RatioCheck?: undefined;
|
|
265
282
|
MorphoBlueView?: undefined;
|
|
266
|
-
PendleTokenRedeem?: undefined;
|
|
267
283
|
} | {
|
|
268
284
|
DFSSell: string;
|
|
269
285
|
DFSSellNoFee: string;
|
|
@@ -277,6 +293,7 @@ export declare const actionAddresses: {
|
|
|
277
293
|
ApproveToken: string;
|
|
278
294
|
SendTokenAndUnwrap: string;
|
|
279
295
|
ToggleSub: string;
|
|
296
|
+
CreateSub: string;
|
|
280
297
|
TokenBalance: string;
|
|
281
298
|
TokenizedVaultAdapter: string;
|
|
282
299
|
ChangeProxyOwner: string;
|
|
@@ -313,16 +330,21 @@ export declare const actionAddresses: {
|
|
|
313
330
|
CompV3Supply: string;
|
|
314
331
|
CompV3Transfer: string;
|
|
315
332
|
CompV3Withdraw: string;
|
|
333
|
+
SFApproveTokens: string;
|
|
316
334
|
AutomationV2Unsub?: undefined;
|
|
317
335
|
UpdateSub?: undefined;
|
|
318
336
|
TransferNFT?: undefined;
|
|
319
|
-
CreateSub?: undefined;
|
|
320
337
|
SDaiWrap?: undefined;
|
|
321
338
|
SDaiUnwrap?: undefined;
|
|
322
339
|
StarknetClaim?: undefined;
|
|
323
340
|
SkyStake?: undefined;
|
|
324
341
|
SkyUnstake?: undefined;
|
|
325
342
|
SkyClaimRewards?: undefined;
|
|
343
|
+
SkyStakingEngineOpen?: undefined;
|
|
344
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
345
|
+
SkyStakingEngineStake?: undefined;
|
|
346
|
+
SkyStakingEngineUnstake?: undefined;
|
|
347
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
326
348
|
McdGenerate?: undefined;
|
|
327
349
|
McdGive?: undefined;
|
|
328
350
|
McdMerge?: undefined;
|
|
@@ -354,6 +376,7 @@ export declare const actionAddresses: {
|
|
|
354
376
|
AaveV3View?: undefined;
|
|
355
377
|
GhoClaimAAVE?: undefined;
|
|
356
378
|
GhoUnstake?: undefined;
|
|
379
|
+
GhoStake?: undefined;
|
|
357
380
|
LSVWithdraw?: undefined;
|
|
358
381
|
LSVBorrow?: undefined;
|
|
359
382
|
LSVSupply?: undefined;
|
|
@@ -380,6 +403,7 @@ export declare const actionAddresses: {
|
|
|
380
403
|
SparkWithdraw?: undefined;
|
|
381
404
|
SparkDelegateCredit?: undefined;
|
|
382
405
|
SparkDelegateWithSig?: undefined;
|
|
406
|
+
SparkSPKClaim?: undefined;
|
|
383
407
|
CompBorrow?: undefined;
|
|
384
408
|
CompClaim?: undefined;
|
|
385
409
|
CompPayback?: undefined;
|
|
@@ -526,8 +550,16 @@ export declare const actionAddresses: {
|
|
|
526
550
|
FluidVaultT1Supply?: undefined;
|
|
527
551
|
FluidView?: undefined;
|
|
528
552
|
FluidClaim?: undefined;
|
|
529
|
-
|
|
553
|
+
FluidDexOpen?: undefined;
|
|
554
|
+
FluidDexSupply?: undefined;
|
|
555
|
+
FluidDexBorrow?: undefined;
|
|
556
|
+
FluidDexPayback?: undefined;
|
|
557
|
+
FluidDexWithdraw?: undefined;
|
|
530
558
|
PendleTokenRedeem?: undefined;
|
|
559
|
+
UmbrellaClaimRewards?: undefined;
|
|
560
|
+
UmbrellaStake?: undefined;
|
|
561
|
+
UmbrellaUnstake?: undefined;
|
|
562
|
+
MorphoBlueView?: undefined;
|
|
531
563
|
} | {
|
|
532
564
|
DFSSell: string;
|
|
533
565
|
DFSSellNoFee: string;
|
|
@@ -597,6 +629,12 @@ export declare const actionAddresses: {
|
|
|
597
629
|
FluidVaultT1Withdraw: string;
|
|
598
630
|
FluidVaultT1Supply: string;
|
|
599
631
|
FluidView: string;
|
|
632
|
+
FluidDexOpen: string;
|
|
633
|
+
FluidDexSupply: string;
|
|
634
|
+
FluidDexBorrow: string;
|
|
635
|
+
FluidDexPayback: string;
|
|
636
|
+
FluidDexWithdraw: string;
|
|
637
|
+
SFApproveTokens: string;
|
|
600
638
|
AutomationV2Unsub?: undefined;
|
|
601
639
|
SDaiWrap?: undefined;
|
|
602
640
|
SDaiUnwrap?: undefined;
|
|
@@ -604,6 +642,11 @@ export declare const actionAddresses: {
|
|
|
604
642
|
SkyStake?: undefined;
|
|
605
643
|
SkyUnstake?: undefined;
|
|
606
644
|
SkyClaimRewards?: undefined;
|
|
645
|
+
SkyStakingEngineOpen?: undefined;
|
|
646
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
647
|
+
SkyStakingEngineStake?: undefined;
|
|
648
|
+
SkyStakingEngineUnstake?: undefined;
|
|
649
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
607
650
|
McdGenerate?: undefined;
|
|
608
651
|
McdGive?: undefined;
|
|
609
652
|
McdMerge?: undefined;
|
|
@@ -635,6 +678,7 @@ export declare const actionAddresses: {
|
|
|
635
678
|
AaveV3View?: undefined;
|
|
636
679
|
GhoClaimAAVE?: undefined;
|
|
637
680
|
GhoUnstake?: undefined;
|
|
681
|
+
GhoStake?: undefined;
|
|
638
682
|
LSVWithdraw?: undefined;
|
|
639
683
|
LSVBorrow?: undefined;
|
|
640
684
|
LSVSupply?: undefined;
|
|
@@ -661,6 +705,7 @@ export declare const actionAddresses: {
|
|
|
661
705
|
SparkWithdraw?: undefined;
|
|
662
706
|
SparkDelegateCredit?: undefined;
|
|
663
707
|
SparkDelegateWithSig?: undefined;
|
|
708
|
+
SparkSPKClaim?: undefined;
|
|
664
709
|
CompBorrow?: undefined;
|
|
665
710
|
CompClaim?: undefined;
|
|
666
711
|
CompPayback?: undefined;
|
|
@@ -788,10 +833,13 @@ export declare const actionAddresses: {
|
|
|
788
833
|
EtherFiUnwrap?: undefined;
|
|
789
834
|
KingClaim?: undefined;
|
|
790
835
|
FluidClaim?: undefined;
|
|
836
|
+
PendleTokenRedeem?: undefined;
|
|
837
|
+
UmbrellaClaimRewards?: undefined;
|
|
838
|
+
UmbrellaStake?: undefined;
|
|
839
|
+
UmbrellaUnstake?: undefined;
|
|
791
840
|
AaveV3DelegateCredit?: undefined;
|
|
792
841
|
AaveV3RatioTrigger?: undefined;
|
|
793
842
|
MorphoBlueView?: undefined;
|
|
794
|
-
PendleTokenRedeem?: undefined;
|
|
795
843
|
} | {
|
|
796
844
|
DFSSell: string;
|
|
797
845
|
DFSSellNoFee: string;
|
|
@@ -855,7 +903,7 @@ export declare const actionAddresses: {
|
|
|
855
903
|
FluidVaultT1Supply: string;
|
|
856
904
|
FluidView: string;
|
|
857
905
|
TokenizedVaultAdapter: string;
|
|
858
|
-
|
|
906
|
+
SFApproveTokens: string;
|
|
859
907
|
AutomationV2Unsub?: undefined;
|
|
860
908
|
SendTokenAndUnwrap?: undefined;
|
|
861
909
|
SDaiWrap?: undefined;
|
|
@@ -864,6 +912,11 @@ export declare const actionAddresses: {
|
|
|
864
912
|
SkyStake?: undefined;
|
|
865
913
|
SkyUnstake?: undefined;
|
|
866
914
|
SkyClaimRewards?: undefined;
|
|
915
|
+
SkyStakingEngineOpen?: undefined;
|
|
916
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
917
|
+
SkyStakingEngineStake?: undefined;
|
|
918
|
+
SkyStakingEngineUnstake?: undefined;
|
|
919
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
867
920
|
McdGenerate?: undefined;
|
|
868
921
|
McdGive?: undefined;
|
|
869
922
|
McdMerge?: undefined;
|
|
@@ -894,6 +947,7 @@ export declare const actionAddresses: {
|
|
|
894
947
|
AaveClaimStkAave?: undefined;
|
|
895
948
|
GhoClaimAAVE?: undefined;
|
|
896
949
|
GhoUnstake?: undefined;
|
|
950
|
+
GhoStake?: undefined;
|
|
897
951
|
LSVWithdraw?: undefined;
|
|
898
952
|
LSVBorrow?: undefined;
|
|
899
953
|
LSVSupply?: undefined;
|
|
@@ -920,6 +974,7 @@ export declare const actionAddresses: {
|
|
|
920
974
|
SparkWithdraw?: undefined;
|
|
921
975
|
SparkDelegateCredit?: undefined;
|
|
922
976
|
SparkDelegateWithSig?: undefined;
|
|
977
|
+
SparkSPKClaim?: undefined;
|
|
923
978
|
CompBorrow?: undefined;
|
|
924
979
|
CompClaim?: undefined;
|
|
925
980
|
CompPayback?: undefined;
|
|
@@ -1053,75 +1108,686 @@ export declare const actionAddresses: {
|
|
|
1053
1108
|
EtherFiUnwrap?: undefined;
|
|
1054
1109
|
KingClaim?: undefined;
|
|
1055
1110
|
FluidClaim?: undefined;
|
|
1111
|
+
FluidDexOpen?: undefined;
|
|
1112
|
+
FluidDexSupply?: undefined;
|
|
1113
|
+
FluidDexBorrow?: undefined;
|
|
1114
|
+
FluidDexPayback?: undefined;
|
|
1115
|
+
FluidDexWithdraw?: undefined;
|
|
1116
|
+
PendleTokenRedeem?: undefined;
|
|
1117
|
+
UmbrellaClaimRewards?: undefined;
|
|
1118
|
+
UmbrellaStake?: undefined;
|
|
1119
|
+
UmbrellaUnstake?: undefined;
|
|
1056
1120
|
AaveV3DelegateCredit?: undefined;
|
|
1057
1121
|
AaveV3RatioTrigger?: undefined;
|
|
1058
1122
|
AaveV3RatioCheck?: undefined;
|
|
1059
|
-
};
|
|
1060
|
-
};
|
|
1061
|
-
export declare const otherAddresses: {
|
|
1062
|
-
[x: number]: {
|
|
1063
|
-
RecipeExecutor: string;
|
|
1064
|
-
DFSRegistry: string;
|
|
1065
|
-
DFSProxyRegistry: string;
|
|
1066
|
-
ProxyRegistry: string;
|
|
1067
|
-
McdCdpManager: string;
|
|
1068
|
-
BCdpManager: string;
|
|
1069
|
-
AaveDefaultMarket: string;
|
|
1070
|
-
UniswapV3PositionManager: string;
|
|
1071
|
-
RaiWethUniV2LPToken: string;
|
|
1072
|
-
BalancerToken: string;
|
|
1073
|
-
CrvToken: string;
|
|
1074
|
-
CvxToken: string;
|
|
1075
|
-
DAI: string;
|
|
1076
|
-
GHO: string;
|
|
1077
|
-
LUSD: string;
|
|
1078
|
-
BLUSD: string;
|
|
1079
|
-
Empty: string;
|
|
1080
|
-
DSGuardFactory?: undefined;
|
|
1081
|
-
AdminVault?: undefined;
|
|
1082
|
-
DefisaverLogger?: undefined;
|
|
1083
|
-
} | {
|
|
1084
|
-
RecipeExecutor: string;
|
|
1085
|
-
DFSRegistry: string;
|
|
1086
|
-
ProxyRegistry: string;
|
|
1087
|
-
DSGuardFactory: string;
|
|
1088
|
-
AdminVault: string;
|
|
1089
|
-
DefisaverLogger: string;
|
|
1090
|
-
Empty: string;
|
|
1091
|
-
UniswapV3PositionManager: string;
|
|
1092
|
-
DFSProxyRegistry?: undefined;
|
|
1093
|
-
McdCdpManager?: undefined;
|
|
1094
|
-
BCdpManager?: undefined;
|
|
1095
|
-
AaveDefaultMarket?: undefined;
|
|
1096
|
-
RaiWethUniV2LPToken?: undefined;
|
|
1097
|
-
BalancerToken?: undefined;
|
|
1098
|
-
CrvToken?: undefined;
|
|
1099
|
-
CvxToken?: undefined;
|
|
1100
|
-
DAI?: undefined;
|
|
1101
|
-
GHO?: undefined;
|
|
1102
|
-
LUSD?: undefined;
|
|
1103
|
-
BLUSD?: undefined;
|
|
1104
1123
|
} | {
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1124
|
+
DFSSell: string;
|
|
1125
|
+
DFSSellNoFee: string;
|
|
1126
|
+
WrapEth: string;
|
|
1127
|
+
UnwrapEth: string;
|
|
1128
|
+
SendToken: string;
|
|
1129
|
+
SendTokens: string;
|
|
1130
|
+
SendTokenAndUnwrap: string;
|
|
1131
|
+
PullToken: string;
|
|
1132
|
+
ApproveToken: string;
|
|
1133
|
+
SumInputs: string;
|
|
1134
|
+
SubInputs: string;
|
|
1135
|
+
TokenBalance: string;
|
|
1136
|
+
PermitToken: string;
|
|
1137
|
+
MerklClaim: string;
|
|
1138
|
+
TransferNFT: string;
|
|
1139
|
+
TokenizedVaultAdapter: string;
|
|
1140
|
+
FLAction: string;
|
|
1141
|
+
FLAaveV3: string;
|
|
1142
|
+
AaveV3Withdraw: string;
|
|
1143
|
+
AaveV3Supply: string;
|
|
1144
|
+
AaveV3SetEMode: string;
|
|
1145
|
+
AaveV3Payback: string;
|
|
1146
|
+
AaveV3CollateralSwitch: string;
|
|
1147
|
+
AaveV3ClaimRewards: string;
|
|
1148
|
+
AaveV3Borrow: string;
|
|
1149
|
+
AaveV3ATokenPayback: string;
|
|
1150
|
+
AaveV3View: string;
|
|
1151
|
+
AaveV3DelegateWithSig: string;
|
|
1152
|
+
AaveV3DelegateCredit: string;
|
|
1153
|
+
ChangeProxyOwner?: undefined;
|
|
1154
|
+
AutomationV2Unsub?: undefined;
|
|
1155
|
+
ToggleSub?: undefined;
|
|
1156
|
+
UpdateSub?: undefined;
|
|
1157
|
+
CreateSub?: undefined;
|
|
1158
|
+
SDaiWrap?: undefined;
|
|
1159
|
+
SDaiUnwrap?: undefined;
|
|
1160
|
+
StarknetClaim?: undefined;
|
|
1161
|
+
HandleAuth?: undefined;
|
|
1162
|
+
SkyStake?: undefined;
|
|
1163
|
+
SkyUnstake?: undefined;
|
|
1164
|
+
SkyClaimRewards?: undefined;
|
|
1165
|
+
SkyStakingEngineOpen?: undefined;
|
|
1166
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
1167
|
+
SkyStakingEngineStake?: undefined;
|
|
1168
|
+
SkyStakingEngineUnstake?: undefined;
|
|
1169
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
1170
|
+
McdGenerate?: undefined;
|
|
1171
|
+
McdGive?: undefined;
|
|
1172
|
+
McdMerge?: undefined;
|
|
1173
|
+
McdOpen?: undefined;
|
|
1174
|
+
McdPayback?: undefined;
|
|
1175
|
+
McdSupply?: undefined;
|
|
1176
|
+
McdWithdraw?: undefined;
|
|
1177
|
+
McdClaim?: undefined;
|
|
1178
|
+
McdDsrDeposit?: undefined;
|
|
1179
|
+
McdDsrWithdraw?: undefined;
|
|
1180
|
+
McdTokenConverter?: undefined;
|
|
1181
|
+
ReflexerSupply?: undefined;
|
|
1182
|
+
ReflexerWithdraw?: undefined;
|
|
1183
|
+
ReflexerPayback?: undefined;
|
|
1184
|
+
ReflexerGenerate?: undefined;
|
|
1185
|
+
ReflexerOpen?: undefined;
|
|
1186
|
+
ReflexerWithdrawStuckFunds?: undefined;
|
|
1187
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
1188
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
1189
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
1190
|
+
AaveBorrow?: undefined;
|
|
1191
|
+
AavePayback?: undefined;
|
|
1192
|
+
AaveSupply?: undefined;
|
|
1193
|
+
AaveWithdraw?: undefined;
|
|
1194
|
+
AaveCollateralSwitch?: undefined;
|
|
1195
|
+
AaveUnstake?: undefined;
|
|
1196
|
+
AaveClaimAAVE?: undefined;
|
|
1197
|
+
AaveClaimStkAave?: undefined;
|
|
1198
|
+
AaveV3SwapBorrowRateMode?: undefined;
|
|
1199
|
+
GhoClaimAAVE?: undefined;
|
|
1200
|
+
GhoUnstake?: undefined;
|
|
1201
|
+
GhoStake?: undefined;
|
|
1202
|
+
LSVWithdraw?: undefined;
|
|
1203
|
+
LSVBorrow?: undefined;
|
|
1204
|
+
LSVSupply?: undefined;
|
|
1205
|
+
LSVPayback?: undefined;
|
|
1206
|
+
LSVSell?: undefined;
|
|
1207
|
+
MorphoAaveV2Borrow?: undefined;
|
|
1208
|
+
MorphoAaveV2Payback?: undefined;
|
|
1209
|
+
MorphoAaveV2Supply?: undefined;
|
|
1210
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
1211
|
+
MorphoClaim?: undefined;
|
|
1212
|
+
MorphoAaveV3Borrow?: undefined;
|
|
1213
|
+
MorphoAaveV3Payback?: undefined;
|
|
1214
|
+
MorphoAaveV3Supply?: undefined;
|
|
1215
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
1216
|
+
MorphoAaveV3SetManager?: undefined;
|
|
1217
|
+
SparkBorrow?: undefined;
|
|
1218
|
+
SparkClaimRewards?: undefined;
|
|
1219
|
+
SparkCollateralSwitch?: undefined;
|
|
1220
|
+
SparkPayback?: undefined;
|
|
1221
|
+
SparkSetEMode?: undefined;
|
|
1222
|
+
SparkSpTokenPayback?: undefined;
|
|
1223
|
+
SparkSupply?: undefined;
|
|
1224
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
1225
|
+
SparkWithdraw?: undefined;
|
|
1226
|
+
SparkDelegateCredit?: undefined;
|
|
1227
|
+
SparkDelegateWithSig?: undefined;
|
|
1228
|
+
SparkSPKClaim?: undefined;
|
|
1229
|
+
CompBorrow?: undefined;
|
|
1230
|
+
CompClaim?: undefined;
|
|
1231
|
+
CompPayback?: undefined;
|
|
1232
|
+
CompSupply?: undefined;
|
|
1233
|
+
CompWithdraw?: undefined;
|
|
1234
|
+
CompGetDebt?: undefined;
|
|
1235
|
+
CompCollateralSwitch?: undefined;
|
|
1236
|
+
FLAaveV2?: undefined;
|
|
1237
|
+
FLAaveV3NoFee?: undefined;
|
|
1238
|
+
FLAaveV3CarryDebt?: undefined;
|
|
1239
|
+
FLDyDx?: undefined;
|
|
1240
|
+
FLMaker?: undefined;
|
|
1241
|
+
FLBalancer?: undefined;
|
|
1242
|
+
FLSpark?: undefined;
|
|
1243
|
+
FLUniV3?: undefined;
|
|
1244
|
+
FLGho?: undefined;
|
|
1245
|
+
FLMorphoBlue?: undefined;
|
|
1246
|
+
UniSupply?: undefined;
|
|
1247
|
+
UniWithdraw?: undefined;
|
|
1248
|
+
UniCollectV3?: undefined;
|
|
1249
|
+
UniMintV3?: undefined;
|
|
1250
|
+
UniSupplyV3?: undefined;
|
|
1251
|
+
UniWithdrawV3?: undefined;
|
|
1252
|
+
UniCreatePoolV3?: undefined;
|
|
1253
|
+
DyDxWithdraw?: undefined;
|
|
1254
|
+
YearnSupply?: undefined;
|
|
1255
|
+
YearnWithdraw?: undefined;
|
|
1256
|
+
LiquityClose?: undefined;
|
|
1257
|
+
LiquityBorrow?: undefined;
|
|
1258
|
+
LiquityOpen?: undefined;
|
|
1259
|
+
LiquityPayback?: undefined;
|
|
1260
|
+
LiquityWithdraw?: undefined;
|
|
1261
|
+
LiquitySupply?: undefined;
|
|
1262
|
+
LiquitySPDeposit?: undefined;
|
|
1263
|
+
LiquitySPWithdraw?: undefined;
|
|
1264
|
+
LiquityStake?: undefined;
|
|
1265
|
+
LiquityUnstake?: undefined;
|
|
1266
|
+
LiquityEthGainToTrove?: undefined;
|
|
1267
|
+
LiquityClaim?: undefined;
|
|
1268
|
+
LiquityRedeem?: undefined;
|
|
1269
|
+
LiquityAdjust?: undefined;
|
|
1270
|
+
LiquityV2CloseLegacy?: undefined;
|
|
1271
|
+
LiquityV2PaybackLegacy?: undefined;
|
|
1272
|
+
LiquityV2Open?: undefined;
|
|
1273
|
+
LiquityV2Close?: undefined;
|
|
1274
|
+
LiquityV2Supply?: undefined;
|
|
1275
|
+
LiquityV2Withdraw?: undefined;
|
|
1276
|
+
LiquityV2Borrow?: undefined;
|
|
1277
|
+
LiquityV2Payback?: undefined;
|
|
1278
|
+
LiquityV2Claim?: undefined;
|
|
1279
|
+
LiquityV2Adjust?: undefined;
|
|
1280
|
+
LiquityV2AdjustInterestRate?: undefined;
|
|
1281
|
+
LiquityV2SPDeposit?: undefined;
|
|
1282
|
+
LiquityV2SPWithdraw?: undefined;
|
|
1283
|
+
LiquityV2SPClaimColl?: undefined;
|
|
1284
|
+
LiquityV2AdjustZombieTrove?: undefined;
|
|
1285
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
1286
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
1287
|
+
LidoStake?: undefined;
|
|
1288
|
+
LidoWrap?: undefined;
|
|
1289
|
+
LidoUnwrap?: undefined;
|
|
1290
|
+
InstPullTokens?: undefined;
|
|
1291
|
+
BalancerV2Supply?: undefined;
|
|
1292
|
+
BalancerV2Withdraw?: undefined;
|
|
1293
|
+
BalancerV2Claim?: undefined;
|
|
1294
|
+
GUniWithdraw?: undefined;
|
|
1295
|
+
GUniDeposit?: undefined;
|
|
1296
|
+
RariDeposit?: undefined;
|
|
1297
|
+
RariWithdraw?: undefined;
|
|
1298
|
+
MStableDeposit?: undefined;
|
|
1299
|
+
MStableWithdraw?: undefined;
|
|
1300
|
+
MStableClaim?: undefined;
|
|
1301
|
+
McdRatioCheck?: undefined;
|
|
1302
|
+
GasFeeTaker?: undefined;
|
|
1303
|
+
CurveStethPoolDeposit?: undefined;
|
|
1304
|
+
CurveStethPoolWithdraw?: undefined;
|
|
1305
|
+
CurveDeposit?: undefined;
|
|
1306
|
+
CurveWithdraw?: undefined;
|
|
1307
|
+
McdBoostComposite?: undefined;
|
|
1308
|
+
McdRepayComposite?: undefined;
|
|
1309
|
+
FLEuler?: undefined;
|
|
1310
|
+
TrailingStopTrigger?: undefined;
|
|
1311
|
+
CBRebondTrigger?: undefined;
|
|
1312
|
+
CBUpdateRebondSub?: undefined;
|
|
1313
|
+
LiquityRatioCheck?: undefined;
|
|
1314
|
+
ConvexDeposit?: undefined;
|
|
1315
|
+
ConvexWithdraw?: undefined;
|
|
1316
|
+
ConvexClaim?: undefined;
|
|
1317
|
+
CBCreate?: undefined;
|
|
1318
|
+
CBRedeem?: undefined;
|
|
1319
|
+
CBChickenIn?: undefined;
|
|
1320
|
+
CBChickenOut?: undefined;
|
|
1321
|
+
CBCreateRebondSub?: undefined;
|
|
1322
|
+
FetchBondId?: undefined;
|
|
1323
|
+
CompV3Allow?: undefined;
|
|
1324
|
+
CompV3Borrow?: undefined;
|
|
1325
|
+
CompV3Claim?: undefined;
|
|
1326
|
+
CompV3Payback?: undefined;
|
|
1327
|
+
CompV3Supply?: undefined;
|
|
1328
|
+
CompV3Transfer?: undefined;
|
|
1329
|
+
CompV3Withdraw?: undefined;
|
|
1330
|
+
CurveUsdBorrow?: undefined;
|
|
1331
|
+
CurveUsdCreate?: undefined;
|
|
1332
|
+
CurveUsdPayback?: undefined;
|
|
1333
|
+
CurveUsdSupply?: undefined;
|
|
1334
|
+
CurveUsdAdjust?: undefined;
|
|
1335
|
+
CurveUsdWithdraw?: undefined;
|
|
1336
|
+
CurveUsdLevCreate?: undefined;
|
|
1337
|
+
CurveUsdRepay?: undefined;
|
|
1338
|
+
CurveUsdSwapper?: undefined;
|
|
1339
|
+
CurveUsdSwapperTransient?: undefined;
|
|
1340
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
1341
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
1342
|
+
CurveUsdGetDebt?: undefined;
|
|
1343
|
+
CurveUsdCollRatioTrigger?: undefined;
|
|
1344
|
+
CurveUsdCollRatioCheck?: undefined;
|
|
1345
|
+
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
1346
|
+
CurveUsdLevCreateTransient?: undefined;
|
|
1347
|
+
CurveUsdRepayTransient?: undefined;
|
|
1348
|
+
MorphoBlueSupply?: undefined;
|
|
1349
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
1350
|
+
MorphoBlueWithdraw?: undefined;
|
|
1351
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
1352
|
+
MorphoBlueBorrow?: undefined;
|
|
1353
|
+
MorphoBluePayback?: undefined;
|
|
1354
|
+
MorphoBlueSetAuth?: undefined;
|
|
1355
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
1356
|
+
MorphoTokenWrap?: undefined;
|
|
1357
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
1358
|
+
MorphoBlueClaim?: undefined;
|
|
1359
|
+
LlamaLendCreate?: undefined;
|
|
1360
|
+
LlamaLendSupply?: undefined;
|
|
1361
|
+
LlamaLendBorrow?: undefined;
|
|
1362
|
+
LlamaLendWithdraw?: undefined;
|
|
1363
|
+
LlamaLendPayback?: undefined;
|
|
1364
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
1365
|
+
LlamaLendGetDebt?: undefined;
|
|
1366
|
+
LlamaLendBoost?: undefined;
|
|
1367
|
+
LlamaLendRepay?: undefined;
|
|
1368
|
+
LlamaLendLevCreate?: undefined;
|
|
1369
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
1370
|
+
EulerV2Supply?: undefined;
|
|
1371
|
+
EulerV2Withdraw?: undefined;
|
|
1372
|
+
EulerV2Borrow?: undefined;
|
|
1373
|
+
EulerV2Payback?: undefined;
|
|
1374
|
+
EulerV2CollateralSwitch?: undefined;
|
|
1375
|
+
EulerV2View?: undefined;
|
|
1376
|
+
RenzoStake?: undefined;
|
|
1377
|
+
EtherFiStake?: undefined;
|
|
1378
|
+
EtherFiWrap?: undefined;
|
|
1379
|
+
EtherFiUnwrap?: undefined;
|
|
1380
|
+
KingClaim?: undefined;
|
|
1381
|
+
FluidVaultT1Open?: undefined;
|
|
1382
|
+
FluidVaultT1Adjust?: undefined;
|
|
1383
|
+
FluidVaultT1Borrow?: undefined;
|
|
1384
|
+
FluidVaultT1Payback?: undefined;
|
|
1385
|
+
FluidVaultT1Withdraw?: undefined;
|
|
1386
|
+
FluidVaultT1Supply?: undefined;
|
|
1387
|
+
FluidView?: undefined;
|
|
1388
|
+
FluidClaim?: undefined;
|
|
1389
|
+
FluidDexOpen?: undefined;
|
|
1390
|
+
FluidDexSupply?: undefined;
|
|
1391
|
+
FluidDexBorrow?: undefined;
|
|
1392
|
+
FluidDexPayback?: undefined;
|
|
1393
|
+
FluidDexWithdraw?: undefined;
|
|
1394
|
+
PendleTokenRedeem?: undefined;
|
|
1395
|
+
UmbrellaClaimRewards?: undefined;
|
|
1396
|
+
UmbrellaStake?: undefined;
|
|
1397
|
+
UmbrellaUnstake?: undefined;
|
|
1398
|
+
SFApproveTokens?: undefined;
|
|
1399
|
+
AaveV3RatioTrigger?: undefined;
|
|
1400
|
+
GasFeeTakerL2?: undefined;
|
|
1401
|
+
AaveV3RatioCheck?: undefined;
|
|
1402
|
+
MorphoBlueView?: undefined;
|
|
1403
|
+
} | {
|
|
1404
|
+
DFSSell: string;
|
|
1405
|
+
DFSSellNoFee: string;
|
|
1406
|
+
WrapEth: string;
|
|
1407
|
+
UnwrapEth: string;
|
|
1408
|
+
SendToken: string;
|
|
1409
|
+
SendTokens: string;
|
|
1410
|
+
SendTokenAndUnwrap: string;
|
|
1411
|
+
PullToken: string;
|
|
1412
|
+
ApproveToken: string;
|
|
1413
|
+
SumInputs: string;
|
|
1414
|
+
SubInputs: string;
|
|
1415
|
+
TokenBalance: string;
|
|
1416
|
+
PermitToken: string;
|
|
1417
|
+
MerklClaim: string;
|
|
1418
|
+
TransferNFT: string;
|
|
1419
|
+
TokenizedVaultAdapter: string;
|
|
1420
|
+
FLAction: string;
|
|
1421
|
+
FLAaveV3: string;
|
|
1422
|
+
AaveV3Withdraw: string;
|
|
1423
|
+
AaveV3Supply: string;
|
|
1424
|
+
AaveV3SetEMode: string;
|
|
1425
|
+
AaveV3Payback: string;
|
|
1426
|
+
AaveV3CollateralSwitch: string;
|
|
1427
|
+
AaveV3ClaimRewards: string;
|
|
1428
|
+
AaveV3Borrow: string;
|
|
1429
|
+
AaveV3ATokenPayback: string;
|
|
1430
|
+
AaveV3View: string;
|
|
1431
|
+
AaveV3DelegateWithSig: string;
|
|
1432
|
+
AaveV3DelegateCredit: string;
|
|
1433
|
+
PendleTokenRedeem: string;
|
|
1434
|
+
ChangeProxyOwner?: undefined;
|
|
1435
|
+
AutomationV2Unsub?: undefined;
|
|
1436
|
+
ToggleSub?: undefined;
|
|
1437
|
+
UpdateSub?: undefined;
|
|
1438
|
+
CreateSub?: undefined;
|
|
1439
|
+
SDaiWrap?: undefined;
|
|
1440
|
+
SDaiUnwrap?: undefined;
|
|
1441
|
+
StarknetClaim?: undefined;
|
|
1442
|
+
HandleAuth?: undefined;
|
|
1443
|
+
SkyStake?: undefined;
|
|
1444
|
+
SkyUnstake?: undefined;
|
|
1445
|
+
SkyClaimRewards?: undefined;
|
|
1446
|
+
SkyStakingEngineOpen?: undefined;
|
|
1447
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
1448
|
+
SkyStakingEngineStake?: undefined;
|
|
1449
|
+
SkyStakingEngineUnstake?: undefined;
|
|
1450
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
1451
|
+
McdGenerate?: undefined;
|
|
1452
|
+
McdGive?: undefined;
|
|
1453
|
+
McdMerge?: undefined;
|
|
1454
|
+
McdOpen?: undefined;
|
|
1455
|
+
McdPayback?: undefined;
|
|
1456
|
+
McdSupply?: undefined;
|
|
1457
|
+
McdWithdraw?: undefined;
|
|
1458
|
+
McdClaim?: undefined;
|
|
1459
|
+
McdDsrDeposit?: undefined;
|
|
1460
|
+
McdDsrWithdraw?: undefined;
|
|
1461
|
+
McdTokenConverter?: undefined;
|
|
1462
|
+
ReflexerSupply?: undefined;
|
|
1463
|
+
ReflexerWithdraw?: undefined;
|
|
1464
|
+
ReflexerPayback?: undefined;
|
|
1465
|
+
ReflexerGenerate?: undefined;
|
|
1466
|
+
ReflexerOpen?: undefined;
|
|
1467
|
+
ReflexerWithdrawStuckFunds?: undefined;
|
|
1468
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
1469
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
1470
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
1471
|
+
AaveBorrow?: undefined;
|
|
1472
|
+
AavePayback?: undefined;
|
|
1473
|
+
AaveSupply?: undefined;
|
|
1474
|
+
AaveWithdraw?: undefined;
|
|
1475
|
+
AaveCollateralSwitch?: undefined;
|
|
1476
|
+
AaveUnstake?: undefined;
|
|
1477
|
+
AaveClaimAAVE?: undefined;
|
|
1478
|
+
AaveClaimStkAave?: undefined;
|
|
1479
|
+
AaveV3SwapBorrowRateMode?: undefined;
|
|
1480
|
+
GhoClaimAAVE?: undefined;
|
|
1481
|
+
GhoUnstake?: undefined;
|
|
1482
|
+
GhoStake?: undefined;
|
|
1483
|
+
LSVWithdraw?: undefined;
|
|
1484
|
+
LSVBorrow?: undefined;
|
|
1485
|
+
LSVSupply?: undefined;
|
|
1486
|
+
LSVPayback?: undefined;
|
|
1487
|
+
LSVSell?: undefined;
|
|
1488
|
+
MorphoAaveV2Borrow?: undefined;
|
|
1489
|
+
MorphoAaveV2Payback?: undefined;
|
|
1490
|
+
MorphoAaveV2Supply?: undefined;
|
|
1491
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
1492
|
+
MorphoClaim?: undefined;
|
|
1493
|
+
MorphoAaveV3Borrow?: undefined;
|
|
1494
|
+
MorphoAaveV3Payback?: undefined;
|
|
1495
|
+
MorphoAaveV3Supply?: undefined;
|
|
1496
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
1497
|
+
MorphoAaveV3SetManager?: undefined;
|
|
1498
|
+
SparkBorrow?: undefined;
|
|
1499
|
+
SparkClaimRewards?: undefined;
|
|
1500
|
+
SparkCollateralSwitch?: undefined;
|
|
1501
|
+
SparkPayback?: undefined;
|
|
1502
|
+
SparkSetEMode?: undefined;
|
|
1503
|
+
SparkSpTokenPayback?: undefined;
|
|
1504
|
+
SparkSupply?: undefined;
|
|
1505
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
1506
|
+
SparkWithdraw?: undefined;
|
|
1507
|
+
SparkDelegateCredit?: undefined;
|
|
1508
|
+
SparkDelegateWithSig?: undefined;
|
|
1509
|
+
SparkSPKClaim?: undefined;
|
|
1510
|
+
CompBorrow?: undefined;
|
|
1511
|
+
CompClaim?: undefined;
|
|
1512
|
+
CompPayback?: undefined;
|
|
1513
|
+
CompSupply?: undefined;
|
|
1514
|
+
CompWithdraw?: undefined;
|
|
1515
|
+
CompGetDebt?: undefined;
|
|
1516
|
+
CompCollateralSwitch?: undefined;
|
|
1517
|
+
FLAaveV2?: undefined;
|
|
1518
|
+
FLAaveV3NoFee?: undefined;
|
|
1519
|
+
FLAaveV3CarryDebt?: undefined;
|
|
1520
|
+
FLDyDx?: undefined;
|
|
1521
|
+
FLMaker?: undefined;
|
|
1522
|
+
FLBalancer?: undefined;
|
|
1523
|
+
FLSpark?: undefined;
|
|
1524
|
+
FLUniV3?: undefined;
|
|
1525
|
+
FLGho?: undefined;
|
|
1526
|
+
FLMorphoBlue?: undefined;
|
|
1527
|
+
UniSupply?: undefined;
|
|
1528
|
+
UniWithdraw?: undefined;
|
|
1529
|
+
UniCollectV3?: undefined;
|
|
1530
|
+
UniMintV3?: undefined;
|
|
1531
|
+
UniSupplyV3?: undefined;
|
|
1532
|
+
UniWithdrawV3?: undefined;
|
|
1533
|
+
UniCreatePoolV3?: undefined;
|
|
1534
|
+
DyDxWithdraw?: undefined;
|
|
1535
|
+
YearnSupply?: undefined;
|
|
1536
|
+
YearnWithdraw?: undefined;
|
|
1537
|
+
LiquityClose?: undefined;
|
|
1538
|
+
LiquityBorrow?: undefined;
|
|
1539
|
+
LiquityOpen?: undefined;
|
|
1540
|
+
LiquityPayback?: undefined;
|
|
1541
|
+
LiquityWithdraw?: undefined;
|
|
1542
|
+
LiquitySupply?: undefined;
|
|
1543
|
+
LiquitySPDeposit?: undefined;
|
|
1544
|
+
LiquitySPWithdraw?: undefined;
|
|
1545
|
+
LiquityStake?: undefined;
|
|
1546
|
+
LiquityUnstake?: undefined;
|
|
1547
|
+
LiquityEthGainToTrove?: undefined;
|
|
1548
|
+
LiquityClaim?: undefined;
|
|
1549
|
+
LiquityRedeem?: undefined;
|
|
1550
|
+
LiquityAdjust?: undefined;
|
|
1551
|
+
LiquityV2CloseLegacy?: undefined;
|
|
1552
|
+
LiquityV2PaybackLegacy?: undefined;
|
|
1553
|
+
LiquityV2Open?: undefined;
|
|
1554
|
+
LiquityV2Close?: undefined;
|
|
1555
|
+
LiquityV2Supply?: undefined;
|
|
1556
|
+
LiquityV2Withdraw?: undefined;
|
|
1557
|
+
LiquityV2Borrow?: undefined;
|
|
1558
|
+
LiquityV2Payback?: undefined;
|
|
1559
|
+
LiquityV2Claim?: undefined;
|
|
1560
|
+
LiquityV2Adjust?: undefined;
|
|
1561
|
+
LiquityV2AdjustInterestRate?: undefined;
|
|
1562
|
+
LiquityV2SPDeposit?: undefined;
|
|
1563
|
+
LiquityV2SPWithdraw?: undefined;
|
|
1564
|
+
LiquityV2SPClaimColl?: undefined;
|
|
1565
|
+
LiquityV2AdjustZombieTrove?: undefined;
|
|
1566
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
1567
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
1568
|
+
LidoStake?: undefined;
|
|
1569
|
+
LidoWrap?: undefined;
|
|
1570
|
+
LidoUnwrap?: undefined;
|
|
1571
|
+
InstPullTokens?: undefined;
|
|
1572
|
+
BalancerV2Supply?: undefined;
|
|
1573
|
+
BalancerV2Withdraw?: undefined;
|
|
1574
|
+
BalancerV2Claim?: undefined;
|
|
1575
|
+
GUniWithdraw?: undefined;
|
|
1576
|
+
GUniDeposit?: undefined;
|
|
1577
|
+
RariDeposit?: undefined;
|
|
1578
|
+
RariWithdraw?: undefined;
|
|
1579
|
+
MStableDeposit?: undefined;
|
|
1580
|
+
MStableWithdraw?: undefined;
|
|
1581
|
+
MStableClaim?: undefined;
|
|
1582
|
+
McdRatioCheck?: undefined;
|
|
1583
|
+
GasFeeTaker?: undefined;
|
|
1584
|
+
CurveStethPoolDeposit?: undefined;
|
|
1585
|
+
CurveStethPoolWithdraw?: undefined;
|
|
1586
|
+
CurveDeposit?: undefined;
|
|
1587
|
+
CurveWithdraw?: undefined;
|
|
1588
|
+
McdBoostComposite?: undefined;
|
|
1589
|
+
McdRepayComposite?: undefined;
|
|
1590
|
+
FLEuler?: undefined;
|
|
1591
|
+
TrailingStopTrigger?: undefined;
|
|
1592
|
+
CBRebondTrigger?: undefined;
|
|
1593
|
+
CBUpdateRebondSub?: undefined;
|
|
1594
|
+
LiquityRatioCheck?: undefined;
|
|
1595
|
+
ConvexDeposit?: undefined;
|
|
1596
|
+
ConvexWithdraw?: undefined;
|
|
1597
|
+
ConvexClaim?: undefined;
|
|
1598
|
+
CBCreate?: undefined;
|
|
1599
|
+
CBRedeem?: undefined;
|
|
1600
|
+
CBChickenIn?: undefined;
|
|
1601
|
+
CBChickenOut?: undefined;
|
|
1602
|
+
CBCreateRebondSub?: undefined;
|
|
1603
|
+
FetchBondId?: undefined;
|
|
1604
|
+
CompV3Allow?: undefined;
|
|
1605
|
+
CompV3Borrow?: undefined;
|
|
1606
|
+
CompV3Claim?: undefined;
|
|
1607
|
+
CompV3Payback?: undefined;
|
|
1608
|
+
CompV3Supply?: undefined;
|
|
1609
|
+
CompV3Transfer?: undefined;
|
|
1610
|
+
CompV3Withdraw?: undefined;
|
|
1611
|
+
CurveUsdBorrow?: undefined;
|
|
1612
|
+
CurveUsdCreate?: undefined;
|
|
1613
|
+
CurveUsdPayback?: undefined;
|
|
1614
|
+
CurveUsdSupply?: undefined;
|
|
1615
|
+
CurveUsdAdjust?: undefined;
|
|
1616
|
+
CurveUsdWithdraw?: undefined;
|
|
1617
|
+
CurveUsdLevCreate?: undefined;
|
|
1618
|
+
CurveUsdRepay?: undefined;
|
|
1619
|
+
CurveUsdSwapper?: undefined;
|
|
1620
|
+
CurveUsdSwapperTransient?: undefined;
|
|
1621
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
1622
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
1623
|
+
CurveUsdGetDebt?: undefined;
|
|
1624
|
+
CurveUsdCollRatioTrigger?: undefined;
|
|
1625
|
+
CurveUsdCollRatioCheck?: undefined;
|
|
1626
|
+
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
1627
|
+
CurveUsdLevCreateTransient?: undefined;
|
|
1628
|
+
CurveUsdRepayTransient?: undefined;
|
|
1629
|
+
MorphoBlueSupply?: undefined;
|
|
1630
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
1631
|
+
MorphoBlueWithdraw?: undefined;
|
|
1632
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
1633
|
+
MorphoBlueBorrow?: undefined;
|
|
1634
|
+
MorphoBluePayback?: undefined;
|
|
1635
|
+
MorphoBlueSetAuth?: undefined;
|
|
1636
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
1637
|
+
MorphoTokenWrap?: undefined;
|
|
1638
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
1639
|
+
MorphoBlueClaim?: undefined;
|
|
1640
|
+
LlamaLendCreate?: undefined;
|
|
1641
|
+
LlamaLendSupply?: undefined;
|
|
1642
|
+
LlamaLendBorrow?: undefined;
|
|
1643
|
+
LlamaLendWithdraw?: undefined;
|
|
1644
|
+
LlamaLendPayback?: undefined;
|
|
1645
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
1646
|
+
LlamaLendGetDebt?: undefined;
|
|
1647
|
+
LlamaLendBoost?: undefined;
|
|
1648
|
+
LlamaLendRepay?: undefined;
|
|
1649
|
+
LlamaLendLevCreate?: undefined;
|
|
1650
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
1651
|
+
EulerV2Supply?: undefined;
|
|
1652
|
+
EulerV2Withdraw?: undefined;
|
|
1653
|
+
EulerV2Borrow?: undefined;
|
|
1654
|
+
EulerV2Payback?: undefined;
|
|
1655
|
+
EulerV2CollateralSwitch?: undefined;
|
|
1656
|
+
EulerV2View?: undefined;
|
|
1657
|
+
RenzoStake?: undefined;
|
|
1658
|
+
EtherFiStake?: undefined;
|
|
1659
|
+
EtherFiWrap?: undefined;
|
|
1660
|
+
EtherFiUnwrap?: undefined;
|
|
1661
|
+
KingClaim?: undefined;
|
|
1662
|
+
FluidVaultT1Open?: undefined;
|
|
1663
|
+
FluidVaultT1Adjust?: undefined;
|
|
1664
|
+
FluidVaultT1Borrow?: undefined;
|
|
1665
|
+
FluidVaultT1Payback?: undefined;
|
|
1666
|
+
FluidVaultT1Withdraw?: undefined;
|
|
1667
|
+
FluidVaultT1Supply?: undefined;
|
|
1668
|
+
FluidView?: undefined;
|
|
1669
|
+
FluidClaim?: undefined;
|
|
1670
|
+
FluidDexOpen?: undefined;
|
|
1671
|
+
FluidDexSupply?: undefined;
|
|
1672
|
+
FluidDexBorrow?: undefined;
|
|
1673
|
+
FluidDexPayback?: undefined;
|
|
1674
|
+
FluidDexWithdraw?: undefined;
|
|
1675
|
+
UmbrellaClaimRewards?: undefined;
|
|
1676
|
+
UmbrellaStake?: undefined;
|
|
1677
|
+
UmbrellaUnstake?: undefined;
|
|
1678
|
+
SFApproveTokens?: undefined;
|
|
1679
|
+
AaveV3RatioTrigger?: undefined;
|
|
1680
|
+
GasFeeTakerL2?: undefined;
|
|
1681
|
+
AaveV3RatioCheck?: undefined;
|
|
1682
|
+
MorphoBlueView?: undefined;
|
|
1683
|
+
};
|
|
1684
|
+
};
|
|
1685
|
+
export declare const otherAddresses: {
|
|
1686
|
+
[x: number]: {
|
|
1687
|
+
RecipeExecutor: string;
|
|
1688
|
+
DFSRegistry: string;
|
|
1689
|
+
DFSProxyRegistry: string;
|
|
1690
|
+
ProxyRegistry: string;
|
|
1691
|
+
McdCdpManager: string;
|
|
1692
|
+
BCdpManager: string;
|
|
1693
|
+
AaveDefaultMarket: string;
|
|
1694
|
+
UniswapV3PositionManager: string;
|
|
1695
|
+
RaiWethUniV2LPToken: string;
|
|
1696
|
+
BalancerToken: string;
|
|
1697
|
+
CrvToken: string;
|
|
1698
|
+
CvxToken: string;
|
|
1699
|
+
DAI: string;
|
|
1700
|
+
GHO: string;
|
|
1701
|
+
LUSD: string;
|
|
1702
|
+
BLUSD: string;
|
|
1703
|
+
Empty: string;
|
|
1704
|
+
DSGuardFactory?: undefined;
|
|
1705
|
+
AdminVault?: undefined;
|
|
1706
|
+
DefisaverLogger?: undefined;
|
|
1707
|
+
} | {
|
|
1708
|
+
RecipeExecutor: string;
|
|
1709
|
+
DFSRegistry: string;
|
|
1710
|
+
ProxyRegistry: string;
|
|
1711
|
+
DSGuardFactory: string;
|
|
1712
|
+
AdminVault: string;
|
|
1713
|
+
DefisaverLogger: string;
|
|
1714
|
+
Empty: string;
|
|
1715
|
+
UniswapV3PositionManager: string;
|
|
1716
|
+
DFSProxyRegistry?: undefined;
|
|
1717
|
+
McdCdpManager?: undefined;
|
|
1718
|
+
BCdpManager?: undefined;
|
|
1719
|
+
AaveDefaultMarket?: undefined;
|
|
1720
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1721
|
+
BalancerToken?: undefined;
|
|
1722
|
+
CrvToken?: undefined;
|
|
1723
|
+
CvxToken?: undefined;
|
|
1724
|
+
DAI?: undefined;
|
|
1725
|
+
GHO?: undefined;
|
|
1726
|
+
LUSD?: undefined;
|
|
1727
|
+
BLUSD?: undefined;
|
|
1728
|
+
} | {
|
|
1729
|
+
RecipeExecutor: string;
|
|
1730
|
+
DFSRegistry: string;
|
|
1731
|
+
ProxyRegistry: string;
|
|
1732
|
+
DSGuardFactory: string;
|
|
1733
|
+
AdminVault: string;
|
|
1734
|
+
DefisaverLogger: string;
|
|
1735
|
+
Empty: string;
|
|
1736
|
+
DFSProxyRegistry?: undefined;
|
|
1737
|
+
McdCdpManager?: undefined;
|
|
1738
|
+
BCdpManager?: undefined;
|
|
1739
|
+
AaveDefaultMarket?: undefined;
|
|
1740
|
+
UniswapV3PositionManager?: undefined;
|
|
1741
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1742
|
+
BalancerToken?: undefined;
|
|
1743
|
+
CrvToken?: undefined;
|
|
1744
|
+
CvxToken?: undefined;
|
|
1745
|
+
DAI?: undefined;
|
|
1746
|
+
GHO?: undefined;
|
|
1747
|
+
LUSD?: undefined;
|
|
1748
|
+
BLUSD?: undefined;
|
|
1749
|
+
} | {
|
|
1750
|
+
RecipeExecutor: string;
|
|
1751
|
+
DFSRegistry: string;
|
|
1752
|
+
DSGuardFactory: string;
|
|
1753
|
+
AdminVault: string;
|
|
1754
|
+
DefisaverLogger: string;
|
|
1755
|
+
Empty: string;
|
|
1756
|
+
DFSProxyRegistry?: undefined;
|
|
1757
|
+
ProxyRegistry?: undefined;
|
|
1758
|
+
McdCdpManager?: undefined;
|
|
1759
|
+
BCdpManager?: undefined;
|
|
1760
|
+
AaveDefaultMarket?: undefined;
|
|
1761
|
+
UniswapV3PositionManager?: undefined;
|
|
1762
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1763
|
+
BalancerToken?: undefined;
|
|
1764
|
+
CrvToken?: undefined;
|
|
1765
|
+
CvxToken?: undefined;
|
|
1766
|
+
DAI?: undefined;
|
|
1767
|
+
GHO?: undefined;
|
|
1768
|
+
LUSD?: undefined;
|
|
1769
|
+
BLUSD?: undefined;
|
|
1770
|
+
} | {
|
|
1771
|
+
RecipeExecutor: string;
|
|
1772
|
+
DFSRegistry: string;
|
|
1773
|
+
AdminVault: string;
|
|
1774
|
+
DefisaverLogger: string;
|
|
1775
|
+
Empty: string;
|
|
1776
|
+
DFSProxyRegistry?: undefined;
|
|
1777
|
+
ProxyRegistry?: undefined;
|
|
1778
|
+
McdCdpManager?: undefined;
|
|
1779
|
+
BCdpManager?: undefined;
|
|
1780
|
+
AaveDefaultMarket?: undefined;
|
|
1781
|
+
UniswapV3PositionManager?: undefined;
|
|
1782
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1783
|
+
BalancerToken?: undefined;
|
|
1784
|
+
CrvToken?: undefined;
|
|
1785
|
+
CvxToken?: undefined;
|
|
1786
|
+
DAI?: undefined;
|
|
1787
|
+
GHO?: undefined;
|
|
1788
|
+
LUSD?: undefined;
|
|
1789
|
+
BLUSD?: undefined;
|
|
1790
|
+
DSGuardFactory?: undefined;
|
|
1125
1791
|
};
|
|
1126
1792
|
};
|
|
1127
1793
|
/**
|