@defisaver/sdk 1.0.49 → 1.0.50
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/addresses.d.ts +192 -0
- package/esm/src/addresses.js +40 -0
- package/esm/src/config.js +8 -0
- package/esm/src/index.d.ts +897 -129
- package/esm/src/types.d.ts +1 -0
- package/package.json +1 -1
- package/umd/index.js +52 -0
package/esm/src/index.d.ts
CHANGED
|
@@ -524,6 +524,177 @@ declare const actionAddressesAllChains: {
|
|
|
524
524
|
CurveUsdSelfLiquidate?: undefined;
|
|
525
525
|
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
526
526
|
AaveV3RatioTrigger?: undefined;
|
|
527
|
+
} | {
|
|
528
|
+
DFSSell: string;
|
|
529
|
+
WrapEth: string;
|
|
530
|
+
UnwrapEth: string;
|
|
531
|
+
SendToken: string;
|
|
532
|
+
PullToken: string;
|
|
533
|
+
FLAaveV3: string;
|
|
534
|
+
FLBalancer: string;
|
|
535
|
+
FLUniV3: string;
|
|
536
|
+
AaveV3Withdraw: string;
|
|
537
|
+
AaveV3SwapBorrowRateMode: string;
|
|
538
|
+
AaveV3Supply: string;
|
|
539
|
+
AaveV3SetEMode: string;
|
|
540
|
+
AaveV3Payback: string;
|
|
541
|
+
AaveV3CollateralSwitch: string;
|
|
542
|
+
AaveV3ClaimRewards: string;
|
|
543
|
+
AaveV3Borrow: string;
|
|
544
|
+
AaveV3ATokenPayback: string;
|
|
545
|
+
AaveV3View: string;
|
|
546
|
+
CompV3Allow: string;
|
|
547
|
+
CompV3Borrow: string;
|
|
548
|
+
CompV3Claim: string;
|
|
549
|
+
CompV3Payback: string;
|
|
550
|
+
CompV3Supply: string;
|
|
551
|
+
CompV3Transfer: string;
|
|
552
|
+
CompV3Withdraw: string;
|
|
553
|
+
SumInputs?: undefined;
|
|
554
|
+
SubInputs?: undefined;
|
|
555
|
+
ChangeProxyOwner?: undefined;
|
|
556
|
+
TokenBalance?: undefined;
|
|
557
|
+
AutomationV2Unsub?: undefined;
|
|
558
|
+
SendTokenAndUnwrap?: undefined;
|
|
559
|
+
ToggleSub?: undefined;
|
|
560
|
+
UpdateSub?: undefined;
|
|
561
|
+
TransferNFT?: undefined;
|
|
562
|
+
CreateSub?: undefined;
|
|
563
|
+
SDaiWrap?: undefined;
|
|
564
|
+
SDaiUnwrap?: undefined;
|
|
565
|
+
TokenizedVaultAdapter?: undefined;
|
|
566
|
+
McdGenerate?: undefined;
|
|
567
|
+
McdGive?: undefined;
|
|
568
|
+
McdMerge?: undefined;
|
|
569
|
+
McdOpen?: undefined;
|
|
570
|
+
McdPayback?: undefined;
|
|
571
|
+
McdSupply?: undefined;
|
|
572
|
+
McdWithdraw?: undefined;
|
|
573
|
+
McdClaim?: undefined;
|
|
574
|
+
McdDsrDeposit?: undefined;
|
|
575
|
+
McdDsrWithdraw?: undefined;
|
|
576
|
+
ReflexerSupply?: undefined;
|
|
577
|
+
ReflexerWithdraw?: undefined;
|
|
578
|
+
ReflexerPayback?: undefined;
|
|
579
|
+
ReflexerGenerate?: undefined;
|
|
580
|
+
ReflexerOpen?: undefined;
|
|
581
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
582
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
583
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
584
|
+
AaveBorrow?: undefined;
|
|
585
|
+
AavePayback?: undefined;
|
|
586
|
+
AaveSupply?: undefined;
|
|
587
|
+
AaveWithdraw?: undefined;
|
|
588
|
+
AaveCollateralSwitch?: undefined;
|
|
589
|
+
AaveUnstake?: undefined;
|
|
590
|
+
AaveClaimAAVE?: undefined;
|
|
591
|
+
MorphoAaveV2Borrow?: undefined;
|
|
592
|
+
MorphoAaveV2Payback?: undefined;
|
|
593
|
+
MorphoAaveV2Supply?: undefined;
|
|
594
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
595
|
+
MorphoClaim?: undefined;
|
|
596
|
+
MorphoAaveV3Borrow?: undefined;
|
|
597
|
+
MorphoAaveV3Payback?: undefined;
|
|
598
|
+
MorphoAaveV3Supply?: undefined;
|
|
599
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
600
|
+
SparkBorrow?: undefined;
|
|
601
|
+
SparkClaimRewards?: undefined;
|
|
602
|
+
SparkCollateralSwitch?: undefined;
|
|
603
|
+
SparkPayback?: undefined;
|
|
604
|
+
SparkSetEMode?: undefined;
|
|
605
|
+
SparkSpTokenPayback?: undefined;
|
|
606
|
+
SparkSupply?: undefined;
|
|
607
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
608
|
+
SparkWithdraw?: undefined;
|
|
609
|
+
CompBorrow?: undefined;
|
|
610
|
+
CompClaim?: undefined;
|
|
611
|
+
CompPayback?: undefined;
|
|
612
|
+
CompSupply?: undefined;
|
|
613
|
+
CompWithdraw?: undefined;
|
|
614
|
+
CompGetDebt?: undefined;
|
|
615
|
+
CompCollateralSwitch?: undefined;
|
|
616
|
+
FLAaveV2?: undefined;
|
|
617
|
+
FLAaveV3NoFee?: undefined;
|
|
618
|
+
FLDyDx?: undefined;
|
|
619
|
+
FLMaker?: undefined;
|
|
620
|
+
FLSpark?: undefined;
|
|
621
|
+
FLAction?: undefined;
|
|
622
|
+
FLGho?: undefined;
|
|
623
|
+
UniSupply?: undefined;
|
|
624
|
+
UniWithdraw?: undefined;
|
|
625
|
+
UniCollectV3?: undefined;
|
|
626
|
+
UniMintV3?: undefined;
|
|
627
|
+
UniSupplyV3?: undefined;
|
|
628
|
+
UniWithdrawV3?: undefined;
|
|
629
|
+
UniCreatePoolV3?: undefined;
|
|
630
|
+
DyDxWithdraw?: undefined;
|
|
631
|
+
YearnSupply?: undefined;
|
|
632
|
+
YearnWithdraw?: undefined;
|
|
633
|
+
LiquityClose?: undefined;
|
|
634
|
+
LiquityBorrow?: undefined;
|
|
635
|
+
LiquityOpen?: undefined;
|
|
636
|
+
LiquityPayback?: undefined;
|
|
637
|
+
LiquityWithdraw?: undefined;
|
|
638
|
+
LiquitySupply?: undefined;
|
|
639
|
+
LiquitySPDeposit?: undefined;
|
|
640
|
+
LiquitySPWithdraw?: undefined;
|
|
641
|
+
LiquityStake?: undefined;
|
|
642
|
+
LiquityUnstake?: undefined;
|
|
643
|
+
LiquityEthGainToTrove?: undefined;
|
|
644
|
+
LiquityClaim?: undefined;
|
|
645
|
+
LiquityRedeem?: undefined;
|
|
646
|
+
LiquityAdjust?: undefined;
|
|
647
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
648
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
649
|
+
LidoStake?: undefined;
|
|
650
|
+
LidoWrap?: undefined;
|
|
651
|
+
LidoUnwrap?: undefined;
|
|
652
|
+
InstPullTokens?: undefined;
|
|
653
|
+
BalancerV2Supply?: undefined;
|
|
654
|
+
BalancerV2Withdraw?: undefined;
|
|
655
|
+
BalancerV2Claim?: undefined;
|
|
656
|
+
GUniWithdraw?: undefined;
|
|
657
|
+
GUniDeposit?: undefined;
|
|
658
|
+
RariDeposit?: undefined;
|
|
659
|
+
RariWithdraw?: undefined;
|
|
660
|
+
MStableDeposit?: undefined;
|
|
661
|
+
MStableWithdraw?: undefined;
|
|
662
|
+
MStableClaim?: undefined;
|
|
663
|
+
McdRatioCheck?: undefined;
|
|
664
|
+
GasFeeTaker?: undefined;
|
|
665
|
+
CurveStethPoolDeposit?: undefined;
|
|
666
|
+
CurveStethPoolWithdraw?: undefined;
|
|
667
|
+
CurveDeposit?: undefined;
|
|
668
|
+
CurveWithdraw?: undefined;
|
|
669
|
+
McdBoostComposite?: undefined;
|
|
670
|
+
McdRepayComposite?: undefined;
|
|
671
|
+
FLEuler?: undefined;
|
|
672
|
+
TrailingStopTrigger?: undefined;
|
|
673
|
+
CBRebondTrigger?: undefined;
|
|
674
|
+
CBUpdateRebondSub?: undefined;
|
|
675
|
+
LiquityRatioCheck?: undefined;
|
|
676
|
+
ConvexDeposit?: undefined;
|
|
677
|
+
ConvexWithdraw?: undefined;
|
|
678
|
+
ConvexClaim?: undefined;
|
|
679
|
+
CBCreate?: undefined;
|
|
680
|
+
CBRedeem?: undefined;
|
|
681
|
+
CBChickenIn?: undefined;
|
|
682
|
+
CBChickenOut?: undefined;
|
|
683
|
+
CBCreateRebondSub?: undefined;
|
|
684
|
+
FetchBondId?: undefined;
|
|
685
|
+
CurveUsdBorrow?: undefined;
|
|
686
|
+
CurveUsdCreate?: undefined;
|
|
687
|
+
CurveUsdPayback?: undefined;
|
|
688
|
+
CurveUsdSupply?: undefined;
|
|
689
|
+
CurveUsdWithdraw?: undefined;
|
|
690
|
+
CurveUsdLevCreate?: undefined;
|
|
691
|
+
CurveUsdRepay?: undefined;
|
|
692
|
+
CurveUsdSwapper?: undefined;
|
|
693
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
694
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
695
|
+
AaveV3RatioTrigger?: undefined;
|
|
696
|
+
GasFeeTakerL2?: undefined;
|
|
697
|
+
AaveV3RatioCheck?: undefined;
|
|
527
698
|
};
|
|
528
699
|
};
|
|
529
700
|
declare const actionAddresses: (chainId?: null) => {
|
|
@@ -1039,103 +1210,316 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1039
1210
|
CurveUsdSelfLiquidate?: undefined;
|
|
1040
1211
|
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
1041
1212
|
AaveV3RatioTrigger?: undefined;
|
|
1042
|
-
};
|
|
1043
|
-
declare const otherAddressesAllChains: {
|
|
1044
|
-
[x: number]: {
|
|
1045
|
-
RecipeExecutor: string;
|
|
1046
|
-
DFSRegistry: string;
|
|
1047
|
-
DFSProxyRegistry: string;
|
|
1048
|
-
ProxyRegistry: string;
|
|
1049
|
-
McdCdpManager: string;
|
|
1050
|
-
BCdpManager: string;
|
|
1051
|
-
AaveDefaultMarket: string;
|
|
1052
|
-
UniswapV3PositionManager: string;
|
|
1053
|
-
RaiWethUniV2LPToken: string;
|
|
1054
|
-
BalancerToken: string;
|
|
1055
|
-
CrvToken: string;
|
|
1056
|
-
CvxToken: string;
|
|
1057
|
-
DAI: string;
|
|
1058
|
-
GHO: string;
|
|
1059
|
-
LUSD: string;
|
|
1060
|
-
BLUSD: string;
|
|
1061
|
-
Empty: string;
|
|
1062
|
-
DSGuardFactory?: undefined;
|
|
1063
|
-
AdminVault?: undefined;
|
|
1064
|
-
DefisaverLogger?: undefined;
|
|
1065
|
-
} | {
|
|
1066
|
-
RecipeExecutor: string;
|
|
1067
|
-
DFSRegistry: string;
|
|
1068
|
-
ProxyRegistry: string;
|
|
1069
|
-
DSGuardFactory: string;
|
|
1070
|
-
AdminVault: string;
|
|
1071
|
-
DefisaverLogger: string;
|
|
1072
|
-
Empty: string;
|
|
1073
|
-
UniswapV3PositionManager: string;
|
|
1074
|
-
DFSProxyRegistry?: undefined;
|
|
1075
|
-
McdCdpManager?: undefined;
|
|
1076
|
-
BCdpManager?: undefined;
|
|
1077
|
-
AaveDefaultMarket?: undefined;
|
|
1078
|
-
RaiWethUniV2LPToken?: undefined;
|
|
1079
|
-
BalancerToken?: undefined;
|
|
1080
|
-
CrvToken?: undefined;
|
|
1081
|
-
CvxToken?: undefined;
|
|
1082
|
-
DAI?: undefined;
|
|
1083
|
-
GHO?: undefined;
|
|
1084
|
-
LUSD?: undefined;
|
|
1085
|
-
BLUSD?: undefined;
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
1088
|
-
declare const otherAddresses: (chainId?: null) => {
|
|
1089
|
-
RecipeExecutor: string;
|
|
1090
|
-
DFSRegistry: string;
|
|
1091
|
-
DFSProxyRegistry: string;
|
|
1092
|
-
ProxyRegistry: string;
|
|
1093
|
-
McdCdpManager: string;
|
|
1094
|
-
BCdpManager: string;
|
|
1095
|
-
AaveDefaultMarket: string;
|
|
1096
|
-
UniswapV3PositionManager: string;
|
|
1097
|
-
RaiWethUniV2LPToken: string;
|
|
1098
|
-
BalancerToken: string;
|
|
1099
|
-
CrvToken: string;
|
|
1100
|
-
CvxToken: string;
|
|
1101
|
-
DAI: string;
|
|
1102
|
-
GHO: string;
|
|
1103
|
-
LUSD: string;
|
|
1104
|
-
BLUSD: string;
|
|
1105
|
-
Empty: string;
|
|
1106
|
-
DSGuardFactory?: undefined;
|
|
1107
|
-
AdminVault?: undefined;
|
|
1108
|
-
DefisaverLogger?: undefined;
|
|
1109
1213
|
} | {
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1214
|
+
DFSSell: string;
|
|
1215
|
+
WrapEth: string;
|
|
1216
|
+
UnwrapEth: string;
|
|
1217
|
+
SendToken: string;
|
|
1218
|
+
PullToken: string;
|
|
1219
|
+
FLAaveV3: string;
|
|
1220
|
+
FLBalancer: string;
|
|
1221
|
+
FLUniV3: string;
|
|
1222
|
+
AaveV3Withdraw: string;
|
|
1223
|
+
AaveV3SwapBorrowRateMode: string;
|
|
1224
|
+
AaveV3Supply: string;
|
|
1225
|
+
AaveV3SetEMode: string;
|
|
1226
|
+
AaveV3Payback: string;
|
|
1227
|
+
AaveV3CollateralSwitch: string;
|
|
1228
|
+
AaveV3ClaimRewards: string;
|
|
1229
|
+
AaveV3Borrow: string;
|
|
1230
|
+
AaveV3ATokenPayback: string;
|
|
1231
|
+
AaveV3View: string;
|
|
1232
|
+
CompV3Allow: string;
|
|
1233
|
+
CompV3Borrow: string;
|
|
1234
|
+
CompV3Claim: string;
|
|
1235
|
+
CompV3Payback: string;
|
|
1236
|
+
CompV3Supply: string;
|
|
1237
|
+
CompV3Transfer: string;
|
|
1238
|
+
CompV3Withdraw: string;
|
|
1239
|
+
SumInputs?: undefined;
|
|
1240
|
+
SubInputs?: undefined;
|
|
1241
|
+
ChangeProxyOwner?: undefined;
|
|
1242
|
+
TokenBalance?: undefined;
|
|
1243
|
+
AutomationV2Unsub?: undefined;
|
|
1244
|
+
SendTokenAndUnwrap?: undefined;
|
|
1245
|
+
ToggleSub?: undefined;
|
|
1246
|
+
UpdateSub?: undefined;
|
|
1247
|
+
TransferNFT?: undefined;
|
|
1248
|
+
CreateSub?: undefined;
|
|
1249
|
+
SDaiWrap?: undefined;
|
|
1250
|
+
SDaiUnwrap?: undefined;
|
|
1251
|
+
TokenizedVaultAdapter?: undefined;
|
|
1252
|
+
McdGenerate?: undefined;
|
|
1253
|
+
McdGive?: undefined;
|
|
1254
|
+
McdMerge?: undefined;
|
|
1255
|
+
McdOpen?: undefined;
|
|
1256
|
+
McdPayback?: undefined;
|
|
1257
|
+
McdSupply?: undefined;
|
|
1258
|
+
McdWithdraw?: undefined;
|
|
1259
|
+
McdClaim?: undefined;
|
|
1260
|
+
McdDsrDeposit?: undefined;
|
|
1261
|
+
McdDsrWithdraw?: undefined;
|
|
1262
|
+
ReflexerSupply?: undefined;
|
|
1263
|
+
ReflexerWithdraw?: undefined;
|
|
1264
|
+
ReflexerPayback?: undefined;
|
|
1265
|
+
ReflexerGenerate?: undefined;
|
|
1266
|
+
ReflexerOpen?: undefined;
|
|
1267
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
1268
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
1269
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
1270
|
+
AaveBorrow?: undefined;
|
|
1271
|
+
AavePayback?: undefined;
|
|
1272
|
+
AaveSupply?: undefined;
|
|
1273
|
+
AaveWithdraw?: undefined;
|
|
1274
|
+
AaveCollateralSwitch?: undefined;
|
|
1275
|
+
AaveUnstake?: undefined;
|
|
1276
|
+
AaveClaimAAVE?: undefined;
|
|
1277
|
+
MorphoAaveV2Borrow?: undefined;
|
|
1278
|
+
MorphoAaveV2Payback?: undefined;
|
|
1279
|
+
MorphoAaveV2Supply?: undefined;
|
|
1280
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
1281
|
+
MorphoClaim?: undefined;
|
|
1282
|
+
MorphoAaveV3Borrow?: undefined;
|
|
1283
|
+
MorphoAaveV3Payback?: undefined;
|
|
1284
|
+
MorphoAaveV3Supply?: undefined;
|
|
1285
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
1286
|
+
SparkBorrow?: undefined;
|
|
1287
|
+
SparkClaimRewards?: undefined;
|
|
1288
|
+
SparkCollateralSwitch?: undefined;
|
|
1289
|
+
SparkPayback?: undefined;
|
|
1290
|
+
SparkSetEMode?: undefined;
|
|
1291
|
+
SparkSpTokenPayback?: undefined;
|
|
1292
|
+
SparkSupply?: undefined;
|
|
1293
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
1294
|
+
SparkWithdraw?: undefined;
|
|
1295
|
+
CompBorrow?: undefined;
|
|
1296
|
+
CompClaim?: undefined;
|
|
1297
|
+
CompPayback?: undefined;
|
|
1298
|
+
CompSupply?: undefined;
|
|
1299
|
+
CompWithdraw?: undefined;
|
|
1300
|
+
CompGetDebt?: undefined;
|
|
1301
|
+
CompCollateralSwitch?: undefined;
|
|
1302
|
+
FLAaveV2?: undefined;
|
|
1303
|
+
FLAaveV3NoFee?: undefined;
|
|
1304
|
+
FLDyDx?: undefined;
|
|
1305
|
+
FLMaker?: undefined;
|
|
1306
|
+
FLSpark?: undefined;
|
|
1307
|
+
FLAction?: undefined;
|
|
1308
|
+
FLGho?: undefined;
|
|
1309
|
+
UniSupply?: undefined;
|
|
1310
|
+
UniWithdraw?: undefined;
|
|
1311
|
+
UniCollectV3?: undefined;
|
|
1312
|
+
UniMintV3?: undefined;
|
|
1313
|
+
UniSupplyV3?: undefined;
|
|
1314
|
+
UniWithdrawV3?: undefined;
|
|
1315
|
+
UniCreatePoolV3?: undefined;
|
|
1316
|
+
DyDxWithdraw?: undefined;
|
|
1317
|
+
YearnSupply?: undefined;
|
|
1318
|
+
YearnWithdraw?: undefined;
|
|
1319
|
+
LiquityClose?: undefined;
|
|
1320
|
+
LiquityBorrow?: undefined;
|
|
1321
|
+
LiquityOpen?: undefined;
|
|
1322
|
+
LiquityPayback?: undefined;
|
|
1323
|
+
LiquityWithdraw?: undefined;
|
|
1324
|
+
LiquitySupply?: undefined;
|
|
1325
|
+
LiquitySPDeposit?: undefined;
|
|
1326
|
+
LiquitySPWithdraw?: undefined;
|
|
1327
|
+
LiquityStake?: undefined;
|
|
1328
|
+
LiquityUnstake?: undefined;
|
|
1329
|
+
LiquityEthGainToTrove?: undefined;
|
|
1330
|
+
LiquityClaim?: undefined;
|
|
1331
|
+
LiquityRedeem?: undefined;
|
|
1332
|
+
LiquityAdjust?: undefined;
|
|
1333
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
1334
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
1335
|
+
LidoStake?: undefined;
|
|
1336
|
+
LidoWrap?: undefined;
|
|
1337
|
+
LidoUnwrap?: undefined;
|
|
1338
|
+
InstPullTokens?: undefined;
|
|
1339
|
+
BalancerV2Supply?: undefined;
|
|
1340
|
+
BalancerV2Withdraw?: undefined;
|
|
1341
|
+
BalancerV2Claim?: undefined;
|
|
1342
|
+
GUniWithdraw?: undefined;
|
|
1343
|
+
GUniDeposit?: undefined;
|
|
1344
|
+
RariDeposit?: undefined;
|
|
1345
|
+
RariWithdraw?: undefined;
|
|
1346
|
+
MStableDeposit?: undefined;
|
|
1347
|
+
MStableWithdraw?: undefined;
|
|
1348
|
+
MStableClaim?: undefined;
|
|
1349
|
+
McdRatioCheck?: undefined;
|
|
1350
|
+
GasFeeTaker?: undefined;
|
|
1351
|
+
CurveStethPoolDeposit?: undefined;
|
|
1352
|
+
CurveStethPoolWithdraw?: undefined;
|
|
1353
|
+
CurveDeposit?: undefined;
|
|
1354
|
+
CurveWithdraw?: undefined;
|
|
1355
|
+
McdBoostComposite?: undefined;
|
|
1356
|
+
McdRepayComposite?: undefined;
|
|
1357
|
+
FLEuler?: undefined;
|
|
1358
|
+
TrailingStopTrigger?: undefined;
|
|
1359
|
+
CBRebondTrigger?: undefined;
|
|
1360
|
+
CBUpdateRebondSub?: undefined;
|
|
1361
|
+
LiquityRatioCheck?: undefined;
|
|
1362
|
+
ConvexDeposit?: undefined;
|
|
1363
|
+
ConvexWithdraw?: undefined;
|
|
1364
|
+
ConvexClaim?: undefined;
|
|
1365
|
+
CBCreate?: undefined;
|
|
1366
|
+
CBRedeem?: undefined;
|
|
1367
|
+
CBChickenIn?: undefined;
|
|
1368
|
+
CBChickenOut?: undefined;
|
|
1369
|
+
CBCreateRebondSub?: undefined;
|
|
1370
|
+
FetchBondId?: undefined;
|
|
1371
|
+
CurveUsdBorrow?: undefined;
|
|
1372
|
+
CurveUsdCreate?: undefined;
|
|
1373
|
+
CurveUsdPayback?: undefined;
|
|
1374
|
+
CurveUsdSupply?: undefined;
|
|
1375
|
+
CurveUsdWithdraw?: undefined;
|
|
1376
|
+
CurveUsdLevCreate?: undefined;
|
|
1377
|
+
CurveUsdRepay?: undefined;
|
|
1378
|
+
CurveUsdSwapper?: undefined;
|
|
1379
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
1380
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
1381
|
+
AaveV3RatioTrigger?: undefined;
|
|
1382
|
+
GasFeeTakerL2?: undefined;
|
|
1383
|
+
AaveV3RatioCheck?: undefined;
|
|
1384
|
+
};
|
|
1385
|
+
declare const otherAddressesAllChains: {
|
|
1386
|
+
[x: number]: {
|
|
1387
|
+
RecipeExecutor: string;
|
|
1388
|
+
DFSRegistry: string;
|
|
1389
|
+
DFSProxyRegistry: string;
|
|
1390
|
+
ProxyRegistry: string;
|
|
1391
|
+
McdCdpManager: string;
|
|
1392
|
+
BCdpManager: string;
|
|
1393
|
+
AaveDefaultMarket: string;
|
|
1394
|
+
UniswapV3PositionManager: string;
|
|
1395
|
+
RaiWethUniV2LPToken: string;
|
|
1396
|
+
BalancerToken: string;
|
|
1397
|
+
CrvToken: string;
|
|
1398
|
+
CvxToken: string;
|
|
1399
|
+
DAI: string;
|
|
1400
|
+
GHO: string;
|
|
1401
|
+
LUSD: string;
|
|
1402
|
+
BLUSD: string;
|
|
1403
|
+
Empty: string;
|
|
1404
|
+
DSGuardFactory?: undefined;
|
|
1405
|
+
AdminVault?: undefined;
|
|
1406
|
+
DefisaverLogger?: undefined;
|
|
1407
|
+
} | {
|
|
1408
|
+
RecipeExecutor: string;
|
|
1409
|
+
DFSRegistry: string;
|
|
1410
|
+
ProxyRegistry: string;
|
|
1411
|
+
DSGuardFactory: string;
|
|
1412
|
+
AdminVault: string;
|
|
1413
|
+
DefisaverLogger: string;
|
|
1414
|
+
Empty: string;
|
|
1415
|
+
UniswapV3PositionManager: string;
|
|
1416
|
+
DFSProxyRegistry?: undefined;
|
|
1417
|
+
McdCdpManager?: undefined;
|
|
1418
|
+
BCdpManager?: undefined;
|
|
1419
|
+
AaveDefaultMarket?: undefined;
|
|
1420
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1421
|
+
BalancerToken?: undefined;
|
|
1422
|
+
CrvToken?: undefined;
|
|
1423
|
+
CvxToken?: undefined;
|
|
1424
|
+
DAI?: undefined;
|
|
1425
|
+
GHO?: undefined;
|
|
1426
|
+
LUSD?: undefined;
|
|
1427
|
+
BLUSD?: undefined;
|
|
1428
|
+
} | {
|
|
1429
|
+
RecipeExecutor: string;
|
|
1430
|
+
DFSRegistry: string;
|
|
1431
|
+
ProxyRegistry: string;
|
|
1432
|
+
DSGuardFactory: string;
|
|
1433
|
+
AdminVault: string;
|
|
1434
|
+
DefisaverLogger: string;
|
|
1435
|
+
Empty: string;
|
|
1436
|
+
DFSProxyRegistry?: undefined;
|
|
1437
|
+
McdCdpManager?: undefined;
|
|
1438
|
+
BCdpManager?: undefined;
|
|
1439
|
+
AaveDefaultMarket?: undefined;
|
|
1440
|
+
UniswapV3PositionManager?: undefined;
|
|
1441
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1442
|
+
BalancerToken?: undefined;
|
|
1443
|
+
CrvToken?: undefined;
|
|
1444
|
+
CvxToken?: undefined;
|
|
1445
|
+
DAI?: undefined;
|
|
1446
|
+
GHO?: undefined;
|
|
1447
|
+
LUSD?: undefined;
|
|
1448
|
+
BLUSD?: undefined;
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
declare const otherAddresses: (chainId?: null) => {
|
|
1452
|
+
RecipeExecutor: string;
|
|
1453
|
+
DFSRegistry: string;
|
|
1454
|
+
DFSProxyRegistry: string;
|
|
1455
|
+
ProxyRegistry: string;
|
|
1456
|
+
McdCdpManager: string;
|
|
1457
|
+
BCdpManager: string;
|
|
1458
|
+
AaveDefaultMarket: string;
|
|
1459
|
+
UniswapV3PositionManager: string;
|
|
1460
|
+
RaiWethUniV2LPToken: string;
|
|
1461
|
+
BalancerToken: string;
|
|
1462
|
+
CrvToken: string;
|
|
1463
|
+
CvxToken: string;
|
|
1464
|
+
DAI: string;
|
|
1465
|
+
GHO: string;
|
|
1466
|
+
LUSD: string;
|
|
1467
|
+
BLUSD: string;
|
|
1468
|
+
Empty: string;
|
|
1469
|
+
DSGuardFactory?: undefined;
|
|
1470
|
+
AdminVault?: undefined;
|
|
1471
|
+
DefisaverLogger?: undefined;
|
|
1472
|
+
} | {
|
|
1473
|
+
RecipeExecutor: string;
|
|
1474
|
+
DFSRegistry: string;
|
|
1475
|
+
ProxyRegistry: string;
|
|
1476
|
+
DSGuardFactory: string;
|
|
1477
|
+
AdminVault: string;
|
|
1478
|
+
DefisaverLogger: string;
|
|
1479
|
+
Empty: string;
|
|
1480
|
+
UniswapV3PositionManager: string;
|
|
1481
|
+
DFSProxyRegistry?: undefined;
|
|
1482
|
+
McdCdpManager?: undefined;
|
|
1483
|
+
BCdpManager?: undefined;
|
|
1484
|
+
AaveDefaultMarket?: undefined;
|
|
1485
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1486
|
+
BalancerToken?: undefined;
|
|
1487
|
+
CrvToken?: undefined;
|
|
1488
|
+
CvxToken?: undefined;
|
|
1489
|
+
DAI?: undefined;
|
|
1490
|
+
GHO?: undefined;
|
|
1491
|
+
LUSD?: undefined;
|
|
1492
|
+
BLUSD?: undefined;
|
|
1493
|
+
} | {
|
|
1494
|
+
RecipeExecutor: string;
|
|
1495
|
+
DFSRegistry: string;
|
|
1496
|
+
ProxyRegistry: string;
|
|
1497
|
+
DSGuardFactory: string;
|
|
1498
|
+
AdminVault: string;
|
|
1499
|
+
DefisaverLogger: string;
|
|
1500
|
+
Empty: string;
|
|
1501
|
+
DFSProxyRegistry?: undefined;
|
|
1502
|
+
McdCdpManager?: undefined;
|
|
1503
|
+
BCdpManager?: undefined;
|
|
1504
|
+
AaveDefaultMarket?: undefined;
|
|
1505
|
+
UniswapV3PositionManager?: undefined;
|
|
1506
|
+
RaiWethUniV2LPToken?: undefined;
|
|
1507
|
+
BalancerToken?: undefined;
|
|
1508
|
+
CrvToken?: undefined;
|
|
1509
|
+
CvxToken?: undefined;
|
|
1510
|
+
DAI?: undefined;
|
|
1511
|
+
GHO?: undefined;
|
|
1512
|
+
LUSD?: undefined;
|
|
1513
|
+
BLUSD?: undefined;
|
|
1514
|
+
};
|
|
1515
|
+
export { Action, ActionWithL2, Recipe, Strategy, DfsWeb3, actions, triggers, utils, configure, getNetworkData, CONFIG, networks, actionAddresses, actionAddressesAllChains, otherAddresses, otherAddressesAllChains, getAddr, };
|
|
1516
|
+
declare const _default: {
|
|
1517
|
+
Action: typeof Action;
|
|
1518
|
+
ActionWithL2: typeof ActionWithL2;
|
|
1519
|
+
Recipe: typeof Recipe;
|
|
1520
|
+
Strategy: typeof Strategy;
|
|
1521
|
+
DfsWeb3: typeof DfsWeb3;
|
|
1522
|
+
actions: typeof actions;
|
|
1139
1523
|
triggers: typeof triggers;
|
|
1140
1524
|
utils: typeof utils;
|
|
1141
1525
|
configure: (config: Config) => void;
|
|
@@ -1331,12 +1715,181 @@ declare const _default: {
|
|
|
1331
1715
|
AaveV3Supply: string;
|
|
1332
1716
|
AaveV3SwapBorrowRateMode: string;
|
|
1333
1717
|
AaveV3Withdraw: string;
|
|
1334
|
-
AaveV3ClaimRewards: string;
|
|
1718
|
+
AaveV3ClaimRewards: string;
|
|
1719
|
+
FLAaveV3NoFee: string;
|
|
1720
|
+
FLAaveV3: string;
|
|
1721
|
+
FLBalancer: string;
|
|
1722
|
+
FLAction: string;
|
|
1723
|
+
AaveV3RatioTrigger: string;
|
|
1724
|
+
GasFeeTakerL2: string;
|
|
1725
|
+
AaveV3RatioCheck: string;
|
|
1726
|
+
UniCollectV3: string;
|
|
1727
|
+
UniMintV3: string;
|
|
1728
|
+
UniSupplyV3: string;
|
|
1729
|
+
UniWithdrawV3: string;
|
|
1730
|
+
UniCreatePoolV3: string;
|
|
1731
|
+
SumInputs?: undefined;
|
|
1732
|
+
SubInputs?: undefined;
|
|
1733
|
+
ChangeProxyOwner?: undefined;
|
|
1734
|
+
AutomationV2Unsub?: undefined;
|
|
1735
|
+
UpdateSub?: undefined;
|
|
1736
|
+
TransferNFT?: undefined;
|
|
1737
|
+
CreateSub?: undefined;
|
|
1738
|
+
SDaiWrap?: undefined;
|
|
1739
|
+
SDaiUnwrap?: undefined;
|
|
1740
|
+
McdGenerate?: undefined;
|
|
1741
|
+
McdGive?: undefined;
|
|
1742
|
+
McdMerge?: undefined;
|
|
1743
|
+
McdOpen?: undefined;
|
|
1744
|
+
McdPayback?: undefined;
|
|
1745
|
+
McdSupply?: undefined;
|
|
1746
|
+
McdWithdraw?: undefined;
|
|
1747
|
+
McdClaim?: undefined;
|
|
1748
|
+
McdDsrDeposit?: undefined;
|
|
1749
|
+
McdDsrWithdraw?: undefined;
|
|
1750
|
+
ReflexerSupply?: undefined;
|
|
1751
|
+
ReflexerWithdraw?: undefined;
|
|
1752
|
+
ReflexerPayback?: undefined;
|
|
1753
|
+
ReflexerGenerate?: undefined;
|
|
1754
|
+
ReflexerOpen?: undefined;
|
|
1755
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
1756
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
1757
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
1758
|
+
AaveBorrow?: undefined;
|
|
1759
|
+
AavePayback?: undefined;
|
|
1760
|
+
AaveSupply?: undefined;
|
|
1761
|
+
AaveWithdraw?: undefined;
|
|
1762
|
+
AaveCollateralSwitch?: undefined;
|
|
1763
|
+
AaveUnstake?: undefined;
|
|
1764
|
+
AaveClaimAAVE?: undefined;
|
|
1765
|
+
AaveV3View?: undefined;
|
|
1766
|
+
MorphoAaveV2Borrow?: undefined;
|
|
1767
|
+
MorphoAaveV2Payback?: undefined;
|
|
1768
|
+
MorphoAaveV2Supply?: undefined;
|
|
1769
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
1770
|
+
MorphoClaim?: undefined;
|
|
1771
|
+
MorphoAaveV3Borrow?: undefined;
|
|
1772
|
+
MorphoAaveV3Payback?: undefined;
|
|
1773
|
+
MorphoAaveV3Supply?: undefined;
|
|
1774
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
1775
|
+
SparkBorrow?: undefined;
|
|
1776
|
+
SparkClaimRewards?: undefined;
|
|
1777
|
+
SparkCollateralSwitch?: undefined;
|
|
1778
|
+
SparkPayback?: undefined;
|
|
1779
|
+
SparkSetEMode?: undefined;
|
|
1780
|
+
SparkSpTokenPayback?: undefined;
|
|
1781
|
+
SparkSupply?: undefined;
|
|
1782
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
1783
|
+
SparkWithdraw?: undefined;
|
|
1784
|
+
CompBorrow?: undefined;
|
|
1785
|
+
CompClaim?: undefined;
|
|
1786
|
+
CompPayback?: undefined;
|
|
1787
|
+
CompSupply?: undefined;
|
|
1788
|
+
CompWithdraw?: undefined;
|
|
1789
|
+
CompGetDebt?: undefined;
|
|
1790
|
+
CompCollateralSwitch?: undefined;
|
|
1791
|
+
FLAaveV2?: undefined;
|
|
1792
|
+
FLDyDx?: undefined;
|
|
1793
|
+
FLMaker?: undefined;
|
|
1794
|
+
FLSpark?: undefined;
|
|
1795
|
+
FLUniV3?: undefined;
|
|
1796
|
+
FLGho?: undefined;
|
|
1797
|
+
UniSupply?: undefined;
|
|
1798
|
+
UniWithdraw?: undefined;
|
|
1799
|
+
DyDxWithdraw?: undefined;
|
|
1800
|
+
YearnSupply?: undefined;
|
|
1801
|
+
YearnWithdraw?: undefined;
|
|
1802
|
+
LiquityClose?: undefined;
|
|
1803
|
+
LiquityBorrow?: undefined;
|
|
1804
|
+
LiquityOpen?: undefined;
|
|
1805
|
+
LiquityPayback?: undefined;
|
|
1806
|
+
LiquityWithdraw?: undefined;
|
|
1807
|
+
LiquitySupply?: undefined;
|
|
1808
|
+
LiquitySPDeposit?: undefined;
|
|
1809
|
+
LiquitySPWithdraw?: undefined;
|
|
1810
|
+
LiquityStake?: undefined;
|
|
1811
|
+
LiquityUnstake?: undefined;
|
|
1812
|
+
LiquityEthGainToTrove?: undefined;
|
|
1813
|
+
LiquityClaim?: undefined;
|
|
1814
|
+
LiquityRedeem?: undefined;
|
|
1815
|
+
LiquityAdjust?: undefined;
|
|
1816
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
1817
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
1818
|
+
LidoStake?: undefined;
|
|
1819
|
+
LidoWrap?: undefined;
|
|
1820
|
+
LidoUnwrap?: undefined;
|
|
1821
|
+
InstPullTokens?: undefined;
|
|
1822
|
+
BalancerV2Supply?: undefined;
|
|
1823
|
+
BalancerV2Withdraw?: undefined;
|
|
1824
|
+
BalancerV2Claim?: undefined;
|
|
1825
|
+
GUniWithdraw?: undefined;
|
|
1826
|
+
GUniDeposit?: undefined;
|
|
1827
|
+
RariDeposit?: undefined;
|
|
1828
|
+
RariWithdraw?: undefined;
|
|
1829
|
+
MStableDeposit?: undefined;
|
|
1830
|
+
MStableWithdraw?: undefined;
|
|
1831
|
+
MStableClaim?: undefined;
|
|
1832
|
+
McdRatioCheck?: undefined;
|
|
1833
|
+
GasFeeTaker?: undefined;
|
|
1834
|
+
CurveStethPoolDeposit?: undefined;
|
|
1835
|
+
CurveStethPoolWithdraw?: undefined;
|
|
1836
|
+
CurveDeposit?: undefined;
|
|
1837
|
+
CurveWithdraw?: undefined;
|
|
1838
|
+
McdBoostComposite?: undefined;
|
|
1839
|
+
McdRepayComposite?: undefined;
|
|
1840
|
+
FLEuler?: undefined;
|
|
1841
|
+
TrailingStopTrigger?: undefined;
|
|
1842
|
+
CBRebondTrigger?: undefined;
|
|
1843
|
+
CBUpdateRebondSub?: undefined;
|
|
1844
|
+
LiquityRatioCheck?: undefined;
|
|
1845
|
+
ConvexDeposit?: undefined;
|
|
1846
|
+
ConvexWithdraw?: undefined;
|
|
1847
|
+
ConvexClaim?: undefined;
|
|
1848
|
+
CBCreate?: undefined;
|
|
1849
|
+
CBRedeem?: undefined;
|
|
1850
|
+
CBChickenIn?: undefined;
|
|
1851
|
+
CBChickenOut?: undefined;
|
|
1852
|
+
CBCreateRebondSub?: undefined;
|
|
1853
|
+
FetchBondId?: undefined;
|
|
1854
|
+
CompV3Allow?: undefined;
|
|
1855
|
+
CompV3Borrow?: undefined;
|
|
1856
|
+
CompV3Claim?: undefined;
|
|
1857
|
+
CompV3Payback?: undefined;
|
|
1858
|
+
CompV3Supply?: undefined;
|
|
1859
|
+
CompV3Transfer?: undefined;
|
|
1860
|
+
CompV3Withdraw?: undefined;
|
|
1861
|
+
CurveUsdBorrow?: undefined;
|
|
1862
|
+
CurveUsdCreate?: undefined;
|
|
1863
|
+
CurveUsdPayback?: undefined;
|
|
1864
|
+
CurveUsdSupply?: undefined;
|
|
1865
|
+
CurveUsdWithdraw?: undefined;
|
|
1866
|
+
CurveUsdLevCreate?: undefined;
|
|
1867
|
+
CurveUsdRepay?: undefined;
|
|
1868
|
+
CurveUsdSwapper?: undefined;
|
|
1869
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
1870
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
1871
|
+
} | {
|
|
1872
|
+
DFSSell: string;
|
|
1873
|
+
WrapEth: string;
|
|
1874
|
+
UnwrapEth: string;
|
|
1875
|
+
SendToken: string;
|
|
1876
|
+
PullToken: string;
|
|
1877
|
+
SendTokenAndUnwrap: string;
|
|
1878
|
+
ToggleSub: string;
|
|
1879
|
+
TokenBalance: string;
|
|
1880
|
+
TokenizedVaultAdapter: string;
|
|
1881
|
+
AaveV3ATokenPayback: string;
|
|
1882
|
+
AaveV3Borrow: string;
|
|
1883
|
+
AaveV3CollateralSwitch: string;
|
|
1884
|
+
AaveV3Payback: string;
|
|
1885
|
+
AaveV3SetEMode: string;
|
|
1886
|
+
AaveV3Supply: string;
|
|
1887
|
+
AaveV3SwapBorrowRateMode: string;
|
|
1888
|
+
AaveV3Withdraw: string;
|
|
1335
1889
|
FLAaveV3NoFee: string;
|
|
1336
1890
|
FLAaveV3: string;
|
|
1337
1891
|
FLBalancer: string;
|
|
1338
1892
|
FLAction: string;
|
|
1339
|
-
AaveV3RatioTrigger: string;
|
|
1340
1893
|
GasFeeTakerL2: string;
|
|
1341
1894
|
AaveV3RatioCheck: string;
|
|
1342
1895
|
UniCollectV3: string;
|
|
@@ -1378,6 +1931,7 @@ declare const _default: {
|
|
|
1378
1931
|
AaveCollateralSwitch?: undefined;
|
|
1379
1932
|
AaveUnstake?: undefined;
|
|
1380
1933
|
AaveClaimAAVE?: undefined;
|
|
1934
|
+
AaveV3ClaimRewards?: undefined;
|
|
1381
1935
|
AaveV3View?: undefined;
|
|
1382
1936
|
MorphoAaveV2Borrow?: undefined;
|
|
1383
1937
|
MorphoAaveV2Payback?: undefined;
|
|
@@ -1484,44 +2038,46 @@ declare const _default: {
|
|
|
1484
2038
|
CurveUsdSwapper?: undefined;
|
|
1485
2039
|
CurveUsdSelfLiquidate?: undefined;
|
|
1486
2040
|
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
2041
|
+
AaveV3RatioTrigger?: undefined;
|
|
1487
2042
|
} | {
|
|
1488
2043
|
DFSSell: string;
|
|
1489
2044
|
WrapEth: string;
|
|
1490
2045
|
UnwrapEth: string;
|
|
1491
2046
|
SendToken: string;
|
|
1492
2047
|
PullToken: string;
|
|
1493
|
-
SendTokenAndUnwrap: string;
|
|
1494
|
-
ToggleSub: string;
|
|
1495
|
-
TokenBalance: string;
|
|
1496
|
-
TokenizedVaultAdapter: string;
|
|
1497
|
-
AaveV3ATokenPayback: string;
|
|
1498
|
-
AaveV3Borrow: string;
|
|
1499
|
-
AaveV3CollateralSwitch: string;
|
|
1500
|
-
AaveV3Payback: string;
|
|
1501
|
-
AaveV3SetEMode: string;
|
|
1502
|
-
AaveV3Supply: string;
|
|
1503
|
-
AaveV3SwapBorrowRateMode: string;
|
|
1504
|
-
AaveV3Withdraw: string;
|
|
1505
|
-
FLAaveV3NoFee: string;
|
|
1506
2048
|
FLAaveV3: string;
|
|
1507
2049
|
FLBalancer: string;
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
2050
|
+
FLUniV3: string;
|
|
2051
|
+
AaveV3Withdraw: string;
|
|
2052
|
+
AaveV3SwapBorrowRateMode: string;
|
|
2053
|
+
AaveV3Supply: string;
|
|
2054
|
+
AaveV3SetEMode: string;
|
|
2055
|
+
AaveV3Payback: string;
|
|
2056
|
+
AaveV3CollateralSwitch: string;
|
|
2057
|
+
AaveV3ClaimRewards: string;
|
|
2058
|
+
AaveV3Borrow: string;
|
|
2059
|
+
AaveV3ATokenPayback: string;
|
|
2060
|
+
AaveV3View: string;
|
|
2061
|
+
CompV3Allow: string;
|
|
2062
|
+
CompV3Borrow: string;
|
|
2063
|
+
CompV3Claim: string;
|
|
2064
|
+
CompV3Payback: string;
|
|
2065
|
+
CompV3Supply: string;
|
|
2066
|
+
CompV3Transfer: string;
|
|
2067
|
+
CompV3Withdraw: string;
|
|
1516
2068
|
SumInputs?: undefined;
|
|
1517
2069
|
SubInputs?: undefined;
|
|
1518
2070
|
ChangeProxyOwner?: undefined;
|
|
2071
|
+
TokenBalance?: undefined;
|
|
1519
2072
|
AutomationV2Unsub?: undefined;
|
|
2073
|
+
SendTokenAndUnwrap?: undefined;
|
|
2074
|
+
ToggleSub?: undefined;
|
|
1520
2075
|
UpdateSub?: undefined;
|
|
1521
2076
|
TransferNFT?: undefined;
|
|
1522
2077
|
CreateSub?: undefined;
|
|
1523
2078
|
SDaiWrap?: undefined;
|
|
1524
2079
|
SDaiUnwrap?: undefined;
|
|
2080
|
+
TokenizedVaultAdapter?: undefined;
|
|
1525
2081
|
McdGenerate?: undefined;
|
|
1526
2082
|
McdGive?: undefined;
|
|
1527
2083
|
McdMerge?: undefined;
|
|
@@ -1547,8 +2103,6 @@ declare const _default: {
|
|
|
1547
2103
|
AaveCollateralSwitch?: undefined;
|
|
1548
2104
|
AaveUnstake?: undefined;
|
|
1549
2105
|
AaveClaimAAVE?: undefined;
|
|
1550
|
-
AaveV3ClaimRewards?: undefined;
|
|
1551
|
-
AaveV3View?: undefined;
|
|
1552
2106
|
MorphoAaveV2Borrow?: undefined;
|
|
1553
2107
|
MorphoAaveV2Payback?: undefined;
|
|
1554
2108
|
MorphoAaveV2Supply?: undefined;
|
|
@@ -1575,13 +2129,19 @@ declare const _default: {
|
|
|
1575
2129
|
CompGetDebt?: undefined;
|
|
1576
2130
|
CompCollateralSwitch?: undefined;
|
|
1577
2131
|
FLAaveV2?: undefined;
|
|
2132
|
+
FLAaveV3NoFee?: undefined;
|
|
1578
2133
|
FLDyDx?: undefined;
|
|
1579
2134
|
FLMaker?: undefined;
|
|
1580
2135
|
FLSpark?: undefined;
|
|
1581
|
-
|
|
2136
|
+
FLAction?: undefined;
|
|
1582
2137
|
FLGho?: undefined;
|
|
1583
2138
|
UniSupply?: undefined;
|
|
1584
2139
|
UniWithdraw?: undefined;
|
|
2140
|
+
UniCollectV3?: undefined;
|
|
2141
|
+
UniMintV3?: undefined;
|
|
2142
|
+
UniSupplyV3?: undefined;
|
|
2143
|
+
UniWithdrawV3?: undefined;
|
|
2144
|
+
UniCreatePoolV3?: undefined;
|
|
1585
2145
|
DyDxWithdraw?: undefined;
|
|
1586
2146
|
YearnSupply?: undefined;
|
|
1587
2147
|
YearnWithdraw?: undefined;
|
|
@@ -1637,13 +2197,6 @@ declare const _default: {
|
|
|
1637
2197
|
CBChickenOut?: undefined;
|
|
1638
2198
|
CBCreateRebondSub?: undefined;
|
|
1639
2199
|
FetchBondId?: undefined;
|
|
1640
|
-
CompV3Allow?: undefined;
|
|
1641
|
-
CompV3Borrow?: undefined;
|
|
1642
|
-
CompV3Claim?: undefined;
|
|
1643
|
-
CompV3Payback?: undefined;
|
|
1644
|
-
CompV3Supply?: undefined;
|
|
1645
|
-
CompV3Transfer?: undefined;
|
|
1646
|
-
CompV3Withdraw?: undefined;
|
|
1647
2200
|
CurveUsdBorrow?: undefined;
|
|
1648
2201
|
CurveUsdCreate?: undefined;
|
|
1649
2202
|
CurveUsdPayback?: undefined;
|
|
@@ -1655,6 +2208,8 @@ declare const _default: {
|
|
|
1655
2208
|
CurveUsdSelfLiquidate?: undefined;
|
|
1656
2209
|
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
1657
2210
|
AaveV3RatioTrigger?: undefined;
|
|
2211
|
+
GasFeeTakerL2?: undefined;
|
|
2212
|
+
AaveV3RatioCheck?: undefined;
|
|
1658
2213
|
};
|
|
1659
2214
|
actionAddressesAllChains: {
|
|
1660
2215
|
[x: number]: {
|
|
@@ -2170,6 +2725,177 @@ declare const _default: {
|
|
|
2170
2725
|
CurveUsdSelfLiquidate?: undefined;
|
|
2171
2726
|
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
2172
2727
|
AaveV3RatioTrigger?: undefined;
|
|
2728
|
+
} | {
|
|
2729
|
+
DFSSell: string;
|
|
2730
|
+
WrapEth: string;
|
|
2731
|
+
UnwrapEth: string;
|
|
2732
|
+
SendToken: string;
|
|
2733
|
+
PullToken: string;
|
|
2734
|
+
FLAaveV3: string;
|
|
2735
|
+
FLBalancer: string;
|
|
2736
|
+
FLUniV3: string;
|
|
2737
|
+
AaveV3Withdraw: string;
|
|
2738
|
+
AaveV3SwapBorrowRateMode: string;
|
|
2739
|
+
AaveV3Supply: string;
|
|
2740
|
+
AaveV3SetEMode: string;
|
|
2741
|
+
AaveV3Payback: string;
|
|
2742
|
+
AaveV3CollateralSwitch: string;
|
|
2743
|
+
AaveV3ClaimRewards: string;
|
|
2744
|
+
AaveV3Borrow: string;
|
|
2745
|
+
AaveV3ATokenPayback: string;
|
|
2746
|
+
AaveV3View: string;
|
|
2747
|
+
CompV3Allow: string;
|
|
2748
|
+
CompV3Borrow: string;
|
|
2749
|
+
CompV3Claim: string;
|
|
2750
|
+
CompV3Payback: string;
|
|
2751
|
+
CompV3Supply: string;
|
|
2752
|
+
CompV3Transfer: string;
|
|
2753
|
+
CompV3Withdraw: string;
|
|
2754
|
+
SumInputs?: undefined;
|
|
2755
|
+
SubInputs?: undefined;
|
|
2756
|
+
ChangeProxyOwner?: undefined;
|
|
2757
|
+
TokenBalance?: undefined;
|
|
2758
|
+
AutomationV2Unsub?: undefined;
|
|
2759
|
+
SendTokenAndUnwrap?: undefined;
|
|
2760
|
+
ToggleSub?: undefined;
|
|
2761
|
+
UpdateSub?: undefined;
|
|
2762
|
+
TransferNFT?: undefined;
|
|
2763
|
+
CreateSub?: undefined;
|
|
2764
|
+
SDaiWrap?: undefined;
|
|
2765
|
+
SDaiUnwrap?: undefined;
|
|
2766
|
+
TokenizedVaultAdapter?: undefined;
|
|
2767
|
+
McdGenerate?: undefined;
|
|
2768
|
+
McdGive?: undefined;
|
|
2769
|
+
McdMerge?: undefined;
|
|
2770
|
+
McdOpen?: undefined;
|
|
2771
|
+
McdPayback?: undefined;
|
|
2772
|
+
McdSupply?: undefined;
|
|
2773
|
+
McdWithdraw?: undefined;
|
|
2774
|
+
McdClaim?: undefined;
|
|
2775
|
+
McdDsrDeposit?: undefined;
|
|
2776
|
+
McdDsrWithdraw?: undefined;
|
|
2777
|
+
ReflexerSupply?: undefined;
|
|
2778
|
+
ReflexerWithdraw?: undefined;
|
|
2779
|
+
ReflexerPayback?: undefined;
|
|
2780
|
+
ReflexerGenerate?: undefined;
|
|
2781
|
+
ReflexerOpen?: undefined;
|
|
2782
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
2783
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
2784
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
2785
|
+
AaveBorrow?: undefined;
|
|
2786
|
+
AavePayback?: undefined;
|
|
2787
|
+
AaveSupply?: undefined;
|
|
2788
|
+
AaveWithdraw?: undefined;
|
|
2789
|
+
AaveCollateralSwitch?: undefined;
|
|
2790
|
+
AaveUnstake?: undefined;
|
|
2791
|
+
AaveClaimAAVE?: undefined;
|
|
2792
|
+
MorphoAaveV2Borrow?: undefined;
|
|
2793
|
+
MorphoAaveV2Payback?: undefined;
|
|
2794
|
+
MorphoAaveV2Supply?: undefined;
|
|
2795
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
2796
|
+
MorphoClaim?: undefined;
|
|
2797
|
+
MorphoAaveV3Borrow?: undefined;
|
|
2798
|
+
MorphoAaveV3Payback?: undefined;
|
|
2799
|
+
MorphoAaveV3Supply?: undefined;
|
|
2800
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
2801
|
+
SparkBorrow?: undefined;
|
|
2802
|
+
SparkClaimRewards?: undefined;
|
|
2803
|
+
SparkCollateralSwitch?: undefined;
|
|
2804
|
+
SparkPayback?: undefined;
|
|
2805
|
+
SparkSetEMode?: undefined;
|
|
2806
|
+
SparkSpTokenPayback?: undefined;
|
|
2807
|
+
SparkSupply?: undefined;
|
|
2808
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
2809
|
+
SparkWithdraw?: undefined;
|
|
2810
|
+
CompBorrow?: undefined;
|
|
2811
|
+
CompClaim?: undefined;
|
|
2812
|
+
CompPayback?: undefined;
|
|
2813
|
+
CompSupply?: undefined;
|
|
2814
|
+
CompWithdraw?: undefined;
|
|
2815
|
+
CompGetDebt?: undefined;
|
|
2816
|
+
CompCollateralSwitch?: undefined;
|
|
2817
|
+
FLAaveV2?: undefined;
|
|
2818
|
+
FLAaveV3NoFee?: undefined;
|
|
2819
|
+
FLDyDx?: undefined;
|
|
2820
|
+
FLMaker?: undefined;
|
|
2821
|
+
FLSpark?: undefined;
|
|
2822
|
+
FLAction?: undefined;
|
|
2823
|
+
FLGho?: undefined;
|
|
2824
|
+
UniSupply?: undefined;
|
|
2825
|
+
UniWithdraw?: undefined;
|
|
2826
|
+
UniCollectV3?: undefined;
|
|
2827
|
+
UniMintV3?: undefined;
|
|
2828
|
+
UniSupplyV3?: undefined;
|
|
2829
|
+
UniWithdrawV3?: undefined;
|
|
2830
|
+
UniCreatePoolV3?: undefined;
|
|
2831
|
+
DyDxWithdraw?: undefined;
|
|
2832
|
+
YearnSupply?: undefined;
|
|
2833
|
+
YearnWithdraw?: undefined;
|
|
2834
|
+
LiquityClose?: undefined;
|
|
2835
|
+
LiquityBorrow?: undefined;
|
|
2836
|
+
LiquityOpen?: undefined;
|
|
2837
|
+
LiquityPayback?: undefined;
|
|
2838
|
+
LiquityWithdraw?: undefined;
|
|
2839
|
+
LiquitySupply?: undefined;
|
|
2840
|
+
LiquitySPDeposit?: undefined;
|
|
2841
|
+
LiquitySPWithdraw?: undefined;
|
|
2842
|
+
LiquityStake?: undefined;
|
|
2843
|
+
LiquityUnstake?: undefined;
|
|
2844
|
+
LiquityEthGainToTrove?: undefined;
|
|
2845
|
+
LiquityClaim?: undefined;
|
|
2846
|
+
LiquityRedeem?: undefined;
|
|
2847
|
+
LiquityAdjust?: undefined;
|
|
2848
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
2849
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
2850
|
+
LidoStake?: undefined;
|
|
2851
|
+
LidoWrap?: undefined;
|
|
2852
|
+
LidoUnwrap?: undefined;
|
|
2853
|
+
InstPullTokens?: undefined;
|
|
2854
|
+
BalancerV2Supply?: undefined;
|
|
2855
|
+
BalancerV2Withdraw?: undefined;
|
|
2856
|
+
BalancerV2Claim?: undefined;
|
|
2857
|
+
GUniWithdraw?: undefined;
|
|
2858
|
+
GUniDeposit?: undefined;
|
|
2859
|
+
RariDeposit?: undefined;
|
|
2860
|
+
RariWithdraw?: undefined;
|
|
2861
|
+
MStableDeposit?: undefined;
|
|
2862
|
+
MStableWithdraw?: undefined;
|
|
2863
|
+
MStableClaim?: undefined;
|
|
2864
|
+
McdRatioCheck?: undefined;
|
|
2865
|
+
GasFeeTaker?: undefined;
|
|
2866
|
+
CurveStethPoolDeposit?: undefined;
|
|
2867
|
+
CurveStethPoolWithdraw?: undefined;
|
|
2868
|
+
CurveDeposit?: undefined;
|
|
2869
|
+
CurveWithdraw?: undefined;
|
|
2870
|
+
McdBoostComposite?: undefined;
|
|
2871
|
+
McdRepayComposite?: undefined;
|
|
2872
|
+
FLEuler?: undefined;
|
|
2873
|
+
TrailingStopTrigger?: undefined;
|
|
2874
|
+
CBRebondTrigger?: undefined;
|
|
2875
|
+
CBUpdateRebondSub?: undefined;
|
|
2876
|
+
LiquityRatioCheck?: undefined;
|
|
2877
|
+
ConvexDeposit?: undefined;
|
|
2878
|
+
ConvexWithdraw?: undefined;
|
|
2879
|
+
ConvexClaim?: undefined;
|
|
2880
|
+
CBCreate?: undefined;
|
|
2881
|
+
CBRedeem?: undefined;
|
|
2882
|
+
CBChickenIn?: undefined;
|
|
2883
|
+
CBChickenOut?: undefined;
|
|
2884
|
+
CBCreateRebondSub?: undefined;
|
|
2885
|
+
FetchBondId?: undefined;
|
|
2886
|
+
CurveUsdBorrow?: undefined;
|
|
2887
|
+
CurveUsdCreate?: undefined;
|
|
2888
|
+
CurveUsdPayback?: undefined;
|
|
2889
|
+
CurveUsdSupply?: undefined;
|
|
2890
|
+
CurveUsdWithdraw?: undefined;
|
|
2891
|
+
CurveUsdLevCreate?: undefined;
|
|
2892
|
+
CurveUsdRepay?: undefined;
|
|
2893
|
+
CurveUsdSwapper?: undefined;
|
|
2894
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
2895
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
2896
|
+
AaveV3RatioTrigger?: undefined;
|
|
2897
|
+
GasFeeTakerL2?: undefined;
|
|
2898
|
+
AaveV3RatioCheck?: undefined;
|
|
2173
2899
|
};
|
|
2174
2900
|
};
|
|
2175
2901
|
otherAddresses: (chainId?: null) => {
|
|
@@ -2214,6 +2940,27 @@ declare const _default: {
|
|
|
2214
2940
|
GHO?: undefined;
|
|
2215
2941
|
LUSD?: undefined;
|
|
2216
2942
|
BLUSD?: undefined;
|
|
2943
|
+
} | {
|
|
2944
|
+
RecipeExecutor: string;
|
|
2945
|
+
DFSRegistry: string;
|
|
2946
|
+
ProxyRegistry: string;
|
|
2947
|
+
DSGuardFactory: string;
|
|
2948
|
+
AdminVault: string;
|
|
2949
|
+
DefisaverLogger: string;
|
|
2950
|
+
Empty: string;
|
|
2951
|
+
DFSProxyRegistry?: undefined;
|
|
2952
|
+
McdCdpManager?: undefined;
|
|
2953
|
+
BCdpManager?: undefined;
|
|
2954
|
+
AaveDefaultMarket?: undefined;
|
|
2955
|
+
UniswapV3PositionManager?: undefined;
|
|
2956
|
+
RaiWethUniV2LPToken?: undefined;
|
|
2957
|
+
BalancerToken?: undefined;
|
|
2958
|
+
CrvToken?: undefined;
|
|
2959
|
+
CvxToken?: undefined;
|
|
2960
|
+
DAI?: undefined;
|
|
2961
|
+
GHO?: undefined;
|
|
2962
|
+
LUSD?: undefined;
|
|
2963
|
+
BLUSD?: undefined;
|
|
2217
2964
|
};
|
|
2218
2965
|
otherAddressesAllChains: {
|
|
2219
2966
|
[x: number]: {
|
|
@@ -2258,6 +3005,27 @@ declare const _default: {
|
|
|
2258
3005
|
GHO?: undefined;
|
|
2259
3006
|
LUSD?: undefined;
|
|
2260
3007
|
BLUSD?: undefined;
|
|
3008
|
+
} | {
|
|
3009
|
+
RecipeExecutor: string;
|
|
3010
|
+
DFSRegistry: string;
|
|
3011
|
+
ProxyRegistry: string;
|
|
3012
|
+
DSGuardFactory: string;
|
|
3013
|
+
AdminVault: string;
|
|
3014
|
+
DefisaverLogger: string;
|
|
3015
|
+
Empty: string;
|
|
3016
|
+
DFSProxyRegistry?: undefined;
|
|
3017
|
+
McdCdpManager?: undefined;
|
|
3018
|
+
BCdpManager?: undefined;
|
|
3019
|
+
AaveDefaultMarket?: undefined;
|
|
3020
|
+
UniswapV3PositionManager?: undefined;
|
|
3021
|
+
RaiWethUniV2LPToken?: undefined;
|
|
3022
|
+
BalancerToken?: undefined;
|
|
3023
|
+
CrvToken?: undefined;
|
|
3024
|
+
CvxToken?: undefined;
|
|
3025
|
+
DAI?: undefined;
|
|
3026
|
+
GHO?: undefined;
|
|
3027
|
+
LUSD?: undefined;
|
|
3028
|
+
BLUSD?: undefined;
|
|
2261
3029
|
};
|
|
2262
3030
|
};
|
|
2263
3031
|
getAddr: (name: string, chainId?: number) => string;
|