@defisaver/sdk 1.3.27-midnight-dev → 1.3.28
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/Action.js +5 -23
- package/esm/src/actions/aaveV3/AaveV3DelegateCredit.d.ts +1 -1
- package/esm/src/actions/aaveV3/AaveV3DelegateCredit.js +1 -1
- package/esm/src/actions/etherfi/EtherFiStakeFromLidoAction.d.ts +20 -0
- package/esm/src/actions/etherfi/EtherFiStakeFromLidoAction.js +41 -0
- package/esm/src/actions/etherfi/index.d.ts +1 -0
- package/esm/src/actions/etherfi/index.js +1 -0
- package/esm/src/actions/flashloan/AaveV3FlashLoanAction.d.ts +1 -1
- package/esm/src/actions/flashloan/AaveV3FlashLoanAction.js +1 -1
- package/esm/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.d.ts +2 -4
- package/esm/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.js +6 -12
- package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.d.ts +1 -1
- package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.js +1 -1
- package/esm/src/actions/index.d.ts +1 -2
- package/esm/src/actions/index.js +1 -2
- package/esm/src/actions/uniswap/UniswapClaimAction.d.ts +16 -0
- package/esm/src/actions/uniswap/UniswapClaimAction.js +23 -0
- package/esm/src/actions/uniswap/index.d.ts +1 -0
- package/esm/src/actions/uniswap/index.js +1 -0
- package/esm/src/addresses.d.ts +20 -44
- package/esm/src/addresses.js +29 -25
- package/esm/src/index.d.ts +80 -176
- package/package.json +1 -1
- package/src/Action.ts +5 -21
- package/src/actions/aaveV3/AaveV3DelegateCredit.ts +1 -1
- package/src/actions/etherfi/EtherFiStakeFromLidoAction.ts +38 -0
- package/src/actions/etherfi/index.ts +2 -1
- package/src/actions/flashloan/AaveV3FlashLoanAction.ts +1 -1
- package/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.ts +7 -13
- package/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.ts +1 -1
- package/src/actions/index.ts +0 -2
- package/src/actions/uniswap/UniswapClaimAction.ts +31 -0
- package/src/actions/uniswap/index.ts +2 -1
- package/src/addresses.ts +29 -26
- package/test/actions/etherFi/EtherFiStakeFromLidoAction.js +40 -0
- package/test/actions/uniswap/UniswapClaimAction.js +31 -0
- package/umd/index.js +796 -915
- package/esm/src/actions/midnight/MidnightBorrowFromOrdersAction.d.ts +0 -18
- package/esm/src/actions/midnight/MidnightBorrowFromOrdersAction.js +0 -28
- package/esm/src/actions/midnight/MidnightPaybackDirectAction.d.ts +0 -16
- package/esm/src/actions/midnight/MidnightPaybackDirectAction.js +0 -24
- package/esm/src/actions/midnight/MidnightPaybackFromOrdersAction.d.ts +0 -18
- package/esm/src/actions/midnight/MidnightPaybackFromOrdersAction.js +0 -28
- package/esm/src/actions/midnight/MidnightSupplyCollateralAction.d.ts +0 -17
- package/esm/src/actions/midnight/MidnightSupplyCollateralAction.js +0 -26
- package/esm/src/actions/midnight/MidnightWithdrawCollateralAction.d.ts +0 -17
- package/esm/src/actions/midnight/MidnightWithdrawCollateralAction.js +0 -26
- package/esm/src/actions/midnight/index.d.ts +0 -5
- package/esm/src/actions/midnight/index.js +0 -5
- package/src/actions/midnight/MidnightBorrowFromOrdersAction.ts +0 -44
- package/src/actions/midnight/MidnightPaybackDirectAction.ts +0 -36
- package/src/actions/midnight/MidnightPaybackFromOrdersAction.ts +0 -44
- package/src/actions/midnight/MidnightSupplyCollateralAction.ts +0 -39
- package/src/actions/midnight/MidnightWithdrawCollateralAction.ts +0 -39
- package/src/actions/midnight/index.ts +0 -5
package/esm/src/index.d.ts
CHANGED
|
@@ -83,6 +83,7 @@ declare const actionAddressesAllChains: {
|
|
|
83
83
|
AaveV3ATokenPayback: string;
|
|
84
84
|
AaveV3View: string;
|
|
85
85
|
AaveV3DelegateWithSig: string;
|
|
86
|
+
AaveV3DelegateCredit: string;
|
|
86
87
|
GhoClaimAAVE: string;
|
|
87
88
|
GhoUnstake: string;
|
|
88
89
|
GhoStake: string;
|
|
@@ -134,6 +135,7 @@ declare const actionAddressesAllChains: {
|
|
|
134
135
|
FLMorphoBlue: string;
|
|
135
136
|
UniSupply: string;
|
|
136
137
|
UniWithdraw: string;
|
|
138
|
+
UniswapClaim: string;
|
|
137
139
|
UniCollectV3: string;
|
|
138
140
|
UniMintV3: string;
|
|
139
141
|
UniSupplyV3: string;
|
|
@@ -265,6 +267,7 @@ declare const actionAddressesAllChains: {
|
|
|
265
267
|
MerklClaim: string;
|
|
266
268
|
RenzoStake: string;
|
|
267
269
|
EtherFiStake: string;
|
|
270
|
+
EtherFiStakeFromLido: string;
|
|
268
271
|
EtherFiWrap: string;
|
|
269
272
|
EtherFiUnwrap: string;
|
|
270
273
|
KingClaim: string;
|
|
@@ -298,17 +301,10 @@ declare const actionAddressesAllChains: {
|
|
|
298
301
|
AaveV4DelegateWithdrawWithSig: string;
|
|
299
302
|
AaveV4DelegateBorrowWithSig: string;
|
|
300
303
|
AaveV4DelegateSetUsingAsCollateralWithSig: string;
|
|
301
|
-
AaveV3DelegateCredit?: undefined;
|
|
302
304
|
AaveV3RatioTrigger?: undefined;
|
|
303
305
|
GasFeeTakerL2?: undefined;
|
|
304
306
|
AaveV3RatioCheck?: undefined;
|
|
305
307
|
MorphoBlueView?: undefined;
|
|
306
|
-
MidnightPaybackDirect?: undefined;
|
|
307
|
-
MidnightBorrowFromOrders?: undefined;
|
|
308
|
-
MidnightPaybackFromOrders?: undefined;
|
|
309
|
-
MidnightSupplyCollateral?: undefined;
|
|
310
|
-
MidnightWithdrawCollateral?: undefined;
|
|
311
|
-
MidnightView?: undefined;
|
|
312
308
|
} | {
|
|
313
309
|
DFSSell: string;
|
|
314
310
|
DFSSellNoFee: string;
|
|
@@ -345,6 +341,7 @@ declare const actionAddressesAllChains: {
|
|
|
345
341
|
FLAaveV3: string;
|
|
346
342
|
FLBalancer: string;
|
|
347
343
|
FLAction: string;
|
|
344
|
+
FLAaveV3CarryDebt: string;
|
|
348
345
|
AaveV3RatioTrigger: string;
|
|
349
346
|
GasFeeTakerL2: string;
|
|
350
347
|
AaveV3RatioCheck: string;
|
|
@@ -443,7 +440,6 @@ declare const actionAddressesAllChains: {
|
|
|
443
440
|
CompGetDebt?: undefined;
|
|
444
441
|
CompCollateralSwitch?: undefined;
|
|
445
442
|
FLAaveV2?: undefined;
|
|
446
|
-
FLAaveV3CarryDebt?: undefined;
|
|
447
443
|
FLDyDx?: undefined;
|
|
448
444
|
FLMaker?: undefined;
|
|
449
445
|
FLSpark?: undefined;
|
|
@@ -452,6 +448,7 @@ declare const actionAddressesAllChains: {
|
|
|
452
448
|
FLMorphoBlue?: undefined;
|
|
453
449
|
UniSupply?: undefined;
|
|
454
450
|
UniWithdraw?: undefined;
|
|
451
|
+
UniswapClaim?: undefined;
|
|
455
452
|
DyDxWithdraw?: undefined;
|
|
456
453
|
YearnSupply?: undefined;
|
|
457
454
|
YearnWithdraw?: undefined;
|
|
@@ -570,6 +567,7 @@ declare const actionAddressesAllChains: {
|
|
|
570
567
|
EulerV2View?: undefined;
|
|
571
568
|
RenzoStake?: undefined;
|
|
572
569
|
EtherFiStake?: undefined;
|
|
570
|
+
EtherFiStakeFromLido?: undefined;
|
|
573
571
|
EtherFiWrap?: undefined;
|
|
574
572
|
EtherFiUnwrap?: undefined;
|
|
575
573
|
KingClaim?: undefined;
|
|
@@ -601,12 +599,6 @@ declare const actionAddressesAllChains: {
|
|
|
601
599
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
602
600
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
603
601
|
MorphoBlueView?: undefined;
|
|
604
|
-
MidnightPaybackDirect?: undefined;
|
|
605
|
-
MidnightBorrowFromOrders?: undefined;
|
|
606
|
-
MidnightPaybackFromOrders?: undefined;
|
|
607
|
-
MidnightSupplyCollateral?: undefined;
|
|
608
|
-
MidnightWithdrawCollateral?: undefined;
|
|
609
|
-
MidnightView?: undefined;
|
|
610
602
|
} | {
|
|
611
603
|
DFSSell: string;
|
|
612
604
|
DFSSellNoFee: string;
|
|
@@ -639,6 +631,7 @@ declare const actionAddressesAllChains: {
|
|
|
639
631
|
AaveV3Withdraw: string;
|
|
640
632
|
AaveV3ClaimRewards: string;
|
|
641
633
|
AaveV3DelegateWithSig: string;
|
|
634
|
+
AaveV3DelegateCredit: string;
|
|
642
635
|
CompV3Allow: string;
|
|
643
636
|
CompV3Borrow: string;
|
|
644
637
|
CompV3Claim: string;
|
|
@@ -652,6 +645,7 @@ declare const actionAddressesAllChains: {
|
|
|
652
645
|
FLUniV3: string;
|
|
653
646
|
FLAction: string;
|
|
654
647
|
FLMorphoBlue: string;
|
|
648
|
+
FLAaveV3CarryDebt: string;
|
|
655
649
|
GasFeeTakerL2: string;
|
|
656
650
|
AaveV3RatioCheck: string;
|
|
657
651
|
UniCollectV3: string;
|
|
@@ -775,13 +769,13 @@ declare const actionAddressesAllChains: {
|
|
|
775
769
|
CompGetDebt?: undefined;
|
|
776
770
|
CompCollateralSwitch?: undefined;
|
|
777
771
|
FLAaveV2?: undefined;
|
|
778
|
-
FLAaveV3CarryDebt?: undefined;
|
|
779
772
|
FLDyDx?: undefined;
|
|
780
773
|
FLMaker?: undefined;
|
|
781
774
|
FLSpark?: undefined;
|
|
782
775
|
FLGho?: undefined;
|
|
783
776
|
UniSupply?: undefined;
|
|
784
777
|
UniWithdraw?: undefined;
|
|
778
|
+
UniswapClaim?: undefined;
|
|
785
779
|
DyDxWithdraw?: undefined;
|
|
786
780
|
YearnSupply?: undefined;
|
|
787
781
|
YearnWithdraw?: undefined;
|
|
@@ -879,6 +873,7 @@ declare const actionAddressesAllChains: {
|
|
|
879
873
|
EulerV2View?: undefined;
|
|
880
874
|
RenzoStake?: undefined;
|
|
881
875
|
EtherFiStake?: undefined;
|
|
876
|
+
EtherFiStakeFromLido?: undefined;
|
|
882
877
|
EtherFiWrap?: undefined;
|
|
883
878
|
EtherFiUnwrap?: undefined;
|
|
884
879
|
KingClaim?: undefined;
|
|
@@ -897,14 +892,7 @@ declare const actionAddressesAllChains: {
|
|
|
897
892
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
898
893
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
899
894
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
900
|
-
AaveV3DelegateCredit?: undefined;
|
|
901
895
|
AaveV3RatioTrigger?: undefined;
|
|
902
|
-
MidnightPaybackDirect?: undefined;
|
|
903
|
-
MidnightBorrowFromOrders?: undefined;
|
|
904
|
-
MidnightPaybackFromOrders?: undefined;
|
|
905
|
-
MidnightSupplyCollateral?: undefined;
|
|
906
|
-
MidnightWithdrawCollateral?: undefined;
|
|
907
|
-
MidnightView?: undefined;
|
|
908
896
|
} | {
|
|
909
897
|
DFSSell: string;
|
|
910
898
|
DFSSellNoFee: string;
|
|
@@ -931,6 +919,7 @@ declare const actionAddressesAllChains: {
|
|
|
931
919
|
FLUniV3: string;
|
|
932
920
|
FLAction: string;
|
|
933
921
|
FLMorphoBlue: string;
|
|
922
|
+
FLAaveV3CarryDebt: string;
|
|
934
923
|
AaveV3Withdraw: string;
|
|
935
924
|
AaveV3SwapBorrowRateMode: string;
|
|
936
925
|
AaveV3Supply: string;
|
|
@@ -942,6 +931,7 @@ declare const actionAddressesAllChains: {
|
|
|
942
931
|
AaveV3ATokenPayback: string;
|
|
943
932
|
AaveV3View: string;
|
|
944
933
|
AaveV3DelegateWithSig: string;
|
|
934
|
+
AaveV3DelegateCredit: string;
|
|
945
935
|
CompV3Allow: string;
|
|
946
936
|
CompV3Borrow: string;
|
|
947
937
|
CompV3Claim: string;
|
|
@@ -976,12 +966,6 @@ declare const actionAddressesAllChains: {
|
|
|
976
966
|
SFApproveTokens: string;
|
|
977
967
|
SummerfiUnsub: string;
|
|
978
968
|
SummerfiUnsubV2: string;
|
|
979
|
-
MidnightPaybackDirect: string;
|
|
980
|
-
MidnightBorrowFromOrders: string;
|
|
981
|
-
MidnightPaybackFromOrders: string;
|
|
982
|
-
MidnightSupplyCollateral: string;
|
|
983
|
-
MidnightWithdrawCollateral: string;
|
|
984
|
-
MidnightView: string;
|
|
985
969
|
AutomationV2Unsub?: undefined;
|
|
986
970
|
SendTokenAndUnwrap?: undefined;
|
|
987
971
|
SDaiWrap?: undefined;
|
|
@@ -1062,13 +1046,13 @@ declare const actionAddressesAllChains: {
|
|
|
1062
1046
|
CompCollateralSwitch?: undefined;
|
|
1063
1047
|
FLAaveV2?: undefined;
|
|
1064
1048
|
FLAaveV3NoFee?: undefined;
|
|
1065
|
-
FLAaveV3CarryDebt?: undefined;
|
|
1066
1049
|
FLDyDx?: undefined;
|
|
1067
1050
|
FLMaker?: undefined;
|
|
1068
1051
|
FLSpark?: undefined;
|
|
1069
1052
|
FLGho?: undefined;
|
|
1070
1053
|
UniSupply?: undefined;
|
|
1071
1054
|
UniWithdraw?: undefined;
|
|
1055
|
+
UniswapClaim?: undefined;
|
|
1072
1056
|
UniCollectV3?: undefined;
|
|
1073
1057
|
UniMintV3?: undefined;
|
|
1074
1058
|
UniSupplyV3?: undefined;
|
|
@@ -1182,6 +1166,7 @@ declare const actionAddressesAllChains: {
|
|
|
1182
1166
|
EulerV2View?: undefined;
|
|
1183
1167
|
RenzoStake?: undefined;
|
|
1184
1168
|
EtherFiStake?: undefined;
|
|
1169
|
+
EtherFiStakeFromLido?: undefined;
|
|
1185
1170
|
EtherFiWrap?: undefined;
|
|
1186
1171
|
EtherFiUnwrap?: undefined;
|
|
1187
1172
|
KingClaim?: undefined;
|
|
@@ -1200,7 +1185,6 @@ declare const actionAddressesAllChains: {
|
|
|
1200
1185
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
1201
1186
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
1202
1187
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
1203
|
-
AaveV3DelegateCredit?: undefined;
|
|
1204
1188
|
AaveV3RatioTrigger?: undefined;
|
|
1205
1189
|
AaveV3RatioCheck?: undefined;
|
|
1206
1190
|
} | {
|
|
@@ -1222,6 +1206,7 @@ declare const actionAddressesAllChains: {
|
|
|
1222
1206
|
TokenizedVaultAdapter: string;
|
|
1223
1207
|
FLAction: string;
|
|
1224
1208
|
FLAaveV3: string;
|
|
1209
|
+
FLAaveV3CarryDebt: string;
|
|
1225
1210
|
AaveV3Withdraw: string;
|
|
1226
1211
|
AaveV3Supply: string;
|
|
1227
1212
|
AaveV3SetEMode: string;
|
|
@@ -1318,7 +1303,6 @@ declare const actionAddressesAllChains: {
|
|
|
1318
1303
|
CompCollateralSwitch?: undefined;
|
|
1319
1304
|
FLAaveV2?: undefined;
|
|
1320
1305
|
FLAaveV3NoFee?: undefined;
|
|
1321
|
-
FLAaveV3CarryDebt?: undefined;
|
|
1322
1306
|
FLDyDx?: undefined;
|
|
1323
1307
|
FLMaker?: undefined;
|
|
1324
1308
|
FLBalancer?: undefined;
|
|
@@ -1328,6 +1312,7 @@ declare const actionAddressesAllChains: {
|
|
|
1328
1312
|
FLMorphoBlue?: undefined;
|
|
1329
1313
|
UniSupply?: undefined;
|
|
1330
1314
|
UniWithdraw?: undefined;
|
|
1315
|
+
UniswapClaim?: undefined;
|
|
1331
1316
|
UniCollectV3?: undefined;
|
|
1332
1317
|
UniMintV3?: undefined;
|
|
1333
1318
|
UniSupplyV3?: undefined;
|
|
@@ -1458,6 +1443,7 @@ declare const actionAddressesAllChains: {
|
|
|
1458
1443
|
EulerV2View?: undefined;
|
|
1459
1444
|
RenzoStake?: undefined;
|
|
1460
1445
|
EtherFiStake?: undefined;
|
|
1446
|
+
EtherFiStakeFromLido?: undefined;
|
|
1461
1447
|
EtherFiWrap?: undefined;
|
|
1462
1448
|
EtherFiUnwrap?: undefined;
|
|
1463
1449
|
KingClaim?: undefined;
|
|
@@ -1495,12 +1481,6 @@ declare const actionAddressesAllChains: {
|
|
|
1495
1481
|
GasFeeTakerL2?: undefined;
|
|
1496
1482
|
AaveV3RatioCheck?: undefined;
|
|
1497
1483
|
MorphoBlueView?: undefined;
|
|
1498
|
-
MidnightPaybackDirect?: undefined;
|
|
1499
|
-
MidnightBorrowFromOrders?: undefined;
|
|
1500
|
-
MidnightPaybackFromOrders?: undefined;
|
|
1501
|
-
MidnightSupplyCollateral?: undefined;
|
|
1502
|
-
MidnightWithdrawCollateral?: undefined;
|
|
1503
|
-
MidnightView?: undefined;
|
|
1504
1484
|
} | {
|
|
1505
1485
|
DFSSell: string;
|
|
1506
1486
|
DFSSellNoFee: string;
|
|
@@ -1520,6 +1500,7 @@ declare const actionAddressesAllChains: {
|
|
|
1520
1500
|
TokenizedVaultAdapter: string;
|
|
1521
1501
|
FLAction: string;
|
|
1522
1502
|
FLAaveV3: string;
|
|
1503
|
+
FLAaveV3CarryDebt: string;
|
|
1523
1504
|
AaveV3Withdraw: string;
|
|
1524
1505
|
AaveV3Supply: string;
|
|
1525
1506
|
AaveV3SetEMode: string;
|
|
@@ -1629,7 +1610,6 @@ declare const actionAddressesAllChains: {
|
|
|
1629
1610
|
CompCollateralSwitch?: undefined;
|
|
1630
1611
|
FLAaveV2?: undefined;
|
|
1631
1612
|
FLAaveV3NoFee?: undefined;
|
|
1632
|
-
FLAaveV3CarryDebt?: undefined;
|
|
1633
1613
|
FLDyDx?: undefined;
|
|
1634
1614
|
FLMaker?: undefined;
|
|
1635
1615
|
FLBalancer?: undefined;
|
|
@@ -1639,6 +1619,7 @@ declare const actionAddressesAllChains: {
|
|
|
1639
1619
|
FLMorphoBlue?: undefined;
|
|
1640
1620
|
UniSupply?: undefined;
|
|
1641
1621
|
UniWithdraw?: undefined;
|
|
1622
|
+
UniswapClaim?: undefined;
|
|
1642
1623
|
UniCollectV3?: undefined;
|
|
1643
1624
|
UniMintV3?: undefined;
|
|
1644
1625
|
UniSupplyV3?: undefined;
|
|
@@ -1769,6 +1750,7 @@ declare const actionAddressesAllChains: {
|
|
|
1769
1750
|
EulerV2View?: undefined;
|
|
1770
1751
|
RenzoStake?: undefined;
|
|
1771
1752
|
EtherFiStake?: undefined;
|
|
1753
|
+
EtherFiStakeFromLido?: undefined;
|
|
1772
1754
|
EtherFiWrap?: undefined;
|
|
1773
1755
|
EtherFiUnwrap?: undefined;
|
|
1774
1756
|
KingClaim?: undefined;
|
|
@@ -1793,12 +1775,6 @@ declare const actionAddressesAllChains: {
|
|
|
1793
1775
|
GasFeeTakerL2?: undefined;
|
|
1794
1776
|
AaveV3RatioCheck?: undefined;
|
|
1795
1777
|
MorphoBlueView?: undefined;
|
|
1796
|
-
MidnightPaybackDirect?: undefined;
|
|
1797
|
-
MidnightBorrowFromOrders?: undefined;
|
|
1798
|
-
MidnightPaybackFromOrders?: undefined;
|
|
1799
|
-
MidnightSupplyCollateral?: undefined;
|
|
1800
|
-
MidnightWithdrawCollateral?: undefined;
|
|
1801
|
-
MidnightView?: undefined;
|
|
1802
1778
|
};
|
|
1803
1779
|
};
|
|
1804
1780
|
declare const actionAddresses: (chainId?: null) => {
|
|
@@ -1873,6 +1849,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1873
1849
|
AaveV3ATokenPayback: string;
|
|
1874
1850
|
AaveV3View: string;
|
|
1875
1851
|
AaveV3DelegateWithSig: string;
|
|
1852
|
+
AaveV3DelegateCredit: string;
|
|
1876
1853
|
GhoClaimAAVE: string;
|
|
1877
1854
|
GhoUnstake: string;
|
|
1878
1855
|
GhoStake: string;
|
|
@@ -1924,6 +1901,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1924
1901
|
FLMorphoBlue: string;
|
|
1925
1902
|
UniSupply: string;
|
|
1926
1903
|
UniWithdraw: string;
|
|
1904
|
+
UniswapClaim: string;
|
|
1927
1905
|
UniCollectV3: string;
|
|
1928
1906
|
UniMintV3: string;
|
|
1929
1907
|
UniSupplyV3: string;
|
|
@@ -2055,6 +2033,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2055
2033
|
MerklClaim: string;
|
|
2056
2034
|
RenzoStake: string;
|
|
2057
2035
|
EtherFiStake: string;
|
|
2036
|
+
EtherFiStakeFromLido: string;
|
|
2058
2037
|
EtherFiWrap: string;
|
|
2059
2038
|
EtherFiUnwrap: string;
|
|
2060
2039
|
KingClaim: string;
|
|
@@ -2088,17 +2067,10 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2088
2067
|
AaveV4DelegateWithdrawWithSig: string;
|
|
2089
2068
|
AaveV4DelegateBorrowWithSig: string;
|
|
2090
2069
|
AaveV4DelegateSetUsingAsCollateralWithSig: string;
|
|
2091
|
-
AaveV3DelegateCredit?: undefined;
|
|
2092
2070
|
AaveV3RatioTrigger?: undefined;
|
|
2093
2071
|
GasFeeTakerL2?: undefined;
|
|
2094
2072
|
AaveV3RatioCheck?: undefined;
|
|
2095
2073
|
MorphoBlueView?: undefined;
|
|
2096
|
-
MidnightPaybackDirect?: undefined;
|
|
2097
|
-
MidnightBorrowFromOrders?: undefined;
|
|
2098
|
-
MidnightPaybackFromOrders?: undefined;
|
|
2099
|
-
MidnightSupplyCollateral?: undefined;
|
|
2100
|
-
MidnightWithdrawCollateral?: undefined;
|
|
2101
|
-
MidnightView?: undefined;
|
|
2102
2074
|
} | {
|
|
2103
2075
|
DFSSell: string;
|
|
2104
2076
|
DFSSellNoFee: string;
|
|
@@ -2135,6 +2107,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2135
2107
|
FLAaveV3: string;
|
|
2136
2108
|
FLBalancer: string;
|
|
2137
2109
|
FLAction: string;
|
|
2110
|
+
FLAaveV3CarryDebt: string;
|
|
2138
2111
|
AaveV3RatioTrigger: string;
|
|
2139
2112
|
GasFeeTakerL2: string;
|
|
2140
2113
|
AaveV3RatioCheck: string;
|
|
@@ -2233,7 +2206,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2233
2206
|
CompGetDebt?: undefined;
|
|
2234
2207
|
CompCollateralSwitch?: undefined;
|
|
2235
2208
|
FLAaveV2?: undefined;
|
|
2236
|
-
FLAaveV3CarryDebt?: undefined;
|
|
2237
2209
|
FLDyDx?: undefined;
|
|
2238
2210
|
FLMaker?: undefined;
|
|
2239
2211
|
FLSpark?: undefined;
|
|
@@ -2242,6 +2214,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2242
2214
|
FLMorphoBlue?: undefined;
|
|
2243
2215
|
UniSupply?: undefined;
|
|
2244
2216
|
UniWithdraw?: undefined;
|
|
2217
|
+
UniswapClaim?: undefined;
|
|
2245
2218
|
DyDxWithdraw?: undefined;
|
|
2246
2219
|
YearnSupply?: undefined;
|
|
2247
2220
|
YearnWithdraw?: undefined;
|
|
@@ -2360,6 +2333,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2360
2333
|
EulerV2View?: undefined;
|
|
2361
2334
|
RenzoStake?: undefined;
|
|
2362
2335
|
EtherFiStake?: undefined;
|
|
2336
|
+
EtherFiStakeFromLido?: undefined;
|
|
2363
2337
|
EtherFiWrap?: undefined;
|
|
2364
2338
|
EtherFiUnwrap?: undefined;
|
|
2365
2339
|
KingClaim?: undefined;
|
|
@@ -2391,12 +2365,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2391
2365
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
2392
2366
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
2393
2367
|
MorphoBlueView?: undefined;
|
|
2394
|
-
MidnightPaybackDirect?: undefined;
|
|
2395
|
-
MidnightBorrowFromOrders?: undefined;
|
|
2396
|
-
MidnightPaybackFromOrders?: undefined;
|
|
2397
|
-
MidnightSupplyCollateral?: undefined;
|
|
2398
|
-
MidnightWithdrawCollateral?: undefined;
|
|
2399
|
-
MidnightView?: undefined;
|
|
2400
2368
|
} | {
|
|
2401
2369
|
DFSSell: string;
|
|
2402
2370
|
DFSSellNoFee: string;
|
|
@@ -2429,6 +2397,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2429
2397
|
AaveV3Withdraw: string;
|
|
2430
2398
|
AaveV3ClaimRewards: string;
|
|
2431
2399
|
AaveV3DelegateWithSig: string;
|
|
2400
|
+
AaveV3DelegateCredit: string;
|
|
2432
2401
|
CompV3Allow: string;
|
|
2433
2402
|
CompV3Borrow: string;
|
|
2434
2403
|
CompV3Claim: string;
|
|
@@ -2442,6 +2411,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2442
2411
|
FLUniV3: string;
|
|
2443
2412
|
FLAction: string;
|
|
2444
2413
|
FLMorphoBlue: string;
|
|
2414
|
+
FLAaveV3CarryDebt: string;
|
|
2445
2415
|
GasFeeTakerL2: string;
|
|
2446
2416
|
AaveV3RatioCheck: string;
|
|
2447
2417
|
UniCollectV3: string;
|
|
@@ -2565,13 +2535,13 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2565
2535
|
CompGetDebt?: undefined;
|
|
2566
2536
|
CompCollateralSwitch?: undefined;
|
|
2567
2537
|
FLAaveV2?: undefined;
|
|
2568
|
-
FLAaveV3CarryDebt?: undefined;
|
|
2569
2538
|
FLDyDx?: undefined;
|
|
2570
2539
|
FLMaker?: undefined;
|
|
2571
2540
|
FLSpark?: undefined;
|
|
2572
2541
|
FLGho?: undefined;
|
|
2573
2542
|
UniSupply?: undefined;
|
|
2574
2543
|
UniWithdraw?: undefined;
|
|
2544
|
+
UniswapClaim?: undefined;
|
|
2575
2545
|
DyDxWithdraw?: undefined;
|
|
2576
2546
|
YearnSupply?: undefined;
|
|
2577
2547
|
YearnWithdraw?: undefined;
|
|
@@ -2669,6 +2639,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2669
2639
|
EulerV2View?: undefined;
|
|
2670
2640
|
RenzoStake?: undefined;
|
|
2671
2641
|
EtherFiStake?: undefined;
|
|
2642
|
+
EtherFiStakeFromLido?: undefined;
|
|
2672
2643
|
EtherFiWrap?: undefined;
|
|
2673
2644
|
EtherFiUnwrap?: undefined;
|
|
2674
2645
|
KingClaim?: undefined;
|
|
@@ -2687,14 +2658,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2687
2658
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
2688
2659
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
2689
2660
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
2690
|
-
AaveV3DelegateCredit?: undefined;
|
|
2691
2661
|
AaveV3RatioTrigger?: undefined;
|
|
2692
|
-
MidnightPaybackDirect?: undefined;
|
|
2693
|
-
MidnightBorrowFromOrders?: undefined;
|
|
2694
|
-
MidnightPaybackFromOrders?: undefined;
|
|
2695
|
-
MidnightSupplyCollateral?: undefined;
|
|
2696
|
-
MidnightWithdrawCollateral?: undefined;
|
|
2697
|
-
MidnightView?: undefined;
|
|
2698
2662
|
} | {
|
|
2699
2663
|
DFSSell: string;
|
|
2700
2664
|
DFSSellNoFee: string;
|
|
@@ -2721,6 +2685,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2721
2685
|
FLUniV3: string;
|
|
2722
2686
|
FLAction: string;
|
|
2723
2687
|
FLMorphoBlue: string;
|
|
2688
|
+
FLAaveV3CarryDebt: string;
|
|
2724
2689
|
AaveV3Withdraw: string;
|
|
2725
2690
|
AaveV3SwapBorrowRateMode: string;
|
|
2726
2691
|
AaveV3Supply: string;
|
|
@@ -2732,6 +2697,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2732
2697
|
AaveV3ATokenPayback: string;
|
|
2733
2698
|
AaveV3View: string;
|
|
2734
2699
|
AaveV3DelegateWithSig: string;
|
|
2700
|
+
AaveV3DelegateCredit: string;
|
|
2735
2701
|
CompV3Allow: string;
|
|
2736
2702
|
CompV3Borrow: string;
|
|
2737
2703
|
CompV3Claim: string;
|
|
@@ -2766,12 +2732,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2766
2732
|
SFApproveTokens: string;
|
|
2767
2733
|
SummerfiUnsub: string;
|
|
2768
2734
|
SummerfiUnsubV2: string;
|
|
2769
|
-
MidnightPaybackDirect: string;
|
|
2770
|
-
MidnightBorrowFromOrders: string;
|
|
2771
|
-
MidnightPaybackFromOrders: string;
|
|
2772
|
-
MidnightSupplyCollateral: string;
|
|
2773
|
-
MidnightWithdrawCollateral: string;
|
|
2774
|
-
MidnightView: string;
|
|
2775
2735
|
AutomationV2Unsub?: undefined;
|
|
2776
2736
|
SendTokenAndUnwrap?: undefined;
|
|
2777
2737
|
SDaiWrap?: undefined;
|
|
@@ -2852,13 +2812,13 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2852
2812
|
CompCollateralSwitch?: undefined;
|
|
2853
2813
|
FLAaveV2?: undefined;
|
|
2854
2814
|
FLAaveV3NoFee?: undefined;
|
|
2855
|
-
FLAaveV3CarryDebt?: undefined;
|
|
2856
2815
|
FLDyDx?: undefined;
|
|
2857
2816
|
FLMaker?: undefined;
|
|
2858
2817
|
FLSpark?: undefined;
|
|
2859
2818
|
FLGho?: undefined;
|
|
2860
2819
|
UniSupply?: undefined;
|
|
2861
2820
|
UniWithdraw?: undefined;
|
|
2821
|
+
UniswapClaim?: undefined;
|
|
2862
2822
|
UniCollectV3?: undefined;
|
|
2863
2823
|
UniMintV3?: undefined;
|
|
2864
2824
|
UniSupplyV3?: undefined;
|
|
@@ -2972,6 +2932,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2972
2932
|
EulerV2View?: undefined;
|
|
2973
2933
|
RenzoStake?: undefined;
|
|
2974
2934
|
EtherFiStake?: undefined;
|
|
2935
|
+
EtherFiStakeFromLido?: undefined;
|
|
2975
2936
|
EtherFiWrap?: undefined;
|
|
2976
2937
|
EtherFiUnwrap?: undefined;
|
|
2977
2938
|
KingClaim?: undefined;
|
|
@@ -2990,7 +2951,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2990
2951
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
2991
2952
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
2992
2953
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
2993
|
-
AaveV3DelegateCredit?: undefined;
|
|
2994
2954
|
AaveV3RatioTrigger?: undefined;
|
|
2995
2955
|
AaveV3RatioCheck?: undefined;
|
|
2996
2956
|
} | {
|
|
@@ -3012,6 +2972,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3012
2972
|
TokenizedVaultAdapter: string;
|
|
3013
2973
|
FLAction: string;
|
|
3014
2974
|
FLAaveV3: string;
|
|
2975
|
+
FLAaveV3CarryDebt: string;
|
|
3015
2976
|
AaveV3Withdraw: string;
|
|
3016
2977
|
AaveV3Supply: string;
|
|
3017
2978
|
AaveV3SetEMode: string;
|
|
@@ -3108,7 +3069,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3108
3069
|
CompCollateralSwitch?: undefined;
|
|
3109
3070
|
FLAaveV2?: undefined;
|
|
3110
3071
|
FLAaveV3NoFee?: undefined;
|
|
3111
|
-
FLAaveV3CarryDebt?: undefined;
|
|
3112
3072
|
FLDyDx?: undefined;
|
|
3113
3073
|
FLMaker?: undefined;
|
|
3114
3074
|
FLBalancer?: undefined;
|
|
@@ -3118,6 +3078,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3118
3078
|
FLMorphoBlue?: undefined;
|
|
3119
3079
|
UniSupply?: undefined;
|
|
3120
3080
|
UniWithdraw?: undefined;
|
|
3081
|
+
UniswapClaim?: undefined;
|
|
3121
3082
|
UniCollectV3?: undefined;
|
|
3122
3083
|
UniMintV3?: undefined;
|
|
3123
3084
|
UniSupplyV3?: undefined;
|
|
@@ -3248,6 +3209,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3248
3209
|
EulerV2View?: undefined;
|
|
3249
3210
|
RenzoStake?: undefined;
|
|
3250
3211
|
EtherFiStake?: undefined;
|
|
3212
|
+
EtherFiStakeFromLido?: undefined;
|
|
3251
3213
|
EtherFiWrap?: undefined;
|
|
3252
3214
|
EtherFiUnwrap?: undefined;
|
|
3253
3215
|
KingClaim?: undefined;
|
|
@@ -3285,12 +3247,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3285
3247
|
GasFeeTakerL2?: undefined;
|
|
3286
3248
|
AaveV3RatioCheck?: undefined;
|
|
3287
3249
|
MorphoBlueView?: undefined;
|
|
3288
|
-
MidnightPaybackDirect?: undefined;
|
|
3289
|
-
MidnightBorrowFromOrders?: undefined;
|
|
3290
|
-
MidnightPaybackFromOrders?: undefined;
|
|
3291
|
-
MidnightSupplyCollateral?: undefined;
|
|
3292
|
-
MidnightWithdrawCollateral?: undefined;
|
|
3293
|
-
MidnightView?: undefined;
|
|
3294
3250
|
} | {
|
|
3295
3251
|
DFSSell: string;
|
|
3296
3252
|
DFSSellNoFee: string;
|
|
@@ -3310,6 +3266,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3310
3266
|
TokenizedVaultAdapter: string;
|
|
3311
3267
|
FLAction: string;
|
|
3312
3268
|
FLAaveV3: string;
|
|
3269
|
+
FLAaveV3CarryDebt: string;
|
|
3313
3270
|
AaveV3Withdraw: string;
|
|
3314
3271
|
AaveV3Supply: string;
|
|
3315
3272
|
AaveV3SetEMode: string;
|
|
@@ -3419,7 +3376,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3419
3376
|
CompCollateralSwitch?: undefined;
|
|
3420
3377
|
FLAaveV2?: undefined;
|
|
3421
3378
|
FLAaveV3NoFee?: undefined;
|
|
3422
|
-
FLAaveV3CarryDebt?: undefined;
|
|
3423
3379
|
FLDyDx?: undefined;
|
|
3424
3380
|
FLMaker?: undefined;
|
|
3425
3381
|
FLBalancer?: undefined;
|
|
@@ -3429,6 +3385,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3429
3385
|
FLMorphoBlue?: undefined;
|
|
3430
3386
|
UniSupply?: undefined;
|
|
3431
3387
|
UniWithdraw?: undefined;
|
|
3388
|
+
UniswapClaim?: undefined;
|
|
3432
3389
|
UniCollectV3?: undefined;
|
|
3433
3390
|
UniMintV3?: undefined;
|
|
3434
3391
|
UniSupplyV3?: undefined;
|
|
@@ -3559,6 +3516,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3559
3516
|
EulerV2View?: undefined;
|
|
3560
3517
|
RenzoStake?: undefined;
|
|
3561
3518
|
EtherFiStake?: undefined;
|
|
3519
|
+
EtherFiStakeFromLido?: undefined;
|
|
3562
3520
|
EtherFiWrap?: undefined;
|
|
3563
3521
|
EtherFiUnwrap?: undefined;
|
|
3564
3522
|
KingClaim?: undefined;
|
|
@@ -3583,12 +3541,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
3583
3541
|
GasFeeTakerL2?: undefined;
|
|
3584
3542
|
AaveV3RatioCheck?: undefined;
|
|
3585
3543
|
MorphoBlueView?: undefined;
|
|
3586
|
-
MidnightPaybackDirect?: undefined;
|
|
3587
|
-
MidnightBorrowFromOrders?: undefined;
|
|
3588
|
-
MidnightPaybackFromOrders?: undefined;
|
|
3589
|
-
MidnightSupplyCollateral?: undefined;
|
|
3590
|
-
MidnightWithdrawCollateral?: undefined;
|
|
3591
|
-
MidnightView?: undefined;
|
|
3592
3544
|
};
|
|
3593
3545
|
declare const otherAddressesAllChains: {
|
|
3594
3546
|
[x: number]: {
|
|
@@ -3900,6 +3852,7 @@ declare const _default: {
|
|
|
3900
3852
|
AaveV3ATokenPayback: string;
|
|
3901
3853
|
AaveV3View: string;
|
|
3902
3854
|
AaveV3DelegateWithSig: string;
|
|
3855
|
+
AaveV3DelegateCredit: string;
|
|
3903
3856
|
GhoClaimAAVE: string;
|
|
3904
3857
|
GhoUnstake: string;
|
|
3905
3858
|
GhoStake: string;
|
|
@@ -3951,6 +3904,7 @@ declare const _default: {
|
|
|
3951
3904
|
FLMorphoBlue: string;
|
|
3952
3905
|
UniSupply: string;
|
|
3953
3906
|
UniWithdraw: string;
|
|
3907
|
+
UniswapClaim: string;
|
|
3954
3908
|
UniCollectV3: string;
|
|
3955
3909
|
UniMintV3: string;
|
|
3956
3910
|
UniSupplyV3: string;
|
|
@@ -4082,6 +4036,7 @@ declare const _default: {
|
|
|
4082
4036
|
MerklClaim: string;
|
|
4083
4037
|
RenzoStake: string;
|
|
4084
4038
|
EtherFiStake: string;
|
|
4039
|
+
EtherFiStakeFromLido: string;
|
|
4085
4040
|
EtherFiWrap: string;
|
|
4086
4041
|
EtherFiUnwrap: string;
|
|
4087
4042
|
KingClaim: string;
|
|
@@ -4115,17 +4070,10 @@ declare const _default: {
|
|
|
4115
4070
|
AaveV4DelegateWithdrawWithSig: string;
|
|
4116
4071
|
AaveV4DelegateBorrowWithSig: string;
|
|
4117
4072
|
AaveV4DelegateSetUsingAsCollateralWithSig: string;
|
|
4118
|
-
AaveV3DelegateCredit?: undefined;
|
|
4119
4073
|
AaveV3RatioTrigger?: undefined;
|
|
4120
4074
|
GasFeeTakerL2?: undefined;
|
|
4121
4075
|
AaveV3RatioCheck?: undefined;
|
|
4122
4076
|
MorphoBlueView?: undefined;
|
|
4123
|
-
MidnightPaybackDirect?: undefined;
|
|
4124
|
-
MidnightBorrowFromOrders?: undefined;
|
|
4125
|
-
MidnightPaybackFromOrders?: undefined;
|
|
4126
|
-
MidnightSupplyCollateral?: undefined;
|
|
4127
|
-
MidnightWithdrawCollateral?: undefined;
|
|
4128
|
-
MidnightView?: undefined;
|
|
4129
4077
|
} | {
|
|
4130
4078
|
DFSSell: string;
|
|
4131
4079
|
DFSSellNoFee: string;
|
|
@@ -4162,6 +4110,7 @@ declare const _default: {
|
|
|
4162
4110
|
FLAaveV3: string;
|
|
4163
4111
|
FLBalancer: string;
|
|
4164
4112
|
FLAction: string;
|
|
4113
|
+
FLAaveV3CarryDebt: string;
|
|
4165
4114
|
AaveV3RatioTrigger: string;
|
|
4166
4115
|
GasFeeTakerL2: string;
|
|
4167
4116
|
AaveV3RatioCheck: string;
|
|
@@ -4260,7 +4209,6 @@ declare const _default: {
|
|
|
4260
4209
|
CompGetDebt?: undefined;
|
|
4261
4210
|
CompCollateralSwitch?: undefined;
|
|
4262
4211
|
FLAaveV2?: undefined;
|
|
4263
|
-
FLAaveV3CarryDebt?: undefined;
|
|
4264
4212
|
FLDyDx?: undefined;
|
|
4265
4213
|
FLMaker?: undefined;
|
|
4266
4214
|
FLSpark?: undefined;
|
|
@@ -4269,6 +4217,7 @@ declare const _default: {
|
|
|
4269
4217
|
FLMorphoBlue?: undefined;
|
|
4270
4218
|
UniSupply?: undefined;
|
|
4271
4219
|
UniWithdraw?: undefined;
|
|
4220
|
+
UniswapClaim?: undefined;
|
|
4272
4221
|
DyDxWithdraw?: undefined;
|
|
4273
4222
|
YearnSupply?: undefined;
|
|
4274
4223
|
YearnWithdraw?: undefined;
|
|
@@ -4387,6 +4336,7 @@ declare const _default: {
|
|
|
4387
4336
|
EulerV2View?: undefined;
|
|
4388
4337
|
RenzoStake?: undefined;
|
|
4389
4338
|
EtherFiStake?: undefined;
|
|
4339
|
+
EtherFiStakeFromLido?: undefined;
|
|
4390
4340
|
EtherFiWrap?: undefined;
|
|
4391
4341
|
EtherFiUnwrap?: undefined;
|
|
4392
4342
|
KingClaim?: undefined;
|
|
@@ -4418,12 +4368,6 @@ declare const _default: {
|
|
|
4418
4368
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
4419
4369
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
4420
4370
|
MorphoBlueView?: undefined;
|
|
4421
|
-
MidnightPaybackDirect?: undefined;
|
|
4422
|
-
MidnightBorrowFromOrders?: undefined;
|
|
4423
|
-
MidnightPaybackFromOrders?: undefined;
|
|
4424
|
-
MidnightSupplyCollateral?: undefined;
|
|
4425
|
-
MidnightWithdrawCollateral?: undefined;
|
|
4426
|
-
MidnightView?: undefined;
|
|
4427
4371
|
} | {
|
|
4428
4372
|
DFSSell: string;
|
|
4429
4373
|
DFSSellNoFee: string;
|
|
@@ -4456,6 +4400,7 @@ declare const _default: {
|
|
|
4456
4400
|
AaveV3Withdraw: string;
|
|
4457
4401
|
AaveV3ClaimRewards: string;
|
|
4458
4402
|
AaveV3DelegateWithSig: string;
|
|
4403
|
+
AaveV3DelegateCredit: string;
|
|
4459
4404
|
CompV3Allow: string;
|
|
4460
4405
|
CompV3Borrow: string;
|
|
4461
4406
|
CompV3Claim: string;
|
|
@@ -4469,6 +4414,7 @@ declare const _default: {
|
|
|
4469
4414
|
FLUniV3: string;
|
|
4470
4415
|
FLAction: string;
|
|
4471
4416
|
FLMorphoBlue: string;
|
|
4417
|
+
FLAaveV3CarryDebt: string;
|
|
4472
4418
|
GasFeeTakerL2: string;
|
|
4473
4419
|
AaveV3RatioCheck: string;
|
|
4474
4420
|
UniCollectV3: string;
|
|
@@ -4592,13 +4538,13 @@ declare const _default: {
|
|
|
4592
4538
|
CompGetDebt?: undefined;
|
|
4593
4539
|
CompCollateralSwitch?: undefined;
|
|
4594
4540
|
FLAaveV2?: undefined;
|
|
4595
|
-
FLAaveV3CarryDebt?: undefined;
|
|
4596
4541
|
FLDyDx?: undefined;
|
|
4597
4542
|
FLMaker?: undefined;
|
|
4598
4543
|
FLSpark?: undefined;
|
|
4599
4544
|
FLGho?: undefined;
|
|
4600
4545
|
UniSupply?: undefined;
|
|
4601
4546
|
UniWithdraw?: undefined;
|
|
4547
|
+
UniswapClaim?: undefined;
|
|
4602
4548
|
DyDxWithdraw?: undefined;
|
|
4603
4549
|
YearnSupply?: undefined;
|
|
4604
4550
|
YearnWithdraw?: undefined;
|
|
@@ -4696,6 +4642,7 @@ declare const _default: {
|
|
|
4696
4642
|
EulerV2View?: undefined;
|
|
4697
4643
|
RenzoStake?: undefined;
|
|
4698
4644
|
EtherFiStake?: undefined;
|
|
4645
|
+
EtherFiStakeFromLido?: undefined;
|
|
4699
4646
|
EtherFiWrap?: undefined;
|
|
4700
4647
|
EtherFiUnwrap?: undefined;
|
|
4701
4648
|
KingClaim?: undefined;
|
|
@@ -4714,14 +4661,7 @@ declare const _default: {
|
|
|
4714
4661
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
4715
4662
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
4716
4663
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
4717
|
-
AaveV3DelegateCredit?: undefined;
|
|
4718
4664
|
AaveV3RatioTrigger?: undefined;
|
|
4719
|
-
MidnightPaybackDirect?: undefined;
|
|
4720
|
-
MidnightBorrowFromOrders?: undefined;
|
|
4721
|
-
MidnightPaybackFromOrders?: undefined;
|
|
4722
|
-
MidnightSupplyCollateral?: undefined;
|
|
4723
|
-
MidnightWithdrawCollateral?: undefined;
|
|
4724
|
-
MidnightView?: undefined;
|
|
4725
4665
|
} | {
|
|
4726
4666
|
DFSSell: string;
|
|
4727
4667
|
DFSSellNoFee: string;
|
|
@@ -4748,6 +4688,7 @@ declare const _default: {
|
|
|
4748
4688
|
FLUniV3: string;
|
|
4749
4689
|
FLAction: string;
|
|
4750
4690
|
FLMorphoBlue: string;
|
|
4691
|
+
FLAaveV3CarryDebt: string;
|
|
4751
4692
|
AaveV3Withdraw: string;
|
|
4752
4693
|
AaveV3SwapBorrowRateMode: string;
|
|
4753
4694
|
AaveV3Supply: string;
|
|
@@ -4759,6 +4700,7 @@ declare const _default: {
|
|
|
4759
4700
|
AaveV3ATokenPayback: string;
|
|
4760
4701
|
AaveV3View: string;
|
|
4761
4702
|
AaveV3DelegateWithSig: string;
|
|
4703
|
+
AaveV3DelegateCredit: string;
|
|
4762
4704
|
CompV3Allow: string;
|
|
4763
4705
|
CompV3Borrow: string;
|
|
4764
4706
|
CompV3Claim: string;
|
|
@@ -4793,12 +4735,6 @@ declare const _default: {
|
|
|
4793
4735
|
SFApproveTokens: string;
|
|
4794
4736
|
SummerfiUnsub: string;
|
|
4795
4737
|
SummerfiUnsubV2: string;
|
|
4796
|
-
MidnightPaybackDirect: string;
|
|
4797
|
-
MidnightBorrowFromOrders: string;
|
|
4798
|
-
MidnightPaybackFromOrders: string;
|
|
4799
|
-
MidnightSupplyCollateral: string;
|
|
4800
|
-
MidnightWithdrawCollateral: string;
|
|
4801
|
-
MidnightView: string;
|
|
4802
4738
|
AutomationV2Unsub?: undefined;
|
|
4803
4739
|
SendTokenAndUnwrap?: undefined;
|
|
4804
4740
|
SDaiWrap?: undefined;
|
|
@@ -4879,13 +4815,13 @@ declare const _default: {
|
|
|
4879
4815
|
CompCollateralSwitch?: undefined;
|
|
4880
4816
|
FLAaveV2?: undefined;
|
|
4881
4817
|
FLAaveV3NoFee?: undefined;
|
|
4882
|
-
FLAaveV3CarryDebt?: undefined;
|
|
4883
4818
|
FLDyDx?: undefined;
|
|
4884
4819
|
FLMaker?: undefined;
|
|
4885
4820
|
FLSpark?: undefined;
|
|
4886
4821
|
FLGho?: undefined;
|
|
4887
4822
|
UniSupply?: undefined;
|
|
4888
4823
|
UniWithdraw?: undefined;
|
|
4824
|
+
UniswapClaim?: undefined;
|
|
4889
4825
|
UniCollectV3?: undefined;
|
|
4890
4826
|
UniMintV3?: undefined;
|
|
4891
4827
|
UniSupplyV3?: undefined;
|
|
@@ -4999,6 +4935,7 @@ declare const _default: {
|
|
|
4999
4935
|
EulerV2View?: undefined;
|
|
5000
4936
|
RenzoStake?: undefined;
|
|
5001
4937
|
EtherFiStake?: undefined;
|
|
4938
|
+
EtherFiStakeFromLido?: undefined;
|
|
5002
4939
|
EtherFiWrap?: undefined;
|
|
5003
4940
|
EtherFiUnwrap?: undefined;
|
|
5004
4941
|
KingClaim?: undefined;
|
|
@@ -5017,7 +4954,6 @@ declare const _default: {
|
|
|
5017
4954
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
5018
4955
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
5019
4956
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
5020
|
-
AaveV3DelegateCredit?: undefined;
|
|
5021
4957
|
AaveV3RatioTrigger?: undefined;
|
|
5022
4958
|
AaveV3RatioCheck?: undefined;
|
|
5023
4959
|
} | {
|
|
@@ -5039,6 +4975,7 @@ declare const _default: {
|
|
|
5039
4975
|
TokenizedVaultAdapter: string;
|
|
5040
4976
|
FLAction: string;
|
|
5041
4977
|
FLAaveV3: string;
|
|
4978
|
+
FLAaveV3CarryDebt: string;
|
|
5042
4979
|
AaveV3Withdraw: string;
|
|
5043
4980
|
AaveV3Supply: string;
|
|
5044
4981
|
AaveV3SetEMode: string;
|
|
@@ -5135,7 +5072,6 @@ declare const _default: {
|
|
|
5135
5072
|
CompCollateralSwitch?: undefined;
|
|
5136
5073
|
FLAaveV2?: undefined;
|
|
5137
5074
|
FLAaveV3NoFee?: undefined;
|
|
5138
|
-
FLAaveV3CarryDebt?: undefined;
|
|
5139
5075
|
FLDyDx?: undefined;
|
|
5140
5076
|
FLMaker?: undefined;
|
|
5141
5077
|
FLBalancer?: undefined;
|
|
@@ -5145,6 +5081,7 @@ declare const _default: {
|
|
|
5145
5081
|
FLMorphoBlue?: undefined;
|
|
5146
5082
|
UniSupply?: undefined;
|
|
5147
5083
|
UniWithdraw?: undefined;
|
|
5084
|
+
UniswapClaim?: undefined;
|
|
5148
5085
|
UniCollectV3?: undefined;
|
|
5149
5086
|
UniMintV3?: undefined;
|
|
5150
5087
|
UniSupplyV3?: undefined;
|
|
@@ -5275,6 +5212,7 @@ declare const _default: {
|
|
|
5275
5212
|
EulerV2View?: undefined;
|
|
5276
5213
|
RenzoStake?: undefined;
|
|
5277
5214
|
EtherFiStake?: undefined;
|
|
5215
|
+
EtherFiStakeFromLido?: undefined;
|
|
5278
5216
|
EtherFiWrap?: undefined;
|
|
5279
5217
|
EtherFiUnwrap?: undefined;
|
|
5280
5218
|
KingClaim?: undefined;
|
|
@@ -5312,12 +5250,6 @@ declare const _default: {
|
|
|
5312
5250
|
GasFeeTakerL2?: undefined;
|
|
5313
5251
|
AaveV3RatioCheck?: undefined;
|
|
5314
5252
|
MorphoBlueView?: undefined;
|
|
5315
|
-
MidnightPaybackDirect?: undefined;
|
|
5316
|
-
MidnightBorrowFromOrders?: undefined;
|
|
5317
|
-
MidnightPaybackFromOrders?: undefined;
|
|
5318
|
-
MidnightSupplyCollateral?: undefined;
|
|
5319
|
-
MidnightWithdrawCollateral?: undefined;
|
|
5320
|
-
MidnightView?: undefined;
|
|
5321
5253
|
} | {
|
|
5322
5254
|
DFSSell: string;
|
|
5323
5255
|
DFSSellNoFee: string;
|
|
@@ -5337,6 +5269,7 @@ declare const _default: {
|
|
|
5337
5269
|
TokenizedVaultAdapter: string;
|
|
5338
5270
|
FLAction: string;
|
|
5339
5271
|
FLAaveV3: string;
|
|
5272
|
+
FLAaveV3CarryDebt: string;
|
|
5340
5273
|
AaveV3Withdraw: string;
|
|
5341
5274
|
AaveV3Supply: string;
|
|
5342
5275
|
AaveV3SetEMode: string;
|
|
@@ -5446,7 +5379,6 @@ declare const _default: {
|
|
|
5446
5379
|
CompCollateralSwitch?: undefined;
|
|
5447
5380
|
FLAaveV2?: undefined;
|
|
5448
5381
|
FLAaveV3NoFee?: undefined;
|
|
5449
|
-
FLAaveV3CarryDebt?: undefined;
|
|
5450
5382
|
FLDyDx?: undefined;
|
|
5451
5383
|
FLMaker?: undefined;
|
|
5452
5384
|
FLBalancer?: undefined;
|
|
@@ -5456,6 +5388,7 @@ declare const _default: {
|
|
|
5456
5388
|
FLMorphoBlue?: undefined;
|
|
5457
5389
|
UniSupply?: undefined;
|
|
5458
5390
|
UniWithdraw?: undefined;
|
|
5391
|
+
UniswapClaim?: undefined;
|
|
5459
5392
|
UniCollectV3?: undefined;
|
|
5460
5393
|
UniMintV3?: undefined;
|
|
5461
5394
|
UniSupplyV3?: undefined;
|
|
@@ -5586,6 +5519,7 @@ declare const _default: {
|
|
|
5586
5519
|
EulerV2View?: undefined;
|
|
5587
5520
|
RenzoStake?: undefined;
|
|
5588
5521
|
EtherFiStake?: undefined;
|
|
5522
|
+
EtherFiStakeFromLido?: undefined;
|
|
5589
5523
|
EtherFiWrap?: undefined;
|
|
5590
5524
|
EtherFiUnwrap?: undefined;
|
|
5591
5525
|
KingClaim?: undefined;
|
|
@@ -5610,12 +5544,6 @@ declare const _default: {
|
|
|
5610
5544
|
GasFeeTakerL2?: undefined;
|
|
5611
5545
|
AaveV3RatioCheck?: undefined;
|
|
5612
5546
|
MorphoBlueView?: undefined;
|
|
5613
|
-
MidnightPaybackDirect?: undefined;
|
|
5614
|
-
MidnightBorrowFromOrders?: undefined;
|
|
5615
|
-
MidnightPaybackFromOrders?: undefined;
|
|
5616
|
-
MidnightSupplyCollateral?: undefined;
|
|
5617
|
-
MidnightWithdrawCollateral?: undefined;
|
|
5618
|
-
MidnightView?: undefined;
|
|
5619
5547
|
};
|
|
5620
5548
|
actionAddressesAllChains: {
|
|
5621
5549
|
[x: number]: {
|
|
@@ -5690,6 +5618,7 @@ declare const _default: {
|
|
|
5690
5618
|
AaveV3ATokenPayback: string;
|
|
5691
5619
|
AaveV3View: string;
|
|
5692
5620
|
AaveV3DelegateWithSig: string;
|
|
5621
|
+
AaveV3DelegateCredit: string;
|
|
5693
5622
|
GhoClaimAAVE: string;
|
|
5694
5623
|
GhoUnstake: string;
|
|
5695
5624
|
GhoStake: string;
|
|
@@ -5741,6 +5670,7 @@ declare const _default: {
|
|
|
5741
5670
|
FLMorphoBlue: string;
|
|
5742
5671
|
UniSupply: string;
|
|
5743
5672
|
UniWithdraw: string;
|
|
5673
|
+
UniswapClaim: string;
|
|
5744
5674
|
UniCollectV3: string;
|
|
5745
5675
|
UniMintV3: string;
|
|
5746
5676
|
UniSupplyV3: string;
|
|
@@ -5872,6 +5802,7 @@ declare const _default: {
|
|
|
5872
5802
|
MerklClaim: string;
|
|
5873
5803
|
RenzoStake: string;
|
|
5874
5804
|
EtherFiStake: string;
|
|
5805
|
+
EtherFiStakeFromLido: string;
|
|
5875
5806
|
EtherFiWrap: string;
|
|
5876
5807
|
EtherFiUnwrap: string;
|
|
5877
5808
|
KingClaim: string;
|
|
@@ -5905,17 +5836,10 @@ declare const _default: {
|
|
|
5905
5836
|
AaveV4DelegateWithdrawWithSig: string;
|
|
5906
5837
|
AaveV4DelegateBorrowWithSig: string;
|
|
5907
5838
|
AaveV4DelegateSetUsingAsCollateralWithSig: string;
|
|
5908
|
-
AaveV3DelegateCredit?: undefined;
|
|
5909
5839
|
AaveV3RatioTrigger?: undefined;
|
|
5910
5840
|
GasFeeTakerL2?: undefined;
|
|
5911
5841
|
AaveV3RatioCheck?: undefined;
|
|
5912
5842
|
MorphoBlueView?: undefined;
|
|
5913
|
-
MidnightPaybackDirect?: undefined;
|
|
5914
|
-
MidnightBorrowFromOrders?: undefined;
|
|
5915
|
-
MidnightPaybackFromOrders?: undefined;
|
|
5916
|
-
MidnightSupplyCollateral?: undefined;
|
|
5917
|
-
MidnightWithdrawCollateral?: undefined;
|
|
5918
|
-
MidnightView?: undefined;
|
|
5919
5843
|
} | {
|
|
5920
5844
|
DFSSell: string;
|
|
5921
5845
|
DFSSellNoFee: string;
|
|
@@ -5952,6 +5876,7 @@ declare const _default: {
|
|
|
5952
5876
|
FLAaveV3: string;
|
|
5953
5877
|
FLBalancer: string;
|
|
5954
5878
|
FLAction: string;
|
|
5879
|
+
FLAaveV3CarryDebt: string;
|
|
5955
5880
|
AaveV3RatioTrigger: string;
|
|
5956
5881
|
GasFeeTakerL2: string;
|
|
5957
5882
|
AaveV3RatioCheck: string;
|
|
@@ -6050,7 +5975,6 @@ declare const _default: {
|
|
|
6050
5975
|
CompGetDebt?: undefined;
|
|
6051
5976
|
CompCollateralSwitch?: undefined;
|
|
6052
5977
|
FLAaveV2?: undefined;
|
|
6053
|
-
FLAaveV3CarryDebt?: undefined;
|
|
6054
5978
|
FLDyDx?: undefined;
|
|
6055
5979
|
FLMaker?: undefined;
|
|
6056
5980
|
FLSpark?: undefined;
|
|
@@ -6059,6 +5983,7 @@ declare const _default: {
|
|
|
6059
5983
|
FLMorphoBlue?: undefined;
|
|
6060
5984
|
UniSupply?: undefined;
|
|
6061
5985
|
UniWithdraw?: undefined;
|
|
5986
|
+
UniswapClaim?: undefined;
|
|
6062
5987
|
DyDxWithdraw?: undefined;
|
|
6063
5988
|
YearnSupply?: undefined;
|
|
6064
5989
|
YearnWithdraw?: undefined;
|
|
@@ -6177,6 +6102,7 @@ declare const _default: {
|
|
|
6177
6102
|
EulerV2View?: undefined;
|
|
6178
6103
|
RenzoStake?: undefined;
|
|
6179
6104
|
EtherFiStake?: undefined;
|
|
6105
|
+
EtherFiStakeFromLido?: undefined;
|
|
6180
6106
|
EtherFiWrap?: undefined;
|
|
6181
6107
|
EtherFiUnwrap?: undefined;
|
|
6182
6108
|
KingClaim?: undefined;
|
|
@@ -6208,12 +6134,6 @@ declare const _default: {
|
|
|
6208
6134
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
6209
6135
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
6210
6136
|
MorphoBlueView?: undefined;
|
|
6211
|
-
MidnightPaybackDirect?: undefined;
|
|
6212
|
-
MidnightBorrowFromOrders?: undefined;
|
|
6213
|
-
MidnightPaybackFromOrders?: undefined;
|
|
6214
|
-
MidnightSupplyCollateral?: undefined;
|
|
6215
|
-
MidnightWithdrawCollateral?: undefined;
|
|
6216
|
-
MidnightView?: undefined;
|
|
6217
6137
|
} | {
|
|
6218
6138
|
DFSSell: string;
|
|
6219
6139
|
DFSSellNoFee: string;
|
|
@@ -6246,6 +6166,7 @@ declare const _default: {
|
|
|
6246
6166
|
AaveV3Withdraw: string;
|
|
6247
6167
|
AaveV3ClaimRewards: string;
|
|
6248
6168
|
AaveV3DelegateWithSig: string;
|
|
6169
|
+
AaveV3DelegateCredit: string;
|
|
6249
6170
|
CompV3Allow: string;
|
|
6250
6171
|
CompV3Borrow: string;
|
|
6251
6172
|
CompV3Claim: string;
|
|
@@ -6259,6 +6180,7 @@ declare const _default: {
|
|
|
6259
6180
|
FLUniV3: string;
|
|
6260
6181
|
FLAction: string;
|
|
6261
6182
|
FLMorphoBlue: string;
|
|
6183
|
+
FLAaveV3CarryDebt: string;
|
|
6262
6184
|
GasFeeTakerL2: string;
|
|
6263
6185
|
AaveV3RatioCheck: string;
|
|
6264
6186
|
UniCollectV3: string;
|
|
@@ -6382,13 +6304,13 @@ declare const _default: {
|
|
|
6382
6304
|
CompGetDebt?: undefined;
|
|
6383
6305
|
CompCollateralSwitch?: undefined;
|
|
6384
6306
|
FLAaveV2?: undefined;
|
|
6385
|
-
FLAaveV3CarryDebt?: undefined;
|
|
6386
6307
|
FLDyDx?: undefined;
|
|
6387
6308
|
FLMaker?: undefined;
|
|
6388
6309
|
FLSpark?: undefined;
|
|
6389
6310
|
FLGho?: undefined;
|
|
6390
6311
|
UniSupply?: undefined;
|
|
6391
6312
|
UniWithdraw?: undefined;
|
|
6313
|
+
UniswapClaim?: undefined;
|
|
6392
6314
|
DyDxWithdraw?: undefined;
|
|
6393
6315
|
YearnSupply?: undefined;
|
|
6394
6316
|
YearnWithdraw?: undefined;
|
|
@@ -6486,6 +6408,7 @@ declare const _default: {
|
|
|
6486
6408
|
EulerV2View?: undefined;
|
|
6487
6409
|
RenzoStake?: undefined;
|
|
6488
6410
|
EtherFiStake?: undefined;
|
|
6411
|
+
EtherFiStakeFromLido?: undefined;
|
|
6489
6412
|
EtherFiWrap?: undefined;
|
|
6490
6413
|
EtherFiUnwrap?: undefined;
|
|
6491
6414
|
KingClaim?: undefined;
|
|
@@ -6504,14 +6427,7 @@ declare const _default: {
|
|
|
6504
6427
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
6505
6428
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
6506
6429
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
6507
|
-
AaveV3DelegateCredit?: undefined;
|
|
6508
6430
|
AaveV3RatioTrigger?: undefined;
|
|
6509
|
-
MidnightPaybackDirect?: undefined;
|
|
6510
|
-
MidnightBorrowFromOrders?: undefined;
|
|
6511
|
-
MidnightPaybackFromOrders?: undefined;
|
|
6512
|
-
MidnightSupplyCollateral?: undefined;
|
|
6513
|
-
MidnightWithdrawCollateral?: undefined;
|
|
6514
|
-
MidnightView?: undefined;
|
|
6515
6431
|
} | {
|
|
6516
6432
|
DFSSell: string;
|
|
6517
6433
|
DFSSellNoFee: string;
|
|
@@ -6538,6 +6454,7 @@ declare const _default: {
|
|
|
6538
6454
|
FLUniV3: string;
|
|
6539
6455
|
FLAction: string;
|
|
6540
6456
|
FLMorphoBlue: string;
|
|
6457
|
+
FLAaveV3CarryDebt: string;
|
|
6541
6458
|
AaveV3Withdraw: string;
|
|
6542
6459
|
AaveV3SwapBorrowRateMode: string;
|
|
6543
6460
|
AaveV3Supply: string;
|
|
@@ -6549,6 +6466,7 @@ declare const _default: {
|
|
|
6549
6466
|
AaveV3ATokenPayback: string;
|
|
6550
6467
|
AaveV3View: string;
|
|
6551
6468
|
AaveV3DelegateWithSig: string;
|
|
6469
|
+
AaveV3DelegateCredit: string;
|
|
6552
6470
|
CompV3Allow: string;
|
|
6553
6471
|
CompV3Borrow: string;
|
|
6554
6472
|
CompV3Claim: string;
|
|
@@ -6583,12 +6501,6 @@ declare const _default: {
|
|
|
6583
6501
|
SFApproveTokens: string;
|
|
6584
6502
|
SummerfiUnsub: string;
|
|
6585
6503
|
SummerfiUnsubV2: string;
|
|
6586
|
-
MidnightPaybackDirect: string;
|
|
6587
|
-
MidnightBorrowFromOrders: string;
|
|
6588
|
-
MidnightPaybackFromOrders: string;
|
|
6589
|
-
MidnightSupplyCollateral: string;
|
|
6590
|
-
MidnightWithdrawCollateral: string;
|
|
6591
|
-
MidnightView: string;
|
|
6592
6504
|
AutomationV2Unsub?: undefined;
|
|
6593
6505
|
SendTokenAndUnwrap?: undefined;
|
|
6594
6506
|
SDaiWrap?: undefined;
|
|
@@ -6669,13 +6581,13 @@ declare const _default: {
|
|
|
6669
6581
|
CompCollateralSwitch?: undefined;
|
|
6670
6582
|
FLAaveV2?: undefined;
|
|
6671
6583
|
FLAaveV3NoFee?: undefined;
|
|
6672
|
-
FLAaveV3CarryDebt?: undefined;
|
|
6673
6584
|
FLDyDx?: undefined;
|
|
6674
6585
|
FLMaker?: undefined;
|
|
6675
6586
|
FLSpark?: undefined;
|
|
6676
6587
|
FLGho?: undefined;
|
|
6677
6588
|
UniSupply?: undefined;
|
|
6678
6589
|
UniWithdraw?: undefined;
|
|
6590
|
+
UniswapClaim?: undefined;
|
|
6679
6591
|
UniCollectV3?: undefined;
|
|
6680
6592
|
UniMintV3?: undefined;
|
|
6681
6593
|
UniSupplyV3?: undefined;
|
|
@@ -6789,6 +6701,7 @@ declare const _default: {
|
|
|
6789
6701
|
EulerV2View?: undefined;
|
|
6790
6702
|
RenzoStake?: undefined;
|
|
6791
6703
|
EtherFiStake?: undefined;
|
|
6704
|
+
EtherFiStakeFromLido?: undefined;
|
|
6792
6705
|
EtherFiWrap?: undefined;
|
|
6793
6706
|
EtherFiUnwrap?: undefined;
|
|
6794
6707
|
KingClaim?: undefined;
|
|
@@ -6807,7 +6720,6 @@ declare const _default: {
|
|
|
6807
6720
|
AaveV4DelegateWithdrawWithSig?: undefined;
|
|
6808
6721
|
AaveV4DelegateBorrowWithSig?: undefined;
|
|
6809
6722
|
AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
|
|
6810
|
-
AaveV3DelegateCredit?: undefined;
|
|
6811
6723
|
AaveV3RatioTrigger?: undefined;
|
|
6812
6724
|
AaveV3RatioCheck?: undefined;
|
|
6813
6725
|
} | {
|
|
@@ -6829,6 +6741,7 @@ declare const _default: {
|
|
|
6829
6741
|
TokenizedVaultAdapter: string;
|
|
6830
6742
|
FLAction: string;
|
|
6831
6743
|
FLAaveV3: string;
|
|
6744
|
+
FLAaveV3CarryDebt: string;
|
|
6832
6745
|
AaveV3Withdraw: string;
|
|
6833
6746
|
AaveV3Supply: string;
|
|
6834
6747
|
AaveV3SetEMode: string;
|
|
@@ -6925,7 +6838,6 @@ declare const _default: {
|
|
|
6925
6838
|
CompCollateralSwitch?: undefined;
|
|
6926
6839
|
FLAaveV2?: undefined;
|
|
6927
6840
|
FLAaveV3NoFee?: undefined;
|
|
6928
|
-
FLAaveV3CarryDebt?: undefined;
|
|
6929
6841
|
FLDyDx?: undefined;
|
|
6930
6842
|
FLMaker?: undefined;
|
|
6931
6843
|
FLBalancer?: undefined;
|
|
@@ -6935,6 +6847,7 @@ declare const _default: {
|
|
|
6935
6847
|
FLMorphoBlue?: undefined;
|
|
6936
6848
|
UniSupply?: undefined;
|
|
6937
6849
|
UniWithdraw?: undefined;
|
|
6850
|
+
UniswapClaim?: undefined;
|
|
6938
6851
|
UniCollectV3?: undefined;
|
|
6939
6852
|
UniMintV3?: undefined;
|
|
6940
6853
|
UniSupplyV3?: undefined;
|
|
@@ -7065,6 +6978,7 @@ declare const _default: {
|
|
|
7065
6978
|
EulerV2View?: undefined;
|
|
7066
6979
|
RenzoStake?: undefined;
|
|
7067
6980
|
EtherFiStake?: undefined;
|
|
6981
|
+
EtherFiStakeFromLido?: undefined;
|
|
7068
6982
|
EtherFiWrap?: undefined;
|
|
7069
6983
|
EtherFiUnwrap?: undefined;
|
|
7070
6984
|
KingClaim?: undefined;
|
|
@@ -7102,12 +7016,6 @@ declare const _default: {
|
|
|
7102
7016
|
GasFeeTakerL2?: undefined;
|
|
7103
7017
|
AaveV3RatioCheck?: undefined;
|
|
7104
7018
|
MorphoBlueView?: undefined;
|
|
7105
|
-
MidnightPaybackDirect?: undefined;
|
|
7106
|
-
MidnightBorrowFromOrders?: undefined;
|
|
7107
|
-
MidnightPaybackFromOrders?: undefined;
|
|
7108
|
-
MidnightSupplyCollateral?: undefined;
|
|
7109
|
-
MidnightWithdrawCollateral?: undefined;
|
|
7110
|
-
MidnightView?: undefined;
|
|
7111
7019
|
} | {
|
|
7112
7020
|
DFSSell: string;
|
|
7113
7021
|
DFSSellNoFee: string;
|
|
@@ -7127,6 +7035,7 @@ declare const _default: {
|
|
|
7127
7035
|
TokenizedVaultAdapter: string;
|
|
7128
7036
|
FLAction: string;
|
|
7129
7037
|
FLAaveV3: string;
|
|
7038
|
+
FLAaveV3CarryDebt: string;
|
|
7130
7039
|
AaveV3Withdraw: string;
|
|
7131
7040
|
AaveV3Supply: string;
|
|
7132
7041
|
AaveV3SetEMode: string;
|
|
@@ -7236,7 +7145,6 @@ declare const _default: {
|
|
|
7236
7145
|
CompCollateralSwitch?: undefined;
|
|
7237
7146
|
FLAaveV2?: undefined;
|
|
7238
7147
|
FLAaveV3NoFee?: undefined;
|
|
7239
|
-
FLAaveV3CarryDebt?: undefined;
|
|
7240
7148
|
FLDyDx?: undefined;
|
|
7241
7149
|
FLMaker?: undefined;
|
|
7242
7150
|
FLBalancer?: undefined;
|
|
@@ -7246,6 +7154,7 @@ declare const _default: {
|
|
|
7246
7154
|
FLMorphoBlue?: undefined;
|
|
7247
7155
|
UniSupply?: undefined;
|
|
7248
7156
|
UniWithdraw?: undefined;
|
|
7157
|
+
UniswapClaim?: undefined;
|
|
7249
7158
|
UniCollectV3?: undefined;
|
|
7250
7159
|
UniMintV3?: undefined;
|
|
7251
7160
|
UniSupplyV3?: undefined;
|
|
@@ -7376,6 +7285,7 @@ declare const _default: {
|
|
|
7376
7285
|
EulerV2View?: undefined;
|
|
7377
7286
|
RenzoStake?: undefined;
|
|
7378
7287
|
EtherFiStake?: undefined;
|
|
7288
|
+
EtherFiStakeFromLido?: undefined;
|
|
7379
7289
|
EtherFiWrap?: undefined;
|
|
7380
7290
|
EtherFiUnwrap?: undefined;
|
|
7381
7291
|
KingClaim?: undefined;
|
|
@@ -7400,12 +7310,6 @@ declare const _default: {
|
|
|
7400
7310
|
GasFeeTakerL2?: undefined;
|
|
7401
7311
|
AaveV3RatioCheck?: undefined;
|
|
7402
7312
|
MorphoBlueView?: undefined;
|
|
7403
|
-
MidnightPaybackDirect?: undefined;
|
|
7404
|
-
MidnightBorrowFromOrders?: undefined;
|
|
7405
|
-
MidnightPaybackFromOrders?: undefined;
|
|
7406
|
-
MidnightSupplyCollateral?: undefined;
|
|
7407
|
-
MidnightWithdrawCollateral?: undefined;
|
|
7408
|
-
MidnightView?: undefined;
|
|
7409
7313
|
};
|
|
7410
7314
|
};
|
|
7411
7315
|
otherAddresses: (chainId?: null) => {
|