@defisaver/sdk 1.3.27-midnight-dev → 1.3.28-audit-dev

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.
Files changed (48) hide show
  1. package/esm/src/Action.js +5 -23
  2. package/esm/src/actions/aaveV3/AaveV3DelegateCredit.d.ts +1 -1
  3. package/esm/src/actions/aaveV3/AaveV3DelegateCredit.js +1 -1
  4. package/esm/src/actions/flashloan/AaveV3FlashLoanAction.d.ts +1 -1
  5. package/esm/src/actions/flashloan/AaveV3FlashLoanAction.js +1 -1
  6. package/esm/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.d.ts +2 -4
  7. package/esm/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.js +6 -12
  8. package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.d.ts +1 -1
  9. package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.js +1 -1
  10. package/esm/src/actions/index.d.ts +1 -2
  11. package/esm/src/actions/index.js +1 -2
  12. package/esm/src/actions/uniswap/UniswapClaimAction.d.ts +16 -0
  13. package/esm/src/actions/uniswap/UniswapClaimAction.js +23 -0
  14. package/esm/src/actions/uniswap/index.d.ts +1 -0
  15. package/esm/src/actions/uniswap/index.js +1 -0
  16. package/esm/src/addresses.d.ts +14 -44
  17. package/esm/src/addresses.js +13 -10
  18. package/esm/src/index.d.ts +56 -176
  19. package/package.json +30 -4
  20. package/src/Action.ts +5 -21
  21. package/src/actions/aaveV3/AaveV3DelegateCredit.ts +1 -1
  22. package/src/actions/flashloan/AaveV3FlashLoanAction.ts +1 -1
  23. package/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.ts +7 -13
  24. package/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.ts +1 -1
  25. package/src/actions/index.ts +0 -2
  26. package/src/actions/uniswap/UniswapClaimAction.ts +31 -0
  27. package/src/actions/uniswap/index.ts +2 -1
  28. package/src/addresses.ts +13 -11
  29. package/test/actions/uniswap/UniswapClaimAction.js +31 -0
  30. package/umd/index.js +1219 -1397
  31. package/esm/src/actions/midnight/MidnightBorrowFromOrdersAction.d.ts +0 -18
  32. package/esm/src/actions/midnight/MidnightBorrowFromOrdersAction.js +0 -28
  33. package/esm/src/actions/midnight/MidnightPaybackDirectAction.d.ts +0 -16
  34. package/esm/src/actions/midnight/MidnightPaybackDirectAction.js +0 -24
  35. package/esm/src/actions/midnight/MidnightPaybackFromOrdersAction.d.ts +0 -18
  36. package/esm/src/actions/midnight/MidnightPaybackFromOrdersAction.js +0 -28
  37. package/esm/src/actions/midnight/MidnightSupplyCollateralAction.d.ts +0 -17
  38. package/esm/src/actions/midnight/MidnightSupplyCollateralAction.js +0 -26
  39. package/esm/src/actions/midnight/MidnightWithdrawCollateralAction.d.ts +0 -17
  40. package/esm/src/actions/midnight/MidnightWithdrawCollateralAction.js +0 -26
  41. package/esm/src/actions/midnight/index.d.ts +0 -5
  42. package/esm/src/actions/midnight/index.js +0 -5
  43. package/src/actions/midnight/MidnightBorrowFromOrdersAction.ts +0 -44
  44. package/src/actions/midnight/MidnightPaybackDirectAction.ts +0 -36
  45. package/src/actions/midnight/MidnightPaybackFromOrdersAction.ts +0 -44
  46. package/src/actions/midnight/MidnightSupplyCollateralAction.ts +0 -39
  47. package/src/actions/midnight/MidnightWithdrawCollateralAction.ts +0 -39
  48. package/src/actions/midnight/index.ts +0 -5
@@ -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;
@@ -298,17 +300,10 @@ declare const actionAddressesAllChains: {
298
300
  AaveV4DelegateWithdrawWithSig: string;
299
301
  AaveV4DelegateBorrowWithSig: string;
300
302
  AaveV4DelegateSetUsingAsCollateralWithSig: string;
301
- AaveV3DelegateCredit?: undefined;
302
303
  AaveV3RatioTrigger?: undefined;
303
304
  GasFeeTakerL2?: undefined;
304
305
  AaveV3RatioCheck?: undefined;
305
306
  MorphoBlueView?: undefined;
306
- MidnightPaybackDirect?: undefined;
307
- MidnightBorrowFromOrders?: undefined;
308
- MidnightPaybackFromOrders?: undefined;
309
- MidnightSupplyCollateral?: undefined;
310
- MidnightWithdrawCollateral?: undefined;
311
- MidnightView?: undefined;
312
307
  } | {
313
308
  DFSSell: string;
314
309
  DFSSellNoFee: string;
@@ -345,6 +340,7 @@ declare const actionAddressesAllChains: {
345
340
  FLAaveV3: string;
346
341
  FLBalancer: string;
347
342
  FLAction: string;
343
+ FLAaveV3CarryDebt: string;
348
344
  AaveV3RatioTrigger: string;
349
345
  GasFeeTakerL2: string;
350
346
  AaveV3RatioCheck: string;
@@ -443,7 +439,6 @@ declare const actionAddressesAllChains: {
443
439
  CompGetDebt?: undefined;
444
440
  CompCollateralSwitch?: undefined;
445
441
  FLAaveV2?: undefined;
446
- FLAaveV3CarryDebt?: undefined;
447
442
  FLDyDx?: undefined;
448
443
  FLMaker?: undefined;
449
444
  FLSpark?: undefined;
@@ -452,6 +447,7 @@ declare const actionAddressesAllChains: {
452
447
  FLMorphoBlue?: undefined;
453
448
  UniSupply?: undefined;
454
449
  UniWithdraw?: undefined;
450
+ UniswapClaim?: undefined;
455
451
  DyDxWithdraw?: undefined;
456
452
  YearnSupply?: undefined;
457
453
  YearnWithdraw?: undefined;
@@ -601,12 +597,6 @@ declare const actionAddressesAllChains: {
601
597
  AaveV4DelegateBorrowWithSig?: undefined;
602
598
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
603
599
  MorphoBlueView?: undefined;
604
- MidnightPaybackDirect?: undefined;
605
- MidnightBorrowFromOrders?: undefined;
606
- MidnightPaybackFromOrders?: undefined;
607
- MidnightSupplyCollateral?: undefined;
608
- MidnightWithdrawCollateral?: undefined;
609
- MidnightView?: undefined;
610
600
  } | {
611
601
  DFSSell: string;
612
602
  DFSSellNoFee: string;
@@ -639,6 +629,7 @@ declare const actionAddressesAllChains: {
639
629
  AaveV3Withdraw: string;
640
630
  AaveV3ClaimRewards: string;
641
631
  AaveV3DelegateWithSig: string;
632
+ AaveV3DelegateCredit: string;
642
633
  CompV3Allow: string;
643
634
  CompV3Borrow: string;
644
635
  CompV3Claim: string;
@@ -652,6 +643,7 @@ declare const actionAddressesAllChains: {
652
643
  FLUniV3: string;
653
644
  FLAction: string;
654
645
  FLMorphoBlue: string;
646
+ FLAaveV3CarryDebt: string;
655
647
  GasFeeTakerL2: string;
656
648
  AaveV3RatioCheck: string;
657
649
  UniCollectV3: string;
@@ -775,13 +767,13 @@ declare const actionAddressesAllChains: {
775
767
  CompGetDebt?: undefined;
776
768
  CompCollateralSwitch?: undefined;
777
769
  FLAaveV2?: undefined;
778
- FLAaveV3CarryDebt?: undefined;
779
770
  FLDyDx?: undefined;
780
771
  FLMaker?: undefined;
781
772
  FLSpark?: undefined;
782
773
  FLGho?: undefined;
783
774
  UniSupply?: undefined;
784
775
  UniWithdraw?: undefined;
776
+ UniswapClaim?: undefined;
785
777
  DyDxWithdraw?: undefined;
786
778
  YearnSupply?: undefined;
787
779
  YearnWithdraw?: undefined;
@@ -897,14 +889,7 @@ declare const actionAddressesAllChains: {
897
889
  AaveV4DelegateWithdrawWithSig?: undefined;
898
890
  AaveV4DelegateBorrowWithSig?: undefined;
899
891
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
900
- AaveV3DelegateCredit?: undefined;
901
892
  AaveV3RatioTrigger?: undefined;
902
- MidnightPaybackDirect?: undefined;
903
- MidnightBorrowFromOrders?: undefined;
904
- MidnightPaybackFromOrders?: undefined;
905
- MidnightSupplyCollateral?: undefined;
906
- MidnightWithdrawCollateral?: undefined;
907
- MidnightView?: undefined;
908
893
  } | {
909
894
  DFSSell: string;
910
895
  DFSSellNoFee: string;
@@ -931,6 +916,7 @@ declare const actionAddressesAllChains: {
931
916
  FLUniV3: string;
932
917
  FLAction: string;
933
918
  FLMorphoBlue: string;
919
+ FLAaveV3CarryDebt: string;
934
920
  AaveV3Withdraw: string;
935
921
  AaveV3SwapBorrowRateMode: string;
936
922
  AaveV3Supply: string;
@@ -942,6 +928,7 @@ declare const actionAddressesAllChains: {
942
928
  AaveV3ATokenPayback: string;
943
929
  AaveV3View: string;
944
930
  AaveV3DelegateWithSig: string;
931
+ AaveV3DelegateCredit: string;
945
932
  CompV3Allow: string;
946
933
  CompV3Borrow: string;
947
934
  CompV3Claim: string;
@@ -976,12 +963,6 @@ declare const actionAddressesAllChains: {
976
963
  SFApproveTokens: string;
977
964
  SummerfiUnsub: string;
978
965
  SummerfiUnsubV2: string;
979
- MidnightPaybackDirect: string;
980
- MidnightBorrowFromOrders: string;
981
- MidnightPaybackFromOrders: string;
982
- MidnightSupplyCollateral: string;
983
- MidnightWithdrawCollateral: string;
984
- MidnightView: string;
985
966
  AutomationV2Unsub?: undefined;
986
967
  SendTokenAndUnwrap?: undefined;
987
968
  SDaiWrap?: undefined;
@@ -1062,13 +1043,13 @@ declare const actionAddressesAllChains: {
1062
1043
  CompCollateralSwitch?: undefined;
1063
1044
  FLAaveV2?: undefined;
1064
1045
  FLAaveV3NoFee?: undefined;
1065
- FLAaveV3CarryDebt?: undefined;
1066
1046
  FLDyDx?: undefined;
1067
1047
  FLMaker?: undefined;
1068
1048
  FLSpark?: undefined;
1069
1049
  FLGho?: undefined;
1070
1050
  UniSupply?: undefined;
1071
1051
  UniWithdraw?: undefined;
1052
+ UniswapClaim?: undefined;
1072
1053
  UniCollectV3?: undefined;
1073
1054
  UniMintV3?: undefined;
1074
1055
  UniSupplyV3?: undefined;
@@ -1200,7 +1181,6 @@ declare const actionAddressesAllChains: {
1200
1181
  AaveV4DelegateWithdrawWithSig?: undefined;
1201
1182
  AaveV4DelegateBorrowWithSig?: undefined;
1202
1183
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
1203
- AaveV3DelegateCredit?: undefined;
1204
1184
  AaveV3RatioTrigger?: undefined;
1205
1185
  AaveV3RatioCheck?: undefined;
1206
1186
  } | {
@@ -1222,6 +1202,7 @@ declare const actionAddressesAllChains: {
1222
1202
  TokenizedVaultAdapter: string;
1223
1203
  FLAction: string;
1224
1204
  FLAaveV3: string;
1205
+ FLAaveV3CarryDebt: string;
1225
1206
  AaveV3Withdraw: string;
1226
1207
  AaveV3Supply: string;
1227
1208
  AaveV3SetEMode: string;
@@ -1318,7 +1299,6 @@ declare const actionAddressesAllChains: {
1318
1299
  CompCollateralSwitch?: undefined;
1319
1300
  FLAaveV2?: undefined;
1320
1301
  FLAaveV3NoFee?: undefined;
1321
- FLAaveV3CarryDebt?: undefined;
1322
1302
  FLDyDx?: undefined;
1323
1303
  FLMaker?: undefined;
1324
1304
  FLBalancer?: undefined;
@@ -1328,6 +1308,7 @@ declare const actionAddressesAllChains: {
1328
1308
  FLMorphoBlue?: undefined;
1329
1309
  UniSupply?: undefined;
1330
1310
  UniWithdraw?: undefined;
1311
+ UniswapClaim?: undefined;
1331
1312
  UniCollectV3?: undefined;
1332
1313
  UniMintV3?: undefined;
1333
1314
  UniSupplyV3?: undefined;
@@ -1495,12 +1476,6 @@ declare const actionAddressesAllChains: {
1495
1476
  GasFeeTakerL2?: undefined;
1496
1477
  AaveV3RatioCheck?: undefined;
1497
1478
  MorphoBlueView?: undefined;
1498
- MidnightPaybackDirect?: undefined;
1499
- MidnightBorrowFromOrders?: undefined;
1500
- MidnightPaybackFromOrders?: undefined;
1501
- MidnightSupplyCollateral?: undefined;
1502
- MidnightWithdrawCollateral?: undefined;
1503
- MidnightView?: undefined;
1504
1479
  } | {
1505
1480
  DFSSell: string;
1506
1481
  DFSSellNoFee: string;
@@ -1520,6 +1495,7 @@ declare const actionAddressesAllChains: {
1520
1495
  TokenizedVaultAdapter: string;
1521
1496
  FLAction: string;
1522
1497
  FLAaveV3: string;
1498
+ FLAaveV3CarryDebt: string;
1523
1499
  AaveV3Withdraw: string;
1524
1500
  AaveV3Supply: string;
1525
1501
  AaveV3SetEMode: string;
@@ -1629,7 +1605,6 @@ declare const actionAddressesAllChains: {
1629
1605
  CompCollateralSwitch?: undefined;
1630
1606
  FLAaveV2?: undefined;
1631
1607
  FLAaveV3NoFee?: undefined;
1632
- FLAaveV3CarryDebt?: undefined;
1633
1608
  FLDyDx?: undefined;
1634
1609
  FLMaker?: undefined;
1635
1610
  FLBalancer?: undefined;
@@ -1639,6 +1614,7 @@ declare const actionAddressesAllChains: {
1639
1614
  FLMorphoBlue?: undefined;
1640
1615
  UniSupply?: undefined;
1641
1616
  UniWithdraw?: undefined;
1617
+ UniswapClaim?: undefined;
1642
1618
  UniCollectV3?: undefined;
1643
1619
  UniMintV3?: undefined;
1644
1620
  UniSupplyV3?: undefined;
@@ -1793,12 +1769,6 @@ declare const actionAddressesAllChains: {
1793
1769
  GasFeeTakerL2?: undefined;
1794
1770
  AaveV3RatioCheck?: undefined;
1795
1771
  MorphoBlueView?: undefined;
1796
- MidnightPaybackDirect?: undefined;
1797
- MidnightBorrowFromOrders?: undefined;
1798
- MidnightPaybackFromOrders?: undefined;
1799
- MidnightSupplyCollateral?: undefined;
1800
- MidnightWithdrawCollateral?: undefined;
1801
- MidnightView?: undefined;
1802
1772
  };
1803
1773
  };
1804
1774
  declare const actionAddresses: (chainId?: null) => {
@@ -1873,6 +1843,7 @@ declare const actionAddresses: (chainId?: null) => {
1873
1843
  AaveV3ATokenPayback: string;
1874
1844
  AaveV3View: string;
1875
1845
  AaveV3DelegateWithSig: string;
1846
+ AaveV3DelegateCredit: string;
1876
1847
  GhoClaimAAVE: string;
1877
1848
  GhoUnstake: string;
1878
1849
  GhoStake: string;
@@ -1924,6 +1895,7 @@ declare const actionAddresses: (chainId?: null) => {
1924
1895
  FLMorphoBlue: string;
1925
1896
  UniSupply: string;
1926
1897
  UniWithdraw: string;
1898
+ UniswapClaim: string;
1927
1899
  UniCollectV3: string;
1928
1900
  UniMintV3: string;
1929
1901
  UniSupplyV3: string;
@@ -2088,17 +2060,10 @@ declare const actionAddresses: (chainId?: null) => {
2088
2060
  AaveV4DelegateWithdrawWithSig: string;
2089
2061
  AaveV4DelegateBorrowWithSig: string;
2090
2062
  AaveV4DelegateSetUsingAsCollateralWithSig: string;
2091
- AaveV3DelegateCredit?: undefined;
2092
2063
  AaveV3RatioTrigger?: undefined;
2093
2064
  GasFeeTakerL2?: undefined;
2094
2065
  AaveV3RatioCheck?: undefined;
2095
2066
  MorphoBlueView?: undefined;
2096
- MidnightPaybackDirect?: undefined;
2097
- MidnightBorrowFromOrders?: undefined;
2098
- MidnightPaybackFromOrders?: undefined;
2099
- MidnightSupplyCollateral?: undefined;
2100
- MidnightWithdrawCollateral?: undefined;
2101
- MidnightView?: undefined;
2102
2067
  } | {
2103
2068
  DFSSell: string;
2104
2069
  DFSSellNoFee: string;
@@ -2135,6 +2100,7 @@ declare const actionAddresses: (chainId?: null) => {
2135
2100
  FLAaveV3: string;
2136
2101
  FLBalancer: string;
2137
2102
  FLAction: string;
2103
+ FLAaveV3CarryDebt: string;
2138
2104
  AaveV3RatioTrigger: string;
2139
2105
  GasFeeTakerL2: string;
2140
2106
  AaveV3RatioCheck: string;
@@ -2233,7 +2199,6 @@ declare const actionAddresses: (chainId?: null) => {
2233
2199
  CompGetDebt?: undefined;
2234
2200
  CompCollateralSwitch?: undefined;
2235
2201
  FLAaveV2?: undefined;
2236
- FLAaveV3CarryDebt?: undefined;
2237
2202
  FLDyDx?: undefined;
2238
2203
  FLMaker?: undefined;
2239
2204
  FLSpark?: undefined;
@@ -2242,6 +2207,7 @@ declare const actionAddresses: (chainId?: null) => {
2242
2207
  FLMorphoBlue?: undefined;
2243
2208
  UniSupply?: undefined;
2244
2209
  UniWithdraw?: undefined;
2210
+ UniswapClaim?: undefined;
2245
2211
  DyDxWithdraw?: undefined;
2246
2212
  YearnSupply?: undefined;
2247
2213
  YearnWithdraw?: undefined;
@@ -2391,12 +2357,6 @@ declare const actionAddresses: (chainId?: null) => {
2391
2357
  AaveV4DelegateBorrowWithSig?: undefined;
2392
2358
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
2393
2359
  MorphoBlueView?: undefined;
2394
- MidnightPaybackDirect?: undefined;
2395
- MidnightBorrowFromOrders?: undefined;
2396
- MidnightPaybackFromOrders?: undefined;
2397
- MidnightSupplyCollateral?: undefined;
2398
- MidnightWithdrawCollateral?: undefined;
2399
- MidnightView?: undefined;
2400
2360
  } | {
2401
2361
  DFSSell: string;
2402
2362
  DFSSellNoFee: string;
@@ -2429,6 +2389,7 @@ declare const actionAddresses: (chainId?: null) => {
2429
2389
  AaveV3Withdraw: string;
2430
2390
  AaveV3ClaimRewards: string;
2431
2391
  AaveV3DelegateWithSig: string;
2392
+ AaveV3DelegateCredit: string;
2432
2393
  CompV3Allow: string;
2433
2394
  CompV3Borrow: string;
2434
2395
  CompV3Claim: string;
@@ -2442,6 +2403,7 @@ declare const actionAddresses: (chainId?: null) => {
2442
2403
  FLUniV3: string;
2443
2404
  FLAction: string;
2444
2405
  FLMorphoBlue: string;
2406
+ FLAaveV3CarryDebt: string;
2445
2407
  GasFeeTakerL2: string;
2446
2408
  AaveV3RatioCheck: string;
2447
2409
  UniCollectV3: string;
@@ -2565,13 +2527,13 @@ declare const actionAddresses: (chainId?: null) => {
2565
2527
  CompGetDebt?: undefined;
2566
2528
  CompCollateralSwitch?: undefined;
2567
2529
  FLAaveV2?: undefined;
2568
- FLAaveV3CarryDebt?: undefined;
2569
2530
  FLDyDx?: undefined;
2570
2531
  FLMaker?: undefined;
2571
2532
  FLSpark?: undefined;
2572
2533
  FLGho?: undefined;
2573
2534
  UniSupply?: undefined;
2574
2535
  UniWithdraw?: undefined;
2536
+ UniswapClaim?: undefined;
2575
2537
  DyDxWithdraw?: undefined;
2576
2538
  YearnSupply?: undefined;
2577
2539
  YearnWithdraw?: undefined;
@@ -2687,14 +2649,7 @@ declare const actionAddresses: (chainId?: null) => {
2687
2649
  AaveV4DelegateWithdrawWithSig?: undefined;
2688
2650
  AaveV4DelegateBorrowWithSig?: undefined;
2689
2651
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
2690
- AaveV3DelegateCredit?: undefined;
2691
2652
  AaveV3RatioTrigger?: undefined;
2692
- MidnightPaybackDirect?: undefined;
2693
- MidnightBorrowFromOrders?: undefined;
2694
- MidnightPaybackFromOrders?: undefined;
2695
- MidnightSupplyCollateral?: undefined;
2696
- MidnightWithdrawCollateral?: undefined;
2697
- MidnightView?: undefined;
2698
2653
  } | {
2699
2654
  DFSSell: string;
2700
2655
  DFSSellNoFee: string;
@@ -2721,6 +2676,7 @@ declare const actionAddresses: (chainId?: null) => {
2721
2676
  FLUniV3: string;
2722
2677
  FLAction: string;
2723
2678
  FLMorphoBlue: string;
2679
+ FLAaveV3CarryDebt: string;
2724
2680
  AaveV3Withdraw: string;
2725
2681
  AaveV3SwapBorrowRateMode: string;
2726
2682
  AaveV3Supply: string;
@@ -2732,6 +2688,7 @@ declare const actionAddresses: (chainId?: null) => {
2732
2688
  AaveV3ATokenPayback: string;
2733
2689
  AaveV3View: string;
2734
2690
  AaveV3DelegateWithSig: string;
2691
+ AaveV3DelegateCredit: string;
2735
2692
  CompV3Allow: string;
2736
2693
  CompV3Borrow: string;
2737
2694
  CompV3Claim: string;
@@ -2766,12 +2723,6 @@ declare const actionAddresses: (chainId?: null) => {
2766
2723
  SFApproveTokens: string;
2767
2724
  SummerfiUnsub: string;
2768
2725
  SummerfiUnsubV2: string;
2769
- MidnightPaybackDirect: string;
2770
- MidnightBorrowFromOrders: string;
2771
- MidnightPaybackFromOrders: string;
2772
- MidnightSupplyCollateral: string;
2773
- MidnightWithdrawCollateral: string;
2774
- MidnightView: string;
2775
2726
  AutomationV2Unsub?: undefined;
2776
2727
  SendTokenAndUnwrap?: undefined;
2777
2728
  SDaiWrap?: undefined;
@@ -2852,13 +2803,13 @@ declare const actionAddresses: (chainId?: null) => {
2852
2803
  CompCollateralSwitch?: undefined;
2853
2804
  FLAaveV2?: undefined;
2854
2805
  FLAaveV3NoFee?: undefined;
2855
- FLAaveV3CarryDebt?: undefined;
2856
2806
  FLDyDx?: undefined;
2857
2807
  FLMaker?: undefined;
2858
2808
  FLSpark?: undefined;
2859
2809
  FLGho?: undefined;
2860
2810
  UniSupply?: undefined;
2861
2811
  UniWithdraw?: undefined;
2812
+ UniswapClaim?: undefined;
2862
2813
  UniCollectV3?: undefined;
2863
2814
  UniMintV3?: undefined;
2864
2815
  UniSupplyV3?: undefined;
@@ -2990,7 +2941,6 @@ declare const actionAddresses: (chainId?: null) => {
2990
2941
  AaveV4DelegateWithdrawWithSig?: undefined;
2991
2942
  AaveV4DelegateBorrowWithSig?: undefined;
2992
2943
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
2993
- AaveV3DelegateCredit?: undefined;
2994
2944
  AaveV3RatioTrigger?: undefined;
2995
2945
  AaveV3RatioCheck?: undefined;
2996
2946
  } | {
@@ -3012,6 +2962,7 @@ declare const actionAddresses: (chainId?: null) => {
3012
2962
  TokenizedVaultAdapter: string;
3013
2963
  FLAction: string;
3014
2964
  FLAaveV3: string;
2965
+ FLAaveV3CarryDebt: string;
3015
2966
  AaveV3Withdraw: string;
3016
2967
  AaveV3Supply: string;
3017
2968
  AaveV3SetEMode: string;
@@ -3108,7 +3059,6 @@ declare const actionAddresses: (chainId?: null) => {
3108
3059
  CompCollateralSwitch?: undefined;
3109
3060
  FLAaveV2?: undefined;
3110
3061
  FLAaveV3NoFee?: undefined;
3111
- FLAaveV3CarryDebt?: undefined;
3112
3062
  FLDyDx?: undefined;
3113
3063
  FLMaker?: undefined;
3114
3064
  FLBalancer?: undefined;
@@ -3118,6 +3068,7 @@ declare const actionAddresses: (chainId?: null) => {
3118
3068
  FLMorphoBlue?: undefined;
3119
3069
  UniSupply?: undefined;
3120
3070
  UniWithdraw?: undefined;
3071
+ UniswapClaim?: undefined;
3121
3072
  UniCollectV3?: undefined;
3122
3073
  UniMintV3?: undefined;
3123
3074
  UniSupplyV3?: undefined;
@@ -3285,12 +3236,6 @@ declare const actionAddresses: (chainId?: null) => {
3285
3236
  GasFeeTakerL2?: undefined;
3286
3237
  AaveV3RatioCheck?: undefined;
3287
3238
  MorphoBlueView?: undefined;
3288
- MidnightPaybackDirect?: undefined;
3289
- MidnightBorrowFromOrders?: undefined;
3290
- MidnightPaybackFromOrders?: undefined;
3291
- MidnightSupplyCollateral?: undefined;
3292
- MidnightWithdrawCollateral?: undefined;
3293
- MidnightView?: undefined;
3294
3239
  } | {
3295
3240
  DFSSell: string;
3296
3241
  DFSSellNoFee: string;
@@ -3310,6 +3255,7 @@ declare const actionAddresses: (chainId?: null) => {
3310
3255
  TokenizedVaultAdapter: string;
3311
3256
  FLAction: string;
3312
3257
  FLAaveV3: string;
3258
+ FLAaveV3CarryDebt: string;
3313
3259
  AaveV3Withdraw: string;
3314
3260
  AaveV3Supply: string;
3315
3261
  AaveV3SetEMode: string;
@@ -3419,7 +3365,6 @@ declare const actionAddresses: (chainId?: null) => {
3419
3365
  CompCollateralSwitch?: undefined;
3420
3366
  FLAaveV2?: undefined;
3421
3367
  FLAaveV3NoFee?: undefined;
3422
- FLAaveV3CarryDebt?: undefined;
3423
3368
  FLDyDx?: undefined;
3424
3369
  FLMaker?: undefined;
3425
3370
  FLBalancer?: undefined;
@@ -3429,6 +3374,7 @@ declare const actionAddresses: (chainId?: null) => {
3429
3374
  FLMorphoBlue?: undefined;
3430
3375
  UniSupply?: undefined;
3431
3376
  UniWithdraw?: undefined;
3377
+ UniswapClaim?: undefined;
3432
3378
  UniCollectV3?: undefined;
3433
3379
  UniMintV3?: undefined;
3434
3380
  UniSupplyV3?: undefined;
@@ -3583,12 +3529,6 @@ declare const actionAddresses: (chainId?: null) => {
3583
3529
  GasFeeTakerL2?: undefined;
3584
3530
  AaveV3RatioCheck?: undefined;
3585
3531
  MorphoBlueView?: undefined;
3586
- MidnightPaybackDirect?: undefined;
3587
- MidnightBorrowFromOrders?: undefined;
3588
- MidnightPaybackFromOrders?: undefined;
3589
- MidnightSupplyCollateral?: undefined;
3590
- MidnightWithdrawCollateral?: undefined;
3591
- MidnightView?: undefined;
3592
3532
  };
3593
3533
  declare const otherAddressesAllChains: {
3594
3534
  [x: number]: {
@@ -3900,6 +3840,7 @@ declare const _default: {
3900
3840
  AaveV3ATokenPayback: string;
3901
3841
  AaveV3View: string;
3902
3842
  AaveV3DelegateWithSig: string;
3843
+ AaveV3DelegateCredit: string;
3903
3844
  GhoClaimAAVE: string;
3904
3845
  GhoUnstake: string;
3905
3846
  GhoStake: string;
@@ -3951,6 +3892,7 @@ declare const _default: {
3951
3892
  FLMorphoBlue: string;
3952
3893
  UniSupply: string;
3953
3894
  UniWithdraw: string;
3895
+ UniswapClaim: string;
3954
3896
  UniCollectV3: string;
3955
3897
  UniMintV3: string;
3956
3898
  UniSupplyV3: string;
@@ -4115,17 +4057,10 @@ declare const _default: {
4115
4057
  AaveV4DelegateWithdrawWithSig: string;
4116
4058
  AaveV4DelegateBorrowWithSig: string;
4117
4059
  AaveV4DelegateSetUsingAsCollateralWithSig: string;
4118
- AaveV3DelegateCredit?: undefined;
4119
4060
  AaveV3RatioTrigger?: undefined;
4120
4061
  GasFeeTakerL2?: undefined;
4121
4062
  AaveV3RatioCheck?: undefined;
4122
4063
  MorphoBlueView?: undefined;
4123
- MidnightPaybackDirect?: undefined;
4124
- MidnightBorrowFromOrders?: undefined;
4125
- MidnightPaybackFromOrders?: undefined;
4126
- MidnightSupplyCollateral?: undefined;
4127
- MidnightWithdrawCollateral?: undefined;
4128
- MidnightView?: undefined;
4129
4064
  } | {
4130
4065
  DFSSell: string;
4131
4066
  DFSSellNoFee: string;
@@ -4162,6 +4097,7 @@ declare const _default: {
4162
4097
  FLAaveV3: string;
4163
4098
  FLBalancer: string;
4164
4099
  FLAction: string;
4100
+ FLAaveV3CarryDebt: string;
4165
4101
  AaveV3RatioTrigger: string;
4166
4102
  GasFeeTakerL2: string;
4167
4103
  AaveV3RatioCheck: string;
@@ -4260,7 +4196,6 @@ declare const _default: {
4260
4196
  CompGetDebt?: undefined;
4261
4197
  CompCollateralSwitch?: undefined;
4262
4198
  FLAaveV2?: undefined;
4263
- FLAaveV3CarryDebt?: undefined;
4264
4199
  FLDyDx?: undefined;
4265
4200
  FLMaker?: undefined;
4266
4201
  FLSpark?: undefined;
@@ -4269,6 +4204,7 @@ declare const _default: {
4269
4204
  FLMorphoBlue?: undefined;
4270
4205
  UniSupply?: undefined;
4271
4206
  UniWithdraw?: undefined;
4207
+ UniswapClaim?: undefined;
4272
4208
  DyDxWithdraw?: undefined;
4273
4209
  YearnSupply?: undefined;
4274
4210
  YearnWithdraw?: undefined;
@@ -4418,12 +4354,6 @@ declare const _default: {
4418
4354
  AaveV4DelegateBorrowWithSig?: undefined;
4419
4355
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
4420
4356
  MorphoBlueView?: undefined;
4421
- MidnightPaybackDirect?: undefined;
4422
- MidnightBorrowFromOrders?: undefined;
4423
- MidnightPaybackFromOrders?: undefined;
4424
- MidnightSupplyCollateral?: undefined;
4425
- MidnightWithdrawCollateral?: undefined;
4426
- MidnightView?: undefined;
4427
4357
  } | {
4428
4358
  DFSSell: string;
4429
4359
  DFSSellNoFee: string;
@@ -4456,6 +4386,7 @@ declare const _default: {
4456
4386
  AaveV3Withdraw: string;
4457
4387
  AaveV3ClaimRewards: string;
4458
4388
  AaveV3DelegateWithSig: string;
4389
+ AaveV3DelegateCredit: string;
4459
4390
  CompV3Allow: string;
4460
4391
  CompV3Borrow: string;
4461
4392
  CompV3Claim: string;
@@ -4469,6 +4400,7 @@ declare const _default: {
4469
4400
  FLUniV3: string;
4470
4401
  FLAction: string;
4471
4402
  FLMorphoBlue: string;
4403
+ FLAaveV3CarryDebt: string;
4472
4404
  GasFeeTakerL2: string;
4473
4405
  AaveV3RatioCheck: string;
4474
4406
  UniCollectV3: string;
@@ -4592,13 +4524,13 @@ declare const _default: {
4592
4524
  CompGetDebt?: undefined;
4593
4525
  CompCollateralSwitch?: undefined;
4594
4526
  FLAaveV2?: undefined;
4595
- FLAaveV3CarryDebt?: undefined;
4596
4527
  FLDyDx?: undefined;
4597
4528
  FLMaker?: undefined;
4598
4529
  FLSpark?: undefined;
4599
4530
  FLGho?: undefined;
4600
4531
  UniSupply?: undefined;
4601
4532
  UniWithdraw?: undefined;
4533
+ UniswapClaim?: undefined;
4602
4534
  DyDxWithdraw?: undefined;
4603
4535
  YearnSupply?: undefined;
4604
4536
  YearnWithdraw?: undefined;
@@ -4714,14 +4646,7 @@ declare const _default: {
4714
4646
  AaveV4DelegateWithdrawWithSig?: undefined;
4715
4647
  AaveV4DelegateBorrowWithSig?: undefined;
4716
4648
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
4717
- AaveV3DelegateCredit?: undefined;
4718
4649
  AaveV3RatioTrigger?: undefined;
4719
- MidnightPaybackDirect?: undefined;
4720
- MidnightBorrowFromOrders?: undefined;
4721
- MidnightPaybackFromOrders?: undefined;
4722
- MidnightSupplyCollateral?: undefined;
4723
- MidnightWithdrawCollateral?: undefined;
4724
- MidnightView?: undefined;
4725
4650
  } | {
4726
4651
  DFSSell: string;
4727
4652
  DFSSellNoFee: string;
@@ -4748,6 +4673,7 @@ declare const _default: {
4748
4673
  FLUniV3: string;
4749
4674
  FLAction: string;
4750
4675
  FLMorphoBlue: string;
4676
+ FLAaveV3CarryDebt: string;
4751
4677
  AaveV3Withdraw: string;
4752
4678
  AaveV3SwapBorrowRateMode: string;
4753
4679
  AaveV3Supply: string;
@@ -4759,6 +4685,7 @@ declare const _default: {
4759
4685
  AaveV3ATokenPayback: string;
4760
4686
  AaveV3View: string;
4761
4687
  AaveV3DelegateWithSig: string;
4688
+ AaveV3DelegateCredit: string;
4762
4689
  CompV3Allow: string;
4763
4690
  CompV3Borrow: string;
4764
4691
  CompV3Claim: string;
@@ -4793,12 +4720,6 @@ declare const _default: {
4793
4720
  SFApproveTokens: string;
4794
4721
  SummerfiUnsub: string;
4795
4722
  SummerfiUnsubV2: string;
4796
- MidnightPaybackDirect: string;
4797
- MidnightBorrowFromOrders: string;
4798
- MidnightPaybackFromOrders: string;
4799
- MidnightSupplyCollateral: string;
4800
- MidnightWithdrawCollateral: string;
4801
- MidnightView: string;
4802
4723
  AutomationV2Unsub?: undefined;
4803
4724
  SendTokenAndUnwrap?: undefined;
4804
4725
  SDaiWrap?: undefined;
@@ -4879,13 +4800,13 @@ declare const _default: {
4879
4800
  CompCollateralSwitch?: undefined;
4880
4801
  FLAaveV2?: undefined;
4881
4802
  FLAaveV3NoFee?: undefined;
4882
- FLAaveV3CarryDebt?: undefined;
4883
4803
  FLDyDx?: undefined;
4884
4804
  FLMaker?: undefined;
4885
4805
  FLSpark?: undefined;
4886
4806
  FLGho?: undefined;
4887
4807
  UniSupply?: undefined;
4888
4808
  UniWithdraw?: undefined;
4809
+ UniswapClaim?: undefined;
4889
4810
  UniCollectV3?: undefined;
4890
4811
  UniMintV3?: undefined;
4891
4812
  UniSupplyV3?: undefined;
@@ -5017,7 +4938,6 @@ declare const _default: {
5017
4938
  AaveV4DelegateWithdrawWithSig?: undefined;
5018
4939
  AaveV4DelegateBorrowWithSig?: undefined;
5019
4940
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
5020
- AaveV3DelegateCredit?: undefined;
5021
4941
  AaveV3RatioTrigger?: undefined;
5022
4942
  AaveV3RatioCheck?: undefined;
5023
4943
  } | {
@@ -5039,6 +4959,7 @@ declare const _default: {
5039
4959
  TokenizedVaultAdapter: string;
5040
4960
  FLAction: string;
5041
4961
  FLAaveV3: string;
4962
+ FLAaveV3CarryDebt: string;
5042
4963
  AaveV3Withdraw: string;
5043
4964
  AaveV3Supply: string;
5044
4965
  AaveV3SetEMode: string;
@@ -5135,7 +5056,6 @@ declare const _default: {
5135
5056
  CompCollateralSwitch?: undefined;
5136
5057
  FLAaveV2?: undefined;
5137
5058
  FLAaveV3NoFee?: undefined;
5138
- FLAaveV3CarryDebt?: undefined;
5139
5059
  FLDyDx?: undefined;
5140
5060
  FLMaker?: undefined;
5141
5061
  FLBalancer?: undefined;
@@ -5145,6 +5065,7 @@ declare const _default: {
5145
5065
  FLMorphoBlue?: undefined;
5146
5066
  UniSupply?: undefined;
5147
5067
  UniWithdraw?: undefined;
5068
+ UniswapClaim?: undefined;
5148
5069
  UniCollectV3?: undefined;
5149
5070
  UniMintV3?: undefined;
5150
5071
  UniSupplyV3?: undefined;
@@ -5312,12 +5233,6 @@ declare const _default: {
5312
5233
  GasFeeTakerL2?: undefined;
5313
5234
  AaveV3RatioCheck?: undefined;
5314
5235
  MorphoBlueView?: undefined;
5315
- MidnightPaybackDirect?: undefined;
5316
- MidnightBorrowFromOrders?: undefined;
5317
- MidnightPaybackFromOrders?: undefined;
5318
- MidnightSupplyCollateral?: undefined;
5319
- MidnightWithdrawCollateral?: undefined;
5320
- MidnightView?: undefined;
5321
5236
  } | {
5322
5237
  DFSSell: string;
5323
5238
  DFSSellNoFee: string;
@@ -5337,6 +5252,7 @@ declare const _default: {
5337
5252
  TokenizedVaultAdapter: string;
5338
5253
  FLAction: string;
5339
5254
  FLAaveV3: string;
5255
+ FLAaveV3CarryDebt: string;
5340
5256
  AaveV3Withdraw: string;
5341
5257
  AaveV3Supply: string;
5342
5258
  AaveV3SetEMode: string;
@@ -5446,7 +5362,6 @@ declare const _default: {
5446
5362
  CompCollateralSwitch?: undefined;
5447
5363
  FLAaveV2?: undefined;
5448
5364
  FLAaveV3NoFee?: undefined;
5449
- FLAaveV3CarryDebt?: undefined;
5450
5365
  FLDyDx?: undefined;
5451
5366
  FLMaker?: undefined;
5452
5367
  FLBalancer?: undefined;
@@ -5456,6 +5371,7 @@ declare const _default: {
5456
5371
  FLMorphoBlue?: undefined;
5457
5372
  UniSupply?: undefined;
5458
5373
  UniWithdraw?: undefined;
5374
+ UniswapClaim?: undefined;
5459
5375
  UniCollectV3?: undefined;
5460
5376
  UniMintV3?: undefined;
5461
5377
  UniSupplyV3?: undefined;
@@ -5610,12 +5526,6 @@ declare const _default: {
5610
5526
  GasFeeTakerL2?: undefined;
5611
5527
  AaveV3RatioCheck?: undefined;
5612
5528
  MorphoBlueView?: undefined;
5613
- MidnightPaybackDirect?: undefined;
5614
- MidnightBorrowFromOrders?: undefined;
5615
- MidnightPaybackFromOrders?: undefined;
5616
- MidnightSupplyCollateral?: undefined;
5617
- MidnightWithdrawCollateral?: undefined;
5618
- MidnightView?: undefined;
5619
5529
  };
5620
5530
  actionAddressesAllChains: {
5621
5531
  [x: number]: {
@@ -5690,6 +5600,7 @@ declare const _default: {
5690
5600
  AaveV3ATokenPayback: string;
5691
5601
  AaveV3View: string;
5692
5602
  AaveV3DelegateWithSig: string;
5603
+ AaveV3DelegateCredit: string;
5693
5604
  GhoClaimAAVE: string;
5694
5605
  GhoUnstake: string;
5695
5606
  GhoStake: string;
@@ -5741,6 +5652,7 @@ declare const _default: {
5741
5652
  FLMorphoBlue: string;
5742
5653
  UniSupply: string;
5743
5654
  UniWithdraw: string;
5655
+ UniswapClaim: string;
5744
5656
  UniCollectV3: string;
5745
5657
  UniMintV3: string;
5746
5658
  UniSupplyV3: string;
@@ -5905,17 +5817,10 @@ declare const _default: {
5905
5817
  AaveV4DelegateWithdrawWithSig: string;
5906
5818
  AaveV4DelegateBorrowWithSig: string;
5907
5819
  AaveV4DelegateSetUsingAsCollateralWithSig: string;
5908
- AaveV3DelegateCredit?: undefined;
5909
5820
  AaveV3RatioTrigger?: undefined;
5910
5821
  GasFeeTakerL2?: undefined;
5911
5822
  AaveV3RatioCheck?: undefined;
5912
5823
  MorphoBlueView?: undefined;
5913
- MidnightPaybackDirect?: undefined;
5914
- MidnightBorrowFromOrders?: undefined;
5915
- MidnightPaybackFromOrders?: undefined;
5916
- MidnightSupplyCollateral?: undefined;
5917
- MidnightWithdrawCollateral?: undefined;
5918
- MidnightView?: undefined;
5919
5824
  } | {
5920
5825
  DFSSell: string;
5921
5826
  DFSSellNoFee: string;
@@ -5952,6 +5857,7 @@ declare const _default: {
5952
5857
  FLAaveV3: string;
5953
5858
  FLBalancer: string;
5954
5859
  FLAction: string;
5860
+ FLAaveV3CarryDebt: string;
5955
5861
  AaveV3RatioTrigger: string;
5956
5862
  GasFeeTakerL2: string;
5957
5863
  AaveV3RatioCheck: string;
@@ -6050,7 +5956,6 @@ declare const _default: {
6050
5956
  CompGetDebt?: undefined;
6051
5957
  CompCollateralSwitch?: undefined;
6052
5958
  FLAaveV2?: undefined;
6053
- FLAaveV3CarryDebt?: undefined;
6054
5959
  FLDyDx?: undefined;
6055
5960
  FLMaker?: undefined;
6056
5961
  FLSpark?: undefined;
@@ -6059,6 +5964,7 @@ declare const _default: {
6059
5964
  FLMorphoBlue?: undefined;
6060
5965
  UniSupply?: undefined;
6061
5966
  UniWithdraw?: undefined;
5967
+ UniswapClaim?: undefined;
6062
5968
  DyDxWithdraw?: undefined;
6063
5969
  YearnSupply?: undefined;
6064
5970
  YearnWithdraw?: undefined;
@@ -6208,12 +6114,6 @@ declare const _default: {
6208
6114
  AaveV4DelegateBorrowWithSig?: undefined;
6209
6115
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
6210
6116
  MorphoBlueView?: undefined;
6211
- MidnightPaybackDirect?: undefined;
6212
- MidnightBorrowFromOrders?: undefined;
6213
- MidnightPaybackFromOrders?: undefined;
6214
- MidnightSupplyCollateral?: undefined;
6215
- MidnightWithdrawCollateral?: undefined;
6216
- MidnightView?: undefined;
6217
6117
  } | {
6218
6118
  DFSSell: string;
6219
6119
  DFSSellNoFee: string;
@@ -6246,6 +6146,7 @@ declare const _default: {
6246
6146
  AaveV3Withdraw: string;
6247
6147
  AaveV3ClaimRewards: string;
6248
6148
  AaveV3DelegateWithSig: string;
6149
+ AaveV3DelegateCredit: string;
6249
6150
  CompV3Allow: string;
6250
6151
  CompV3Borrow: string;
6251
6152
  CompV3Claim: string;
@@ -6259,6 +6160,7 @@ declare const _default: {
6259
6160
  FLUniV3: string;
6260
6161
  FLAction: string;
6261
6162
  FLMorphoBlue: string;
6163
+ FLAaveV3CarryDebt: string;
6262
6164
  GasFeeTakerL2: string;
6263
6165
  AaveV3RatioCheck: string;
6264
6166
  UniCollectV3: string;
@@ -6382,13 +6284,13 @@ declare const _default: {
6382
6284
  CompGetDebt?: undefined;
6383
6285
  CompCollateralSwitch?: undefined;
6384
6286
  FLAaveV2?: undefined;
6385
- FLAaveV3CarryDebt?: undefined;
6386
6287
  FLDyDx?: undefined;
6387
6288
  FLMaker?: undefined;
6388
6289
  FLSpark?: undefined;
6389
6290
  FLGho?: undefined;
6390
6291
  UniSupply?: undefined;
6391
6292
  UniWithdraw?: undefined;
6293
+ UniswapClaim?: undefined;
6392
6294
  DyDxWithdraw?: undefined;
6393
6295
  YearnSupply?: undefined;
6394
6296
  YearnWithdraw?: undefined;
@@ -6504,14 +6406,7 @@ declare const _default: {
6504
6406
  AaveV4DelegateWithdrawWithSig?: undefined;
6505
6407
  AaveV4DelegateBorrowWithSig?: undefined;
6506
6408
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
6507
- AaveV3DelegateCredit?: undefined;
6508
6409
  AaveV3RatioTrigger?: undefined;
6509
- MidnightPaybackDirect?: undefined;
6510
- MidnightBorrowFromOrders?: undefined;
6511
- MidnightPaybackFromOrders?: undefined;
6512
- MidnightSupplyCollateral?: undefined;
6513
- MidnightWithdrawCollateral?: undefined;
6514
- MidnightView?: undefined;
6515
6410
  } | {
6516
6411
  DFSSell: string;
6517
6412
  DFSSellNoFee: string;
@@ -6538,6 +6433,7 @@ declare const _default: {
6538
6433
  FLUniV3: string;
6539
6434
  FLAction: string;
6540
6435
  FLMorphoBlue: string;
6436
+ FLAaveV3CarryDebt: string;
6541
6437
  AaveV3Withdraw: string;
6542
6438
  AaveV3SwapBorrowRateMode: string;
6543
6439
  AaveV3Supply: string;
@@ -6549,6 +6445,7 @@ declare const _default: {
6549
6445
  AaveV3ATokenPayback: string;
6550
6446
  AaveV3View: string;
6551
6447
  AaveV3DelegateWithSig: string;
6448
+ AaveV3DelegateCredit: string;
6552
6449
  CompV3Allow: string;
6553
6450
  CompV3Borrow: string;
6554
6451
  CompV3Claim: string;
@@ -6583,12 +6480,6 @@ declare const _default: {
6583
6480
  SFApproveTokens: string;
6584
6481
  SummerfiUnsub: string;
6585
6482
  SummerfiUnsubV2: string;
6586
- MidnightPaybackDirect: string;
6587
- MidnightBorrowFromOrders: string;
6588
- MidnightPaybackFromOrders: string;
6589
- MidnightSupplyCollateral: string;
6590
- MidnightWithdrawCollateral: string;
6591
- MidnightView: string;
6592
6483
  AutomationV2Unsub?: undefined;
6593
6484
  SendTokenAndUnwrap?: undefined;
6594
6485
  SDaiWrap?: undefined;
@@ -6669,13 +6560,13 @@ declare const _default: {
6669
6560
  CompCollateralSwitch?: undefined;
6670
6561
  FLAaveV2?: undefined;
6671
6562
  FLAaveV3NoFee?: undefined;
6672
- FLAaveV3CarryDebt?: undefined;
6673
6563
  FLDyDx?: undefined;
6674
6564
  FLMaker?: undefined;
6675
6565
  FLSpark?: undefined;
6676
6566
  FLGho?: undefined;
6677
6567
  UniSupply?: undefined;
6678
6568
  UniWithdraw?: undefined;
6569
+ UniswapClaim?: undefined;
6679
6570
  UniCollectV3?: undefined;
6680
6571
  UniMintV3?: undefined;
6681
6572
  UniSupplyV3?: undefined;
@@ -6807,7 +6698,6 @@ declare const _default: {
6807
6698
  AaveV4DelegateWithdrawWithSig?: undefined;
6808
6699
  AaveV4DelegateBorrowWithSig?: undefined;
6809
6700
  AaveV4DelegateSetUsingAsCollateralWithSig?: undefined;
6810
- AaveV3DelegateCredit?: undefined;
6811
6701
  AaveV3RatioTrigger?: undefined;
6812
6702
  AaveV3RatioCheck?: undefined;
6813
6703
  } | {
@@ -6829,6 +6719,7 @@ declare const _default: {
6829
6719
  TokenizedVaultAdapter: string;
6830
6720
  FLAction: string;
6831
6721
  FLAaveV3: string;
6722
+ FLAaveV3CarryDebt: string;
6832
6723
  AaveV3Withdraw: string;
6833
6724
  AaveV3Supply: string;
6834
6725
  AaveV3SetEMode: string;
@@ -6925,7 +6816,6 @@ declare const _default: {
6925
6816
  CompCollateralSwitch?: undefined;
6926
6817
  FLAaveV2?: undefined;
6927
6818
  FLAaveV3NoFee?: undefined;
6928
- FLAaveV3CarryDebt?: undefined;
6929
6819
  FLDyDx?: undefined;
6930
6820
  FLMaker?: undefined;
6931
6821
  FLBalancer?: undefined;
@@ -6935,6 +6825,7 @@ declare const _default: {
6935
6825
  FLMorphoBlue?: undefined;
6936
6826
  UniSupply?: undefined;
6937
6827
  UniWithdraw?: undefined;
6828
+ UniswapClaim?: undefined;
6938
6829
  UniCollectV3?: undefined;
6939
6830
  UniMintV3?: undefined;
6940
6831
  UniSupplyV3?: undefined;
@@ -7102,12 +6993,6 @@ declare const _default: {
7102
6993
  GasFeeTakerL2?: undefined;
7103
6994
  AaveV3RatioCheck?: undefined;
7104
6995
  MorphoBlueView?: undefined;
7105
- MidnightPaybackDirect?: undefined;
7106
- MidnightBorrowFromOrders?: undefined;
7107
- MidnightPaybackFromOrders?: undefined;
7108
- MidnightSupplyCollateral?: undefined;
7109
- MidnightWithdrawCollateral?: undefined;
7110
- MidnightView?: undefined;
7111
6996
  } | {
7112
6997
  DFSSell: string;
7113
6998
  DFSSellNoFee: string;
@@ -7127,6 +7012,7 @@ declare const _default: {
7127
7012
  TokenizedVaultAdapter: string;
7128
7013
  FLAction: string;
7129
7014
  FLAaveV3: string;
7015
+ FLAaveV3CarryDebt: string;
7130
7016
  AaveV3Withdraw: string;
7131
7017
  AaveV3Supply: string;
7132
7018
  AaveV3SetEMode: string;
@@ -7236,7 +7122,6 @@ declare const _default: {
7236
7122
  CompCollateralSwitch?: undefined;
7237
7123
  FLAaveV2?: undefined;
7238
7124
  FLAaveV3NoFee?: undefined;
7239
- FLAaveV3CarryDebt?: undefined;
7240
7125
  FLDyDx?: undefined;
7241
7126
  FLMaker?: undefined;
7242
7127
  FLBalancer?: undefined;
@@ -7246,6 +7131,7 @@ declare const _default: {
7246
7131
  FLMorphoBlue?: undefined;
7247
7132
  UniSupply?: undefined;
7248
7133
  UniWithdraw?: undefined;
7134
+ UniswapClaim?: undefined;
7249
7135
  UniCollectV3?: undefined;
7250
7136
  UniMintV3?: undefined;
7251
7137
  UniSupplyV3?: undefined;
@@ -7400,12 +7286,6 @@ declare const _default: {
7400
7286
  GasFeeTakerL2?: undefined;
7401
7287
  AaveV3RatioCheck?: undefined;
7402
7288
  MorphoBlueView?: undefined;
7403
- MidnightPaybackDirect?: undefined;
7404
- MidnightBorrowFromOrders?: undefined;
7405
- MidnightPaybackFromOrders?: undefined;
7406
- MidnightSupplyCollateral?: undefined;
7407
- MidnightWithdrawCollateral?: undefined;
7408
- MidnightView?: undefined;
7409
7289
  };
7410
7290
  };
7411
7291
  otherAddresses: (chainId?: null) => {