@defisaver/sdk 1.3.4-dev.0 → 1.3.5-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.
@@ -1411,6 +1411,286 @@ declare const actionAddressesAllChains: {
1411
1411
  GasFeeTakerL2?: undefined;
1412
1412
  AaveV3RatioCheck?: undefined;
1413
1413
  MorphoBlueView?: undefined;
1414
+ } | {
1415
+ DFSSell: string;
1416
+ DFSSellNoFee: string;
1417
+ WrapEth: string;
1418
+ UnwrapEth: string;
1419
+ SendToken: string;
1420
+ SendTokens: string;
1421
+ SendTokenAndUnwrap: string;
1422
+ PullToken: string;
1423
+ ApproveToken: string;
1424
+ SumInputs: string;
1425
+ SubInputs: string;
1426
+ TokenBalance: string;
1427
+ PermitToken: string;
1428
+ MerklClaim: string;
1429
+ TransferNFT: string;
1430
+ TokenizedVaultAdapter: string;
1431
+ FLAction: string;
1432
+ FLAaveV3: string;
1433
+ AaveV3Withdraw: string;
1434
+ AaveV3Supply: string;
1435
+ AaveV3SetEMode: string;
1436
+ AaveV3Payback: string;
1437
+ AaveV3CollateralSwitch: string;
1438
+ AaveV3ClaimRewards: string;
1439
+ AaveV3Borrow: string;
1440
+ AaveV3ATokenPayback: string;
1441
+ AaveV3View: string;
1442
+ AaveV3DelegateWithSig: string;
1443
+ AaveV3DelegateCredit: string;
1444
+ FluidVaultT1Open: string;
1445
+ FluidVaultT1Adjust: string;
1446
+ FluidVaultT1Borrow: string;
1447
+ FluidVaultT1Payback: string;
1448
+ FluidVaultT1Withdraw: string;
1449
+ FluidVaultT1Supply: string;
1450
+ FluidView: string;
1451
+ FluidDexOpen: string;
1452
+ FluidDexSupply: string;
1453
+ FluidDexBorrow: string;
1454
+ FluidDexPayback: string;
1455
+ FluidDexWithdraw: string;
1456
+ ChangeProxyOwner?: undefined;
1457
+ AutomationV2Unsub?: undefined;
1458
+ ToggleSub?: undefined;
1459
+ UpdateSub?: undefined;
1460
+ CreateSub?: undefined;
1461
+ SDaiWrap?: undefined;
1462
+ SDaiUnwrap?: undefined;
1463
+ StarknetClaim?: undefined;
1464
+ HandleAuth?: undefined;
1465
+ SkyStake?: undefined;
1466
+ SkyUnstake?: undefined;
1467
+ SkyClaimRewards?: undefined;
1468
+ SkyStakingEngineOpen?: undefined;
1469
+ SkyStakingEngineSelectFarm?: undefined;
1470
+ SkyStakingEngineStake?: undefined;
1471
+ SkyStakingEngineUnstake?: undefined;
1472
+ SkyStakingEngineClaimRewards?: undefined;
1473
+ McdGenerate?: undefined;
1474
+ McdGive?: undefined;
1475
+ McdMerge?: undefined;
1476
+ McdOpen?: undefined;
1477
+ McdPayback?: undefined;
1478
+ McdSupply?: undefined;
1479
+ McdWithdraw?: undefined;
1480
+ McdClaim?: undefined;
1481
+ McdDsrDeposit?: undefined;
1482
+ McdDsrWithdraw?: undefined;
1483
+ McdTokenConverter?: undefined;
1484
+ ReflexerSupply?: undefined;
1485
+ ReflexerWithdraw?: undefined;
1486
+ ReflexerPayback?: undefined;
1487
+ ReflexerGenerate?: undefined;
1488
+ ReflexerOpen?: undefined;
1489
+ ReflexerWithdrawStuckFunds?: undefined;
1490
+ ReflexerNativeUniV2SaviourDeposit?: undefined;
1491
+ ReflexerNativeUniV2SaviourGetReserves?: undefined;
1492
+ ReflexerNativeUniV2SaviourWithdraw?: undefined;
1493
+ AaveBorrow?: undefined;
1494
+ AavePayback?: undefined;
1495
+ AaveSupply?: undefined;
1496
+ AaveWithdraw?: undefined;
1497
+ AaveCollateralSwitch?: undefined;
1498
+ AaveUnstake?: undefined;
1499
+ AaveClaimAAVE?: undefined;
1500
+ AaveClaimStkAave?: undefined;
1501
+ AaveV3SwapBorrowRateMode?: undefined;
1502
+ GhoClaimAAVE?: undefined;
1503
+ GhoUnstake?: undefined;
1504
+ GhoStake?: undefined;
1505
+ LSVWithdraw?: undefined;
1506
+ LSVBorrow?: undefined;
1507
+ LSVSupply?: undefined;
1508
+ LSVPayback?: undefined;
1509
+ LSVSell?: undefined;
1510
+ MorphoAaveV2Borrow?: undefined;
1511
+ MorphoAaveV2Payback?: undefined;
1512
+ MorphoAaveV2Supply?: undefined;
1513
+ MorphoAaveV2Withdraw?: undefined;
1514
+ MorphoClaim?: undefined;
1515
+ MorphoAaveV3Borrow?: undefined;
1516
+ MorphoAaveV3Payback?: undefined;
1517
+ MorphoAaveV3Supply?: undefined;
1518
+ MorphoAaveV3Withdraw?: undefined;
1519
+ MorphoAaveV3SetManager?: undefined;
1520
+ SparkBorrow?: undefined;
1521
+ SparkClaimRewards?: undefined;
1522
+ SparkCollateralSwitch?: undefined;
1523
+ SparkPayback?: undefined;
1524
+ SparkSetEMode?: undefined;
1525
+ SparkSpTokenPayback?: undefined;
1526
+ SparkSupply?: undefined;
1527
+ SparkSwapBorrowRateMode?: undefined;
1528
+ SparkWithdraw?: undefined;
1529
+ SparkDelegateCredit?: undefined;
1530
+ SparkDelegateWithSig?: undefined;
1531
+ SparkSPKClaim?: undefined;
1532
+ CompBorrow?: undefined;
1533
+ CompClaim?: undefined;
1534
+ CompPayback?: undefined;
1535
+ CompSupply?: undefined;
1536
+ CompWithdraw?: undefined;
1537
+ CompGetDebt?: undefined;
1538
+ CompCollateralSwitch?: undefined;
1539
+ FLAaveV2?: undefined;
1540
+ FLAaveV3NoFee?: undefined;
1541
+ FLAaveV3CarryDebt?: undefined;
1542
+ FLDyDx?: undefined;
1543
+ FLMaker?: undefined;
1544
+ FLBalancer?: undefined;
1545
+ FLSpark?: undefined;
1546
+ FLUniV3?: undefined;
1547
+ FLGho?: undefined;
1548
+ FLMorphoBlue?: undefined;
1549
+ UniSupply?: undefined;
1550
+ UniWithdraw?: undefined;
1551
+ UniCollectV3?: undefined;
1552
+ UniMintV3?: undefined;
1553
+ UniSupplyV3?: undefined;
1554
+ UniWithdrawV3?: undefined;
1555
+ UniCreatePoolV3?: undefined;
1556
+ DyDxWithdraw?: undefined;
1557
+ YearnSupply?: undefined;
1558
+ YearnWithdraw?: undefined;
1559
+ LiquityClose?: undefined;
1560
+ LiquityBorrow?: undefined;
1561
+ LiquityOpen?: undefined;
1562
+ LiquityPayback?: undefined;
1563
+ LiquityWithdraw?: undefined;
1564
+ LiquitySupply?: undefined;
1565
+ LiquitySPDeposit?: undefined;
1566
+ LiquitySPWithdraw?: undefined;
1567
+ LiquityStake?: undefined;
1568
+ LiquityUnstake?: undefined;
1569
+ LiquityEthGainToTrove?: undefined;
1570
+ LiquityClaim?: undefined;
1571
+ LiquityRedeem?: undefined;
1572
+ LiquityAdjust?: undefined;
1573
+ LiquityV2CloseLegacy?: undefined;
1574
+ LiquityV2PaybackLegacy?: undefined;
1575
+ LiquityV2Open?: undefined;
1576
+ LiquityV2Close?: undefined;
1577
+ LiquityV2Supply?: undefined;
1578
+ LiquityV2Withdraw?: undefined;
1579
+ LiquityV2Borrow?: undefined;
1580
+ LiquityV2Payback?: undefined;
1581
+ LiquityV2Claim?: undefined;
1582
+ LiquityV2Adjust?: undefined;
1583
+ LiquityV2AdjustInterestRate?: undefined;
1584
+ LiquityV2SPDeposit?: undefined;
1585
+ LiquityV2SPWithdraw?: undefined;
1586
+ LiquityV2SPClaimColl?: undefined;
1587
+ LiquityV2AdjustZombieTrove?: undefined;
1588
+ BprotocolLiquitySPDeposit?: undefined;
1589
+ BprotocolLiquitySPWithdraw?: undefined;
1590
+ LidoStake?: undefined;
1591
+ LidoWrap?: undefined;
1592
+ LidoUnwrap?: undefined;
1593
+ InstPullTokens?: undefined;
1594
+ BalancerV2Supply?: undefined;
1595
+ BalancerV2Withdraw?: undefined;
1596
+ BalancerV2Claim?: undefined;
1597
+ GUniWithdraw?: undefined;
1598
+ GUniDeposit?: undefined;
1599
+ RariDeposit?: undefined;
1600
+ RariWithdraw?: undefined;
1601
+ MStableDeposit?: undefined;
1602
+ MStableWithdraw?: undefined;
1603
+ MStableClaim?: undefined;
1604
+ McdRatioCheck?: undefined;
1605
+ GasFeeTaker?: undefined;
1606
+ CurveStethPoolDeposit?: undefined;
1607
+ CurveStethPoolWithdraw?: undefined;
1608
+ CurveDeposit?: undefined;
1609
+ CurveWithdraw?: undefined;
1610
+ McdBoostComposite?: undefined;
1611
+ McdRepayComposite?: undefined;
1612
+ FLEuler?: undefined;
1613
+ TrailingStopTrigger?: undefined;
1614
+ CBRebondTrigger?: undefined;
1615
+ CBUpdateRebondSub?: undefined;
1616
+ LiquityRatioCheck?: undefined;
1617
+ ConvexDeposit?: undefined;
1618
+ ConvexWithdraw?: undefined;
1619
+ ConvexClaim?: undefined;
1620
+ CBCreate?: undefined;
1621
+ CBRedeem?: undefined;
1622
+ CBChickenIn?: undefined;
1623
+ CBChickenOut?: undefined;
1624
+ CBCreateRebondSub?: undefined;
1625
+ FetchBondId?: undefined;
1626
+ CompV3Allow?: undefined;
1627
+ CompV3Borrow?: undefined;
1628
+ CompV3Claim?: undefined;
1629
+ CompV3Payback?: undefined;
1630
+ CompV3Supply?: undefined;
1631
+ CompV3Transfer?: undefined;
1632
+ CompV3Withdraw?: undefined;
1633
+ CurveUsdBorrow?: undefined;
1634
+ CurveUsdCreate?: undefined;
1635
+ CurveUsdPayback?: undefined;
1636
+ CurveUsdSupply?: undefined;
1637
+ CurveUsdAdjust?: undefined;
1638
+ CurveUsdWithdraw?: undefined;
1639
+ CurveUsdLevCreate?: undefined;
1640
+ CurveUsdRepay?: undefined;
1641
+ CurveUsdSwapper?: undefined;
1642
+ CurveUsdSwapperTransient?: undefined;
1643
+ CurveUsdSelfLiquidate?: undefined;
1644
+ CurveUsdSelfLiquidateWithColl?: undefined;
1645
+ CurveUsdGetDebt?: undefined;
1646
+ CurveUsdCollRatioTrigger?: undefined;
1647
+ CurveUsdCollRatioCheck?: undefined;
1648
+ CurveUsdSelfLiquidateWithCollTransient?: undefined;
1649
+ CurveUsdLevCreateTransient?: undefined;
1650
+ CurveUsdRepayTransient?: undefined;
1651
+ MorphoBlueSupply?: undefined;
1652
+ MorphoBlueSupplyCollateral?: undefined;
1653
+ MorphoBlueWithdraw?: undefined;
1654
+ MorphoBlueWithdrawCollateral?: undefined;
1655
+ MorphoBlueBorrow?: undefined;
1656
+ MorphoBluePayback?: undefined;
1657
+ MorphoBlueSetAuth?: undefined;
1658
+ MorphoBlueSetAuthWithSig?: undefined;
1659
+ MorphoTokenWrap?: undefined;
1660
+ MorphoBlueReallocateLiquidity?: undefined;
1661
+ MorphoBlueClaim?: undefined;
1662
+ LlamaLendCreate?: undefined;
1663
+ LlamaLendSupply?: undefined;
1664
+ LlamaLendBorrow?: undefined;
1665
+ LlamaLendWithdraw?: undefined;
1666
+ LlamaLendPayback?: undefined;
1667
+ LlamaLendSelfLiquidate?: undefined;
1668
+ LlamaLendGetDebt?: undefined;
1669
+ LlamaLendBoost?: undefined;
1670
+ LlamaLendRepay?: undefined;
1671
+ LlamaLendLevCreate?: undefined;
1672
+ LlamaLendSelfLiquidateWithColl?: undefined;
1673
+ EulerV2Supply?: undefined;
1674
+ EulerV2Withdraw?: undefined;
1675
+ EulerV2Borrow?: undefined;
1676
+ EulerV2Payback?: undefined;
1677
+ EulerV2CollateralSwitch?: undefined;
1678
+ EulerV2View?: undefined;
1679
+ RenzoStake?: undefined;
1680
+ EtherFiStake?: undefined;
1681
+ EtherFiWrap?: undefined;
1682
+ EtherFiUnwrap?: undefined;
1683
+ KingClaim?: undefined;
1684
+ FluidClaim?: undefined;
1685
+ PendleTokenRedeem?: undefined;
1686
+ UmbrellaClaimRewards?: undefined;
1687
+ UmbrellaStake?: undefined;
1688
+ UmbrellaUnstake?: undefined;
1689
+ SFApproveTokens?: undefined;
1690
+ AaveV3RatioTrigger?: undefined;
1691
+ GasFeeTakerL2?: undefined;
1692
+ AaveV3RatioCheck?: undefined;
1693
+ MorphoBlueView?: undefined;
1414
1694
  };
1415
1695
  };
1416
1696
  declare const actionAddresses: (chainId?: null) => {
@@ -2530,9 +2810,289 @@ declare const actionAddresses: (chainId?: null) => {
2530
2810
  UmbrellaClaimRewards?: undefined;
2531
2811
  UmbrellaStake?: undefined;
2532
2812
  UmbrellaUnstake?: undefined;
2533
- AaveV3DelegateCredit?: undefined;
2813
+ AaveV3DelegateCredit?: undefined;
2814
+ AaveV3RatioTrigger?: undefined;
2815
+ AaveV3RatioCheck?: undefined;
2816
+ } | {
2817
+ DFSSell: string;
2818
+ DFSSellNoFee: string;
2819
+ WrapEth: string;
2820
+ UnwrapEth: string;
2821
+ SendToken: string;
2822
+ SendTokens: string;
2823
+ SendTokenAndUnwrap: string;
2824
+ PullToken: string;
2825
+ ApproveToken: string;
2826
+ SumInputs: string;
2827
+ SubInputs: string;
2828
+ TokenBalance: string;
2829
+ PermitToken: string;
2830
+ MerklClaim: string;
2831
+ TransferNFT: string;
2832
+ TokenizedVaultAdapter: string;
2833
+ FLAction: string;
2834
+ FLAaveV3: string;
2835
+ AaveV3Withdraw: string;
2836
+ AaveV3Supply: string;
2837
+ AaveV3SetEMode: string;
2838
+ AaveV3Payback: string;
2839
+ AaveV3CollateralSwitch: string;
2840
+ AaveV3ClaimRewards: string;
2841
+ AaveV3Borrow: string;
2842
+ AaveV3ATokenPayback: string;
2843
+ AaveV3View: string;
2844
+ AaveV3DelegateWithSig: string;
2845
+ AaveV3DelegateCredit: string;
2846
+ ChangeProxyOwner?: undefined;
2847
+ AutomationV2Unsub?: undefined;
2848
+ ToggleSub?: undefined;
2849
+ UpdateSub?: undefined;
2850
+ CreateSub?: undefined;
2851
+ SDaiWrap?: undefined;
2852
+ SDaiUnwrap?: undefined;
2853
+ StarknetClaim?: undefined;
2854
+ HandleAuth?: undefined;
2855
+ SkyStake?: undefined;
2856
+ SkyUnstake?: undefined;
2857
+ SkyClaimRewards?: undefined;
2858
+ SkyStakingEngineOpen?: undefined;
2859
+ SkyStakingEngineSelectFarm?: undefined;
2860
+ SkyStakingEngineStake?: undefined;
2861
+ SkyStakingEngineUnstake?: undefined;
2862
+ SkyStakingEngineClaimRewards?: undefined;
2863
+ McdGenerate?: undefined;
2864
+ McdGive?: undefined;
2865
+ McdMerge?: undefined;
2866
+ McdOpen?: undefined;
2867
+ McdPayback?: undefined;
2868
+ McdSupply?: undefined;
2869
+ McdWithdraw?: undefined;
2870
+ McdClaim?: undefined;
2871
+ McdDsrDeposit?: undefined;
2872
+ McdDsrWithdraw?: undefined;
2873
+ McdTokenConverter?: undefined;
2874
+ ReflexerSupply?: undefined;
2875
+ ReflexerWithdraw?: undefined;
2876
+ ReflexerPayback?: undefined;
2877
+ ReflexerGenerate?: undefined;
2878
+ ReflexerOpen?: undefined;
2879
+ ReflexerWithdrawStuckFunds?: undefined;
2880
+ ReflexerNativeUniV2SaviourDeposit?: undefined;
2881
+ ReflexerNativeUniV2SaviourGetReserves?: undefined;
2882
+ ReflexerNativeUniV2SaviourWithdraw?: undefined;
2883
+ AaveBorrow?: undefined;
2884
+ AavePayback?: undefined;
2885
+ AaveSupply?: undefined;
2886
+ AaveWithdraw?: undefined;
2887
+ AaveCollateralSwitch?: undefined;
2888
+ AaveUnstake?: undefined;
2889
+ AaveClaimAAVE?: undefined;
2890
+ AaveClaimStkAave?: undefined;
2891
+ AaveV3SwapBorrowRateMode?: undefined;
2892
+ GhoClaimAAVE?: undefined;
2893
+ GhoUnstake?: undefined;
2894
+ GhoStake?: undefined;
2895
+ LSVWithdraw?: undefined;
2896
+ LSVBorrow?: undefined;
2897
+ LSVSupply?: undefined;
2898
+ LSVPayback?: undefined;
2899
+ LSVSell?: undefined;
2900
+ MorphoAaveV2Borrow?: undefined;
2901
+ MorphoAaveV2Payback?: undefined;
2902
+ MorphoAaveV2Supply?: undefined;
2903
+ MorphoAaveV2Withdraw?: undefined;
2904
+ MorphoClaim?: undefined;
2905
+ MorphoAaveV3Borrow?: undefined;
2906
+ MorphoAaveV3Payback?: undefined;
2907
+ MorphoAaveV3Supply?: undefined;
2908
+ MorphoAaveV3Withdraw?: undefined;
2909
+ MorphoAaveV3SetManager?: undefined;
2910
+ SparkBorrow?: undefined;
2911
+ SparkClaimRewards?: undefined;
2912
+ SparkCollateralSwitch?: undefined;
2913
+ SparkPayback?: undefined;
2914
+ SparkSetEMode?: undefined;
2915
+ SparkSpTokenPayback?: undefined;
2916
+ SparkSupply?: undefined;
2917
+ SparkSwapBorrowRateMode?: undefined;
2918
+ SparkWithdraw?: undefined;
2919
+ SparkDelegateCredit?: undefined;
2920
+ SparkDelegateWithSig?: undefined;
2921
+ SparkSPKClaim?: undefined;
2922
+ CompBorrow?: undefined;
2923
+ CompClaim?: undefined;
2924
+ CompPayback?: undefined;
2925
+ CompSupply?: undefined;
2926
+ CompWithdraw?: undefined;
2927
+ CompGetDebt?: undefined;
2928
+ CompCollateralSwitch?: undefined;
2929
+ FLAaveV2?: undefined;
2930
+ FLAaveV3NoFee?: undefined;
2931
+ FLAaveV3CarryDebt?: undefined;
2932
+ FLDyDx?: undefined;
2933
+ FLMaker?: undefined;
2934
+ FLBalancer?: undefined;
2935
+ FLSpark?: undefined;
2936
+ FLUniV3?: undefined;
2937
+ FLGho?: undefined;
2938
+ FLMorphoBlue?: undefined;
2939
+ UniSupply?: undefined;
2940
+ UniWithdraw?: undefined;
2941
+ UniCollectV3?: undefined;
2942
+ UniMintV3?: undefined;
2943
+ UniSupplyV3?: undefined;
2944
+ UniWithdrawV3?: undefined;
2945
+ UniCreatePoolV3?: undefined;
2946
+ DyDxWithdraw?: undefined;
2947
+ YearnSupply?: undefined;
2948
+ YearnWithdraw?: undefined;
2949
+ LiquityClose?: undefined;
2950
+ LiquityBorrow?: undefined;
2951
+ LiquityOpen?: undefined;
2952
+ LiquityPayback?: undefined;
2953
+ LiquityWithdraw?: undefined;
2954
+ LiquitySupply?: undefined;
2955
+ LiquitySPDeposit?: undefined;
2956
+ LiquitySPWithdraw?: undefined;
2957
+ LiquityStake?: undefined;
2958
+ LiquityUnstake?: undefined;
2959
+ LiquityEthGainToTrove?: undefined;
2960
+ LiquityClaim?: undefined;
2961
+ LiquityRedeem?: undefined;
2962
+ LiquityAdjust?: undefined;
2963
+ LiquityV2CloseLegacy?: undefined;
2964
+ LiquityV2PaybackLegacy?: undefined;
2965
+ LiquityV2Open?: undefined;
2966
+ LiquityV2Close?: undefined;
2967
+ LiquityV2Supply?: undefined;
2968
+ LiquityV2Withdraw?: undefined;
2969
+ LiquityV2Borrow?: undefined;
2970
+ LiquityV2Payback?: undefined;
2971
+ LiquityV2Claim?: undefined;
2972
+ LiquityV2Adjust?: undefined;
2973
+ LiquityV2AdjustInterestRate?: undefined;
2974
+ LiquityV2SPDeposit?: undefined;
2975
+ LiquityV2SPWithdraw?: undefined;
2976
+ LiquityV2SPClaimColl?: undefined;
2977
+ LiquityV2AdjustZombieTrove?: undefined;
2978
+ BprotocolLiquitySPDeposit?: undefined;
2979
+ BprotocolLiquitySPWithdraw?: undefined;
2980
+ LidoStake?: undefined;
2981
+ LidoWrap?: undefined;
2982
+ LidoUnwrap?: undefined;
2983
+ InstPullTokens?: undefined;
2984
+ BalancerV2Supply?: undefined;
2985
+ BalancerV2Withdraw?: undefined;
2986
+ BalancerV2Claim?: undefined;
2987
+ GUniWithdraw?: undefined;
2988
+ GUniDeposit?: undefined;
2989
+ RariDeposit?: undefined;
2990
+ RariWithdraw?: undefined;
2991
+ MStableDeposit?: undefined;
2992
+ MStableWithdraw?: undefined;
2993
+ MStableClaim?: undefined;
2994
+ McdRatioCheck?: undefined;
2995
+ GasFeeTaker?: undefined;
2996
+ CurveStethPoolDeposit?: undefined;
2997
+ CurveStethPoolWithdraw?: undefined;
2998
+ CurveDeposit?: undefined;
2999
+ CurveWithdraw?: undefined;
3000
+ McdBoostComposite?: undefined;
3001
+ McdRepayComposite?: undefined;
3002
+ FLEuler?: undefined;
3003
+ TrailingStopTrigger?: undefined;
3004
+ CBRebondTrigger?: undefined;
3005
+ CBUpdateRebondSub?: undefined;
3006
+ LiquityRatioCheck?: undefined;
3007
+ ConvexDeposit?: undefined;
3008
+ ConvexWithdraw?: undefined;
3009
+ ConvexClaim?: undefined;
3010
+ CBCreate?: undefined;
3011
+ CBRedeem?: undefined;
3012
+ CBChickenIn?: undefined;
3013
+ CBChickenOut?: undefined;
3014
+ CBCreateRebondSub?: undefined;
3015
+ FetchBondId?: undefined;
3016
+ CompV3Allow?: undefined;
3017
+ CompV3Borrow?: undefined;
3018
+ CompV3Claim?: undefined;
3019
+ CompV3Payback?: undefined;
3020
+ CompV3Supply?: undefined;
3021
+ CompV3Transfer?: undefined;
3022
+ CompV3Withdraw?: undefined;
3023
+ CurveUsdBorrow?: undefined;
3024
+ CurveUsdCreate?: undefined;
3025
+ CurveUsdPayback?: undefined;
3026
+ CurveUsdSupply?: undefined;
3027
+ CurveUsdAdjust?: undefined;
3028
+ CurveUsdWithdraw?: undefined;
3029
+ CurveUsdLevCreate?: undefined;
3030
+ CurveUsdRepay?: undefined;
3031
+ CurveUsdSwapper?: undefined;
3032
+ CurveUsdSwapperTransient?: undefined;
3033
+ CurveUsdSelfLiquidate?: undefined;
3034
+ CurveUsdSelfLiquidateWithColl?: undefined;
3035
+ CurveUsdGetDebt?: undefined;
3036
+ CurveUsdCollRatioTrigger?: undefined;
3037
+ CurveUsdCollRatioCheck?: undefined;
3038
+ CurveUsdSelfLiquidateWithCollTransient?: undefined;
3039
+ CurveUsdLevCreateTransient?: undefined;
3040
+ CurveUsdRepayTransient?: undefined;
3041
+ MorphoBlueSupply?: undefined;
3042
+ MorphoBlueSupplyCollateral?: undefined;
3043
+ MorphoBlueWithdraw?: undefined;
3044
+ MorphoBlueWithdrawCollateral?: undefined;
3045
+ MorphoBlueBorrow?: undefined;
3046
+ MorphoBluePayback?: undefined;
3047
+ MorphoBlueSetAuth?: undefined;
3048
+ MorphoBlueSetAuthWithSig?: undefined;
3049
+ MorphoTokenWrap?: undefined;
3050
+ MorphoBlueReallocateLiquidity?: undefined;
3051
+ MorphoBlueClaim?: undefined;
3052
+ LlamaLendCreate?: undefined;
3053
+ LlamaLendSupply?: undefined;
3054
+ LlamaLendBorrow?: undefined;
3055
+ LlamaLendWithdraw?: undefined;
3056
+ LlamaLendPayback?: undefined;
3057
+ LlamaLendSelfLiquidate?: undefined;
3058
+ LlamaLendGetDebt?: undefined;
3059
+ LlamaLendBoost?: undefined;
3060
+ LlamaLendRepay?: undefined;
3061
+ LlamaLendLevCreate?: undefined;
3062
+ LlamaLendSelfLiquidateWithColl?: undefined;
3063
+ EulerV2Supply?: undefined;
3064
+ EulerV2Withdraw?: undefined;
3065
+ EulerV2Borrow?: undefined;
3066
+ EulerV2Payback?: undefined;
3067
+ EulerV2CollateralSwitch?: undefined;
3068
+ EulerV2View?: undefined;
3069
+ RenzoStake?: undefined;
3070
+ EtherFiStake?: undefined;
3071
+ EtherFiWrap?: undefined;
3072
+ EtherFiUnwrap?: undefined;
3073
+ KingClaim?: undefined;
3074
+ FluidVaultT1Open?: undefined;
3075
+ FluidVaultT1Adjust?: undefined;
3076
+ FluidVaultT1Borrow?: undefined;
3077
+ FluidVaultT1Payback?: undefined;
3078
+ FluidVaultT1Withdraw?: undefined;
3079
+ FluidVaultT1Supply?: undefined;
3080
+ FluidView?: undefined;
3081
+ FluidClaim?: undefined;
3082
+ FluidDexOpen?: undefined;
3083
+ FluidDexSupply?: undefined;
3084
+ FluidDexBorrow?: undefined;
3085
+ FluidDexPayback?: undefined;
3086
+ FluidDexWithdraw?: undefined;
3087
+ PendleTokenRedeem?: undefined;
3088
+ UmbrellaClaimRewards?: undefined;
3089
+ UmbrellaStake?: undefined;
3090
+ UmbrellaUnstake?: undefined;
3091
+ SFApproveTokens?: undefined;
2534
3092
  AaveV3RatioTrigger?: undefined;
3093
+ GasFeeTakerL2?: undefined;
2535
3094
  AaveV3RatioCheck?: undefined;
3095
+ MorphoBlueView?: undefined;
2536
3096
  } | {
2537
3097
  DFSSell: string;
2538
3098
  DFSSellNoFee: string;
@@ -2563,6 +3123,18 @@ declare const actionAddresses: (chainId?: null) => {
2563
3123
  AaveV3View: string;
2564
3124
  AaveV3DelegateWithSig: string;
2565
3125
  AaveV3DelegateCredit: string;
3126
+ FluidVaultT1Open: string;
3127
+ FluidVaultT1Adjust: string;
3128
+ FluidVaultT1Borrow: string;
3129
+ FluidVaultT1Payback: string;
3130
+ FluidVaultT1Withdraw: string;
3131
+ FluidVaultT1Supply: string;
3132
+ FluidView: string;
3133
+ FluidDexOpen: string;
3134
+ FluidDexSupply: string;
3135
+ FluidDexBorrow: string;
3136
+ FluidDexPayback: string;
3137
+ FluidDexWithdraw: string;
2566
3138
  ChangeProxyOwner?: undefined;
2567
3139
  AutomationV2Unsub?: undefined;
2568
3140
  ToggleSub?: undefined;
@@ -2791,19 +3363,7 @@ declare const actionAddresses: (chainId?: null) => {
2791
3363
  EtherFiWrap?: undefined;
2792
3364
  EtherFiUnwrap?: undefined;
2793
3365
  KingClaim?: undefined;
2794
- FluidVaultT1Open?: undefined;
2795
- FluidVaultT1Adjust?: undefined;
2796
- FluidVaultT1Borrow?: undefined;
2797
- FluidVaultT1Payback?: undefined;
2798
- FluidVaultT1Withdraw?: undefined;
2799
- FluidVaultT1Supply?: undefined;
2800
- FluidView?: undefined;
2801
3366
  FluidClaim?: undefined;
2802
- FluidDexOpen?: undefined;
2803
- FluidDexSupply?: undefined;
2804
- FluidDexBorrow?: undefined;
2805
- FluidDexPayback?: undefined;
2806
- FluidDexWithdraw?: undefined;
2807
3367
  PendleTokenRedeem?: undefined;
2808
3368
  UmbrellaClaimRewards?: undefined;
2809
3369
  UmbrellaStake?: undefined;
@@ -2899,6 +3459,27 @@ declare const otherAddressesAllChains: {
2899
3459
  GHO?: undefined;
2900
3460
  LUSD?: undefined;
2901
3461
  BLUSD?: undefined;
3462
+ } | {
3463
+ RecipeExecutor: string;
3464
+ DFSRegistry: string;
3465
+ AdminVault: string;
3466
+ DefisaverLogger: string;
3467
+ Empty: string;
3468
+ DFSProxyRegistry?: undefined;
3469
+ ProxyRegistry?: undefined;
3470
+ McdCdpManager?: undefined;
3471
+ BCdpManager?: undefined;
3472
+ AaveDefaultMarket?: undefined;
3473
+ UniswapV3PositionManager?: undefined;
3474
+ RaiWethUniV2LPToken?: undefined;
3475
+ BalancerToken?: undefined;
3476
+ CrvToken?: undefined;
3477
+ CvxToken?: undefined;
3478
+ DAI?: undefined;
3479
+ GHO?: undefined;
3480
+ LUSD?: undefined;
3481
+ BLUSD?: undefined;
3482
+ DSGuardFactory?: undefined;
2902
3483
  };
2903
3484
  };
2904
3485
  declare const otherAddresses: (chainId?: null) => {
@@ -2985,6 +3566,27 @@ declare const otherAddresses: (chainId?: null) => {
2985
3566
  GHO?: undefined;
2986
3567
  LUSD?: undefined;
2987
3568
  BLUSD?: undefined;
3569
+ } | {
3570
+ RecipeExecutor: string;
3571
+ DFSRegistry: string;
3572
+ AdminVault: string;
3573
+ DefisaverLogger: string;
3574
+ Empty: string;
3575
+ DFSProxyRegistry?: undefined;
3576
+ ProxyRegistry?: undefined;
3577
+ McdCdpManager?: undefined;
3578
+ BCdpManager?: undefined;
3579
+ AaveDefaultMarket?: undefined;
3580
+ UniswapV3PositionManager?: undefined;
3581
+ RaiWethUniV2LPToken?: undefined;
3582
+ BalancerToken?: undefined;
3583
+ CrvToken?: undefined;
3584
+ CvxToken?: undefined;
3585
+ DAI?: undefined;
3586
+ GHO?: undefined;
3587
+ LUSD?: undefined;
3588
+ BLUSD?: undefined;
3589
+ DSGuardFactory?: undefined;
2988
3590
  };
2989
3591
  export { Action, ActionWithL2, Recipe, Strategy, DfsWeb3, actions, triggers, utils, configure, getNetworkData, CONFIG, networks, actionAddresses, actionAddressesAllChains, otherAddresses, otherAddressesAllChains, getAddr, };
2990
3592
  declare const _default: {
@@ -3290,8 +3892,288 @@ declare const _default: {
3290
3892
  PullToken: string;
3291
3893
  SumInputs: string;
3292
3894
  SubInputs: string;
3293
- ApproveToken: string;
3895
+ ApproveToken: string;
3896
+ SendTokenAndUnwrap: string;
3897
+ ToggleSub: string;
3898
+ CreateSub: string;
3899
+ TokenBalance: string;
3900
+ TokenizedVaultAdapter: string;
3901
+ ChangeProxyOwner: string;
3902
+ PermitToken: string;
3903
+ HandleAuth: string;
3904
+ MerklClaim: string;
3905
+ AaveV3ATokenPayback: string;
3906
+ AaveV3Borrow: string;
3907
+ AaveV3CollateralSwitch: string;
3908
+ AaveV3Payback: string;
3909
+ AaveV3SetEMode: string;
3910
+ AaveV3Supply: string;
3911
+ AaveV3SwapBorrowRateMode: string;
3912
+ AaveV3Withdraw: string;
3913
+ AaveV3ClaimRewards: string;
3914
+ AaveV3DelegateWithSig: string;
3915
+ AaveV3DelegateCredit: string;
3916
+ FLAaveV3NoFee: string;
3917
+ FLAaveV3: string;
3918
+ FLBalancer: string;
3919
+ FLAction: string;
3920
+ AaveV3RatioTrigger: string;
3921
+ GasFeeTakerL2: string;
3922
+ AaveV3RatioCheck: string;
3923
+ UniCollectV3: string;
3924
+ UniMintV3: string;
3925
+ UniSupplyV3: string;
3926
+ UniWithdrawV3: string;
3927
+ UniCreatePoolV3: string;
3928
+ CompV3Allow: string;
3929
+ CompV3Borrow: string;
3930
+ CompV3Claim: string;
3931
+ CompV3Payback: string;
3932
+ CompV3Supply: string;
3933
+ CompV3Transfer: string;
3934
+ CompV3Withdraw: string;
3935
+ SFApproveTokens: string;
3936
+ AutomationV2Unsub?: undefined;
3937
+ UpdateSub?: undefined;
3938
+ TransferNFT?: undefined;
3939
+ SDaiWrap?: undefined;
3940
+ SDaiUnwrap?: undefined;
3941
+ StarknetClaim?: undefined;
3942
+ SkyStake?: undefined;
3943
+ SkyUnstake?: undefined;
3944
+ SkyClaimRewards?: undefined;
3945
+ SkyStakingEngineOpen?: undefined;
3946
+ SkyStakingEngineSelectFarm?: undefined;
3947
+ SkyStakingEngineStake?: undefined;
3948
+ SkyStakingEngineUnstake?: undefined;
3949
+ SkyStakingEngineClaimRewards?: undefined;
3950
+ McdGenerate?: undefined;
3951
+ McdGive?: undefined;
3952
+ McdMerge?: undefined;
3953
+ McdOpen?: undefined;
3954
+ McdPayback?: undefined;
3955
+ McdSupply?: undefined;
3956
+ McdWithdraw?: undefined;
3957
+ McdClaim?: undefined;
3958
+ McdDsrDeposit?: undefined;
3959
+ McdDsrWithdraw?: undefined;
3960
+ McdTokenConverter?: undefined;
3961
+ ReflexerSupply?: undefined;
3962
+ ReflexerWithdraw?: undefined;
3963
+ ReflexerPayback?: undefined;
3964
+ ReflexerGenerate?: undefined;
3965
+ ReflexerOpen?: undefined;
3966
+ ReflexerWithdrawStuckFunds?: undefined;
3967
+ ReflexerNativeUniV2SaviourDeposit?: undefined;
3968
+ ReflexerNativeUniV2SaviourGetReserves?: undefined;
3969
+ ReflexerNativeUniV2SaviourWithdraw?: undefined;
3970
+ AaveBorrow?: undefined;
3971
+ AavePayback?: undefined;
3972
+ AaveSupply?: undefined;
3973
+ AaveWithdraw?: undefined;
3974
+ AaveCollateralSwitch?: undefined;
3975
+ AaveUnstake?: undefined;
3976
+ AaveClaimAAVE?: undefined;
3977
+ AaveClaimStkAave?: undefined;
3978
+ AaveV3View?: undefined;
3979
+ GhoClaimAAVE?: undefined;
3980
+ GhoUnstake?: undefined;
3981
+ GhoStake?: undefined;
3982
+ LSVWithdraw?: undefined;
3983
+ LSVBorrow?: undefined;
3984
+ LSVSupply?: undefined;
3985
+ LSVPayback?: undefined;
3986
+ LSVSell?: undefined;
3987
+ MorphoAaveV2Borrow?: undefined;
3988
+ MorphoAaveV2Payback?: undefined;
3989
+ MorphoAaveV2Supply?: undefined;
3990
+ MorphoAaveV2Withdraw?: undefined;
3991
+ MorphoClaim?: undefined;
3992
+ MorphoAaveV3Borrow?: undefined;
3993
+ MorphoAaveV3Payback?: undefined;
3994
+ MorphoAaveV3Supply?: undefined;
3995
+ MorphoAaveV3Withdraw?: undefined;
3996
+ MorphoAaveV3SetManager?: undefined;
3997
+ SparkBorrow?: undefined;
3998
+ SparkClaimRewards?: undefined;
3999
+ SparkCollateralSwitch?: undefined;
4000
+ SparkPayback?: undefined;
4001
+ SparkSetEMode?: undefined;
4002
+ SparkSpTokenPayback?: undefined;
4003
+ SparkSupply?: undefined;
4004
+ SparkSwapBorrowRateMode?: undefined;
4005
+ SparkWithdraw?: undefined;
4006
+ SparkDelegateCredit?: undefined;
4007
+ SparkDelegateWithSig?: undefined;
4008
+ SparkSPKClaim?: undefined;
4009
+ CompBorrow?: undefined;
4010
+ CompClaim?: undefined;
4011
+ CompPayback?: undefined;
4012
+ CompSupply?: undefined;
4013
+ CompWithdraw?: undefined;
4014
+ CompGetDebt?: undefined;
4015
+ CompCollateralSwitch?: undefined;
4016
+ FLAaveV2?: undefined;
4017
+ FLAaveV3CarryDebt?: undefined;
4018
+ FLDyDx?: undefined;
4019
+ FLMaker?: undefined;
4020
+ FLSpark?: undefined;
4021
+ FLUniV3?: undefined;
4022
+ FLGho?: undefined;
4023
+ FLMorphoBlue?: undefined;
4024
+ UniSupply?: undefined;
4025
+ UniWithdraw?: undefined;
4026
+ DyDxWithdraw?: undefined;
4027
+ YearnSupply?: undefined;
4028
+ YearnWithdraw?: undefined;
4029
+ LiquityClose?: undefined;
4030
+ LiquityBorrow?: undefined;
4031
+ LiquityOpen?: undefined;
4032
+ LiquityPayback?: undefined;
4033
+ LiquityWithdraw?: undefined;
4034
+ LiquitySupply?: undefined;
4035
+ LiquitySPDeposit?: undefined;
4036
+ LiquitySPWithdraw?: undefined;
4037
+ LiquityStake?: undefined;
4038
+ LiquityUnstake?: undefined;
4039
+ LiquityEthGainToTrove?: undefined;
4040
+ LiquityClaim?: undefined;
4041
+ LiquityRedeem?: undefined;
4042
+ LiquityAdjust?: undefined;
4043
+ LiquityV2CloseLegacy?: undefined;
4044
+ LiquityV2PaybackLegacy?: undefined;
4045
+ LiquityV2Open?: undefined;
4046
+ LiquityV2Close?: undefined;
4047
+ LiquityV2Supply?: undefined;
4048
+ LiquityV2Withdraw?: undefined;
4049
+ LiquityV2Borrow?: undefined;
4050
+ LiquityV2Payback?: undefined;
4051
+ LiquityV2Claim?: undefined;
4052
+ LiquityV2Adjust?: undefined;
4053
+ LiquityV2AdjustInterestRate?: undefined;
4054
+ LiquityV2SPDeposit?: undefined;
4055
+ LiquityV2SPWithdraw?: undefined;
4056
+ LiquityV2SPClaimColl?: undefined;
4057
+ LiquityV2AdjustZombieTrove?: undefined;
4058
+ BprotocolLiquitySPDeposit?: undefined;
4059
+ BprotocolLiquitySPWithdraw?: undefined;
4060
+ LidoStake?: undefined;
4061
+ LidoWrap?: undefined;
4062
+ LidoUnwrap?: undefined;
4063
+ InstPullTokens?: undefined;
4064
+ BalancerV2Supply?: undefined;
4065
+ BalancerV2Withdraw?: undefined;
4066
+ BalancerV2Claim?: undefined;
4067
+ GUniWithdraw?: undefined;
4068
+ GUniDeposit?: undefined;
4069
+ RariDeposit?: undefined;
4070
+ RariWithdraw?: undefined;
4071
+ MStableDeposit?: undefined;
4072
+ MStableWithdraw?: undefined;
4073
+ MStableClaim?: undefined;
4074
+ McdRatioCheck?: undefined;
4075
+ GasFeeTaker?: undefined;
4076
+ CurveStethPoolDeposit?: undefined;
4077
+ CurveStethPoolWithdraw?: undefined;
4078
+ CurveDeposit?: undefined;
4079
+ CurveWithdraw?: undefined;
4080
+ McdBoostComposite?: undefined;
4081
+ McdRepayComposite?: undefined;
4082
+ FLEuler?: undefined;
4083
+ TrailingStopTrigger?: undefined;
4084
+ CBRebondTrigger?: undefined;
4085
+ CBUpdateRebondSub?: undefined;
4086
+ LiquityRatioCheck?: undefined;
4087
+ ConvexDeposit?: undefined;
4088
+ ConvexWithdraw?: undefined;
4089
+ ConvexClaim?: undefined;
4090
+ CBCreate?: undefined;
4091
+ CBRedeem?: undefined;
4092
+ CBChickenIn?: undefined;
4093
+ CBChickenOut?: undefined;
4094
+ CBCreateRebondSub?: undefined;
4095
+ FetchBondId?: undefined;
4096
+ CurveUsdBorrow?: undefined;
4097
+ CurveUsdCreate?: undefined;
4098
+ CurveUsdPayback?: undefined;
4099
+ CurveUsdSupply?: undefined;
4100
+ CurveUsdAdjust?: undefined;
4101
+ CurveUsdWithdraw?: undefined;
4102
+ CurveUsdLevCreate?: undefined;
4103
+ CurveUsdRepay?: undefined;
4104
+ CurveUsdSwapper?: undefined;
4105
+ CurveUsdSwapperTransient?: undefined;
4106
+ CurveUsdSelfLiquidate?: undefined;
4107
+ CurveUsdSelfLiquidateWithColl?: undefined;
4108
+ CurveUsdGetDebt?: undefined;
4109
+ CurveUsdCollRatioTrigger?: undefined;
4110
+ CurveUsdCollRatioCheck?: undefined;
4111
+ CurveUsdSelfLiquidateWithCollTransient?: undefined;
4112
+ CurveUsdLevCreateTransient?: undefined;
4113
+ CurveUsdRepayTransient?: undefined;
4114
+ MorphoBlueSupply?: undefined;
4115
+ MorphoBlueSupplyCollateral?: undefined;
4116
+ MorphoBlueWithdraw?: undefined;
4117
+ MorphoBlueWithdrawCollateral?: undefined;
4118
+ MorphoBlueBorrow?: undefined;
4119
+ MorphoBluePayback?: undefined;
4120
+ MorphoBlueSetAuth?: undefined;
4121
+ MorphoBlueSetAuthWithSig?: undefined;
4122
+ MorphoTokenWrap?: undefined;
4123
+ MorphoBlueReallocateLiquidity?: undefined;
4124
+ MorphoBlueClaim?: undefined;
4125
+ LlamaLendCreate?: undefined;
4126
+ LlamaLendSupply?: undefined;
4127
+ LlamaLendBorrow?: undefined;
4128
+ LlamaLendWithdraw?: undefined;
4129
+ LlamaLendPayback?: undefined;
4130
+ LlamaLendSelfLiquidate?: undefined;
4131
+ LlamaLendGetDebt?: undefined;
4132
+ LlamaLendBoost?: undefined;
4133
+ LlamaLendRepay?: undefined;
4134
+ LlamaLendLevCreate?: undefined;
4135
+ LlamaLendSelfLiquidateWithColl?: undefined;
4136
+ EulerV2Supply?: undefined;
4137
+ EulerV2Withdraw?: undefined;
4138
+ EulerV2Borrow?: undefined;
4139
+ EulerV2Payback?: undefined;
4140
+ EulerV2CollateralSwitch?: undefined;
4141
+ EulerV2View?: undefined;
4142
+ RenzoStake?: undefined;
4143
+ EtherFiStake?: undefined;
4144
+ EtherFiWrap?: undefined;
4145
+ EtherFiUnwrap?: undefined;
4146
+ KingClaim?: undefined;
4147
+ FluidVaultT1Open?: undefined;
4148
+ FluidVaultT1Adjust?: undefined;
4149
+ FluidVaultT1Borrow?: undefined;
4150
+ FluidVaultT1Payback?: undefined;
4151
+ FluidVaultT1Withdraw?: undefined;
4152
+ FluidVaultT1Supply?: undefined;
4153
+ FluidView?: undefined;
4154
+ FluidClaim?: undefined;
4155
+ FluidDexOpen?: undefined;
4156
+ FluidDexSupply?: undefined;
4157
+ FluidDexBorrow?: undefined;
4158
+ FluidDexPayback?: undefined;
4159
+ FluidDexWithdraw?: undefined;
4160
+ PendleTokenRedeem?: undefined;
4161
+ UmbrellaClaimRewards?: undefined;
4162
+ UmbrellaStake?: undefined;
4163
+ UmbrellaUnstake?: undefined;
4164
+ MorphoBlueView?: undefined;
4165
+ } | {
4166
+ DFSSell: string;
4167
+ DFSSellNoFee: string;
4168
+ WrapEth: string;
4169
+ UnwrapEth: string;
4170
+ SendToken: string;
4171
+ SendTokens: string;
4172
+ PullToken: string;
4173
+ SumInputs: string;
4174
+ SubInputs: string;
3294
4175
  SendTokenAndUnwrap: string;
4176
+ ApproveToken: string;
3295
4177
  ToggleSub: string;
3296
4178
  CreateSub: string;
3297
4179
  TokenBalance: string;
@@ -3299,6 +4181,8 @@ declare const _default: {
3299
4181
  ChangeProxyOwner: string;
3300
4182
  PermitToken: string;
3301
4183
  HandleAuth: string;
4184
+ UpdateSub: string;
4185
+ TransferNFT: string;
3302
4186
  MerklClaim: string;
3303
4187
  AaveV3ATokenPayback: string;
3304
4188
  AaveV3Borrow: string;
@@ -3310,12 +4194,18 @@ declare const _default: {
3310
4194
  AaveV3Withdraw: string;
3311
4195
  AaveV3ClaimRewards: string;
3312
4196
  AaveV3DelegateWithSig: string;
3313
- AaveV3DelegateCredit: string;
4197
+ CompV3Allow: string;
4198
+ CompV3Borrow: string;
4199
+ CompV3Claim: string;
4200
+ CompV3Payback: string;
4201
+ CompV3Supply: string;
4202
+ CompV3Transfer: string;
4203
+ CompV3Withdraw: string;
3314
4204
  FLAaveV3NoFee: string;
3315
4205
  FLAaveV3: string;
3316
4206
  FLBalancer: string;
4207
+ FLUniV3: string;
3317
4208
  FLAction: string;
3318
- AaveV3RatioTrigger: string;
3319
4209
  GasFeeTakerL2: string;
3320
4210
  AaveV3RatioCheck: string;
3321
4211
  UniCollectV3: string;
@@ -3323,17 +4213,31 @@ declare const _default: {
3323
4213
  UniSupplyV3: string;
3324
4214
  UniWithdrawV3: string;
3325
4215
  UniCreatePoolV3: string;
3326
- CompV3Allow: string;
3327
- CompV3Borrow: string;
3328
- CompV3Claim: string;
3329
- CompV3Payback: string;
3330
- CompV3Supply: string;
3331
- CompV3Transfer: string;
3332
- CompV3Withdraw: string;
4216
+ LlamaLendCreate: string;
4217
+ LlamaLendSupply: string;
4218
+ LlamaLendBorrow: string;
4219
+ LlamaLendWithdraw: string;
4220
+ LlamaLendPayback: string;
4221
+ LlamaLendSelfLiquidate: string;
4222
+ LlamaLendGetDebt: string;
4223
+ LlamaLendBoost: string;
4224
+ LlamaLendRepay: string;
4225
+ LlamaLendLevCreate: string;
4226
+ LlamaLendSelfLiquidateWithColl: string;
4227
+ FluidVaultT1Open: string;
4228
+ FluidVaultT1Adjust: string;
4229
+ FluidVaultT1Borrow: string;
4230
+ FluidVaultT1Payback: string;
4231
+ FluidVaultT1Withdraw: string;
4232
+ FluidVaultT1Supply: string;
4233
+ FluidView: string;
4234
+ FluidDexOpen: string;
4235
+ FluidDexSupply: string;
4236
+ FluidDexBorrow: string;
4237
+ FluidDexPayback: string;
4238
+ FluidDexWithdraw: string;
3333
4239
  SFApproveTokens: string;
3334
4240
  AutomationV2Unsub?: undefined;
3335
- UpdateSub?: undefined;
3336
- TransferNFT?: undefined;
3337
4241
  SDaiWrap?: undefined;
3338
4242
  SDaiUnwrap?: undefined;
3339
4243
  StarknetClaim?: undefined;
@@ -3416,7 +4320,6 @@ declare const _default: {
3416
4320
  FLDyDx?: undefined;
3417
4321
  FLMaker?: undefined;
3418
4322
  FLSpark?: undefined;
3419
- FLUniV3?: undefined;
3420
4323
  FLGho?: undefined;
3421
4324
  FLMorphoBlue?: undefined;
3422
4325
  UniSupply?: undefined;
@@ -3520,17 +4423,6 @@ declare const _default: {
3520
4423
  MorphoTokenWrap?: undefined;
3521
4424
  MorphoBlueReallocateLiquidity?: undefined;
3522
4425
  MorphoBlueClaim?: undefined;
3523
- LlamaLendCreate?: undefined;
3524
- LlamaLendSupply?: undefined;
3525
- LlamaLendBorrow?: undefined;
3526
- LlamaLendWithdraw?: undefined;
3527
- LlamaLendPayback?: undefined;
3528
- LlamaLendSelfLiquidate?: undefined;
3529
- LlamaLendGetDebt?: undefined;
3530
- LlamaLendBoost?: undefined;
3531
- LlamaLendRepay?: undefined;
3532
- LlamaLendLevCreate?: undefined;
3533
- LlamaLendSelfLiquidateWithColl?: undefined;
3534
4426
  EulerV2Supply?: undefined;
3535
4427
  EulerV2Withdraw?: undefined;
3536
4428
  EulerV2Borrow?: undefined;
@@ -3542,23 +4434,13 @@ declare const _default: {
3542
4434
  EtherFiWrap?: undefined;
3543
4435
  EtherFiUnwrap?: undefined;
3544
4436
  KingClaim?: undefined;
3545
- FluidVaultT1Open?: undefined;
3546
- FluidVaultT1Adjust?: undefined;
3547
- FluidVaultT1Borrow?: undefined;
3548
- FluidVaultT1Payback?: undefined;
3549
- FluidVaultT1Withdraw?: undefined;
3550
- FluidVaultT1Supply?: undefined;
3551
- FluidView?: undefined;
3552
4437
  FluidClaim?: undefined;
3553
- FluidDexOpen?: undefined;
3554
- FluidDexSupply?: undefined;
3555
- FluidDexBorrow?: undefined;
3556
- FluidDexPayback?: undefined;
3557
- FluidDexWithdraw?: undefined;
3558
4438
  PendleTokenRedeem?: undefined;
3559
4439
  UmbrellaClaimRewards?: undefined;
3560
4440
  UmbrellaStake?: undefined;
3561
4441
  UmbrellaUnstake?: undefined;
4442
+ AaveV3DelegateCredit?: undefined;
4443
+ AaveV3RatioTrigger?: undefined;
3562
4444
  MorphoBlueView?: undefined;
3563
4445
  } | {
3564
4446
  DFSSell: string;
@@ -3568,60 +4450,53 @@ declare const _default: {
3568
4450
  SendToken: string;
3569
4451
  SendTokens: string;
3570
4452
  PullToken: string;
4453
+ ApproveToken: string;
3571
4454
  SumInputs: string;
3572
4455
  SubInputs: string;
3573
- SendTokenAndUnwrap: string;
3574
- ApproveToken: string;
3575
- ToggleSub: string;
3576
- CreateSub: string;
3577
4456
  TokenBalance: string;
3578
- TokenizedVaultAdapter: string;
3579
4457
  ChangeProxyOwner: string;
3580
4458
  PermitToken: string;
3581
4459
  HandleAuth: string;
4460
+ ToggleSub: string;
4461
+ CreateSub: string;
3582
4462
  UpdateSub: string;
3583
- TransferNFT: string;
3584
4463
  MerklClaim: string;
3585
- AaveV3ATokenPayback: string;
3586
- AaveV3Borrow: string;
3587
- AaveV3CollateralSwitch: string;
3588
- AaveV3Payback: string;
3589
- AaveV3SetEMode: string;
3590
- AaveV3Supply: string;
3591
- AaveV3SwapBorrowRateMode: string;
4464
+ TransferNFT: string;
4465
+ GasFeeTakerL2: string;
4466
+ FLAaveV3: string;
4467
+ FLBalancer: string;
4468
+ FLUniV3: string;
4469
+ FLAction: string;
4470
+ FLMorphoBlue: string;
3592
4471
  AaveV3Withdraw: string;
4472
+ AaveV3SwapBorrowRateMode: string;
4473
+ AaveV3Supply: string;
4474
+ AaveV3SetEMode: string;
4475
+ AaveV3Payback: string;
4476
+ AaveV3CollateralSwitch: string;
3593
4477
  AaveV3ClaimRewards: string;
4478
+ AaveV3Borrow: string;
4479
+ AaveV3ATokenPayback: string;
4480
+ AaveV3View: string;
3594
4481
  AaveV3DelegateWithSig: string;
3595
4482
  CompV3Allow: string;
3596
4483
  CompV3Borrow: string;
3597
4484
  CompV3Claim: string;
3598
- CompV3Payback: string;
3599
- CompV3Supply: string;
3600
- CompV3Transfer: string;
3601
- CompV3Withdraw: string;
3602
- FLAaveV3NoFee: string;
3603
- FLAaveV3: string;
3604
- FLBalancer: string;
3605
- FLUniV3: string;
3606
- FLAction: string;
3607
- GasFeeTakerL2: string;
3608
- AaveV3RatioCheck: string;
3609
- UniCollectV3: string;
3610
- UniMintV3: string;
3611
- UniSupplyV3: string;
3612
- UniWithdrawV3: string;
3613
- UniCreatePoolV3: string;
3614
- LlamaLendCreate: string;
3615
- LlamaLendSupply: string;
3616
- LlamaLendBorrow: string;
3617
- LlamaLendWithdraw: string;
3618
- LlamaLendPayback: string;
3619
- LlamaLendSelfLiquidate: string;
3620
- LlamaLendGetDebt: string;
3621
- LlamaLendBoost: string;
3622
- LlamaLendRepay: string;
3623
- LlamaLendLevCreate: string;
3624
- LlamaLendSelfLiquidateWithColl: string;
4485
+ CompV3Payback: string;
4486
+ CompV3Supply: string;
4487
+ CompV3Transfer: string;
4488
+ CompV3Withdraw: string;
4489
+ MorphoBlueSupply: string;
4490
+ MorphoBlueSupplyCollateral: string;
4491
+ MorphoBlueWithdraw: string;
4492
+ MorphoBlueWithdrawCollateral: string;
4493
+ MorphoBlueBorrow: string;
4494
+ MorphoBluePayback: string;
4495
+ MorphoBlueSetAuth: string;
4496
+ MorphoBlueSetAuthWithSig: string;
4497
+ MorphoBlueView: string;
4498
+ MorphoBlueReallocateLiquidity: string;
4499
+ MorphoBlueClaim: string;
3625
4500
  FluidVaultT1Open: string;
3626
4501
  FluidVaultT1Adjust: string;
3627
4502
  FluidVaultT1Borrow: string;
@@ -3629,13 +4504,10 @@ declare const _default: {
3629
4504
  FluidVaultT1Withdraw: string;
3630
4505
  FluidVaultT1Supply: string;
3631
4506
  FluidView: string;
3632
- FluidDexOpen: string;
3633
- FluidDexSupply: string;
3634
- FluidDexBorrow: string;
3635
- FluidDexPayback: string;
3636
- FluidDexWithdraw: string;
4507
+ TokenizedVaultAdapter: string;
3637
4508
  SFApproveTokens: string;
3638
4509
  AutomationV2Unsub?: undefined;
4510
+ SendTokenAndUnwrap?: undefined;
3639
4511
  SDaiWrap?: undefined;
3640
4512
  SDaiUnwrap?: undefined;
3641
4513
  StarknetClaim?: undefined;
@@ -3675,7 +4547,6 @@ declare const _default: {
3675
4547
  AaveUnstake?: undefined;
3676
4548
  AaveClaimAAVE?: undefined;
3677
4549
  AaveClaimStkAave?: undefined;
3678
- AaveV3View?: undefined;
3679
4550
  GhoClaimAAVE?: undefined;
3680
4551
  GhoUnstake?: undefined;
3681
4552
  GhoStake?: undefined;
@@ -3714,14 +4585,19 @@ declare const _default: {
3714
4585
  CompGetDebt?: undefined;
3715
4586
  CompCollateralSwitch?: undefined;
3716
4587
  FLAaveV2?: undefined;
4588
+ FLAaveV3NoFee?: undefined;
3717
4589
  FLAaveV3CarryDebt?: undefined;
3718
4590
  FLDyDx?: undefined;
3719
4591
  FLMaker?: undefined;
3720
4592
  FLSpark?: undefined;
3721
4593
  FLGho?: undefined;
3722
- FLMorphoBlue?: undefined;
3723
4594
  UniSupply?: undefined;
3724
4595
  UniWithdraw?: undefined;
4596
+ UniCollectV3?: undefined;
4597
+ UniMintV3?: undefined;
4598
+ UniSupplyV3?: undefined;
4599
+ UniWithdrawV3?: undefined;
4600
+ UniCreatePoolV3?: undefined;
3725
4601
  DyDxWithdraw?: undefined;
3726
4602
  YearnSupply?: undefined;
3727
4603
  YearnWithdraw?: undefined;
@@ -3810,17 +4686,18 @@ declare const _default: {
3810
4686
  CurveUsdSelfLiquidateWithCollTransient?: undefined;
3811
4687
  CurveUsdLevCreateTransient?: undefined;
3812
4688
  CurveUsdRepayTransient?: undefined;
3813
- MorphoBlueSupply?: undefined;
3814
- MorphoBlueSupplyCollateral?: undefined;
3815
- MorphoBlueWithdraw?: undefined;
3816
- MorphoBlueWithdrawCollateral?: undefined;
3817
- MorphoBlueBorrow?: undefined;
3818
- MorphoBluePayback?: undefined;
3819
- MorphoBlueSetAuth?: undefined;
3820
- MorphoBlueSetAuthWithSig?: undefined;
3821
4689
  MorphoTokenWrap?: undefined;
3822
- MorphoBlueReallocateLiquidity?: undefined;
3823
- MorphoBlueClaim?: undefined;
4690
+ LlamaLendCreate?: undefined;
4691
+ LlamaLendSupply?: undefined;
4692
+ LlamaLendBorrow?: undefined;
4693
+ LlamaLendWithdraw?: undefined;
4694
+ LlamaLendPayback?: undefined;
4695
+ LlamaLendSelfLiquidate?: undefined;
4696
+ LlamaLendGetDebt?: undefined;
4697
+ LlamaLendBoost?: undefined;
4698
+ LlamaLendRepay?: undefined;
4699
+ LlamaLendLevCreate?: undefined;
4700
+ LlamaLendSelfLiquidateWithColl?: undefined;
3824
4701
  EulerV2Supply?: undefined;
3825
4702
  EulerV2Withdraw?: undefined;
3826
4703
  EulerV2Borrow?: undefined;
@@ -3833,13 +4710,18 @@ declare const _default: {
3833
4710
  EtherFiUnwrap?: undefined;
3834
4711
  KingClaim?: undefined;
3835
4712
  FluidClaim?: undefined;
4713
+ FluidDexOpen?: undefined;
4714
+ FluidDexSupply?: undefined;
4715
+ FluidDexBorrow?: undefined;
4716
+ FluidDexPayback?: undefined;
4717
+ FluidDexWithdraw?: undefined;
3836
4718
  PendleTokenRedeem?: undefined;
3837
4719
  UmbrellaClaimRewards?: undefined;
3838
4720
  UmbrellaStake?: undefined;
3839
4721
  UmbrellaUnstake?: undefined;
3840
4722
  AaveV3DelegateCredit?: undefined;
3841
4723
  AaveV3RatioTrigger?: undefined;
3842
- MorphoBlueView?: undefined;
4724
+ AaveV3RatioCheck?: undefined;
3843
4725
  } | {
3844
4726
  DFSSell: string;
3845
4727
  DFSSellNoFee: string;
@@ -3847,27 +4729,19 @@ declare const _default: {
3847
4729
  UnwrapEth: string;
3848
4730
  SendToken: string;
3849
4731
  SendTokens: string;
4732
+ SendTokenAndUnwrap: string;
3850
4733
  PullToken: string;
3851
4734
  ApproveToken: string;
3852
4735
  SumInputs: string;
3853
4736
  SubInputs: string;
3854
4737
  TokenBalance: string;
3855
- ChangeProxyOwner: string;
3856
4738
  PermitToken: string;
3857
- HandleAuth: string;
3858
- ToggleSub: string;
3859
- CreateSub: string;
3860
- UpdateSub: string;
3861
4739
  MerklClaim: string;
3862
4740
  TransferNFT: string;
3863
- GasFeeTakerL2: string;
3864
- FLAaveV3: string;
3865
- FLBalancer: string;
3866
- FLUniV3: string;
4741
+ TokenizedVaultAdapter: string;
3867
4742
  FLAction: string;
3868
- FLMorphoBlue: string;
4743
+ FLAaveV3: string;
3869
4744
  AaveV3Withdraw: string;
3870
- AaveV3SwapBorrowRateMode: string;
3871
4745
  AaveV3Supply: string;
3872
4746
  AaveV3SetEMode: string;
3873
4747
  AaveV3Payback: string;
@@ -3877,38 +4751,16 @@ declare const _default: {
3877
4751
  AaveV3ATokenPayback: string;
3878
4752
  AaveV3View: string;
3879
4753
  AaveV3DelegateWithSig: string;
3880
- CompV3Allow: string;
3881
- CompV3Borrow: string;
3882
- CompV3Claim: string;
3883
- CompV3Payback: string;
3884
- CompV3Supply: string;
3885
- CompV3Transfer: string;
3886
- CompV3Withdraw: string;
3887
- MorphoBlueSupply: string;
3888
- MorphoBlueSupplyCollateral: string;
3889
- MorphoBlueWithdraw: string;
3890
- MorphoBlueWithdrawCollateral: string;
3891
- MorphoBlueBorrow: string;
3892
- MorphoBluePayback: string;
3893
- MorphoBlueSetAuth: string;
3894
- MorphoBlueSetAuthWithSig: string;
3895
- MorphoBlueView: string;
3896
- MorphoBlueReallocateLiquidity: string;
3897
- MorphoBlueClaim: string;
3898
- FluidVaultT1Open: string;
3899
- FluidVaultT1Adjust: string;
3900
- FluidVaultT1Borrow: string;
3901
- FluidVaultT1Payback: string;
3902
- FluidVaultT1Withdraw: string;
3903
- FluidVaultT1Supply: string;
3904
- FluidView: string;
3905
- TokenizedVaultAdapter: string;
3906
- SFApproveTokens: string;
4754
+ AaveV3DelegateCredit: string;
4755
+ ChangeProxyOwner?: undefined;
3907
4756
  AutomationV2Unsub?: undefined;
3908
- SendTokenAndUnwrap?: undefined;
4757
+ ToggleSub?: undefined;
4758
+ UpdateSub?: undefined;
4759
+ CreateSub?: undefined;
3909
4760
  SDaiWrap?: undefined;
3910
4761
  SDaiUnwrap?: undefined;
3911
4762
  StarknetClaim?: undefined;
4763
+ HandleAuth?: undefined;
3912
4764
  SkyStake?: undefined;
3913
4765
  SkyUnstake?: undefined;
3914
4766
  SkyClaimRewards?: undefined;
@@ -3945,6 +4797,7 @@ declare const _default: {
3945
4797
  AaveUnstake?: undefined;
3946
4798
  AaveClaimAAVE?: undefined;
3947
4799
  AaveClaimStkAave?: undefined;
4800
+ AaveV3SwapBorrowRateMode?: undefined;
3948
4801
  GhoClaimAAVE?: undefined;
3949
4802
  GhoUnstake?: undefined;
3950
4803
  GhoStake?: undefined;
@@ -3987,8 +4840,11 @@ declare const _default: {
3987
4840
  FLAaveV3CarryDebt?: undefined;
3988
4841
  FLDyDx?: undefined;
3989
4842
  FLMaker?: undefined;
4843
+ FLBalancer?: undefined;
3990
4844
  FLSpark?: undefined;
4845
+ FLUniV3?: undefined;
3991
4846
  FLGho?: undefined;
4847
+ FLMorphoBlue?: undefined;
3992
4848
  UniSupply?: undefined;
3993
4849
  UniWithdraw?: undefined;
3994
4850
  UniCollectV3?: undefined;
@@ -4066,6 +4922,13 @@ declare const _default: {
4066
4922
  CBChickenOut?: undefined;
4067
4923
  CBCreateRebondSub?: undefined;
4068
4924
  FetchBondId?: undefined;
4925
+ CompV3Allow?: undefined;
4926
+ CompV3Borrow?: undefined;
4927
+ CompV3Claim?: undefined;
4928
+ CompV3Payback?: undefined;
4929
+ CompV3Supply?: undefined;
4930
+ CompV3Transfer?: undefined;
4931
+ CompV3Withdraw?: undefined;
4069
4932
  CurveUsdBorrow?: undefined;
4070
4933
  CurveUsdCreate?: undefined;
4071
4934
  CurveUsdPayback?: undefined;
@@ -4084,7 +4947,17 @@ declare const _default: {
4084
4947
  CurveUsdSelfLiquidateWithCollTransient?: undefined;
4085
4948
  CurveUsdLevCreateTransient?: undefined;
4086
4949
  CurveUsdRepayTransient?: undefined;
4950
+ MorphoBlueSupply?: undefined;
4951
+ MorphoBlueSupplyCollateral?: undefined;
4952
+ MorphoBlueWithdraw?: undefined;
4953
+ MorphoBlueWithdrawCollateral?: undefined;
4954
+ MorphoBlueBorrow?: undefined;
4955
+ MorphoBluePayback?: undefined;
4956
+ MorphoBlueSetAuth?: undefined;
4957
+ MorphoBlueSetAuthWithSig?: undefined;
4087
4958
  MorphoTokenWrap?: undefined;
4959
+ MorphoBlueReallocateLiquidity?: undefined;
4960
+ MorphoBlueClaim?: undefined;
4088
4961
  LlamaLendCreate?: undefined;
4089
4962
  LlamaLendSupply?: undefined;
4090
4963
  LlamaLendBorrow?: undefined;
@@ -4107,6 +4980,13 @@ declare const _default: {
4107
4980
  EtherFiWrap?: undefined;
4108
4981
  EtherFiUnwrap?: undefined;
4109
4982
  KingClaim?: undefined;
4983
+ FluidVaultT1Open?: undefined;
4984
+ FluidVaultT1Adjust?: undefined;
4985
+ FluidVaultT1Borrow?: undefined;
4986
+ FluidVaultT1Payback?: undefined;
4987
+ FluidVaultT1Withdraw?: undefined;
4988
+ FluidVaultT1Supply?: undefined;
4989
+ FluidView?: undefined;
4110
4990
  FluidClaim?: undefined;
4111
4991
  FluidDexOpen?: undefined;
4112
4992
  FluidDexSupply?: undefined;
@@ -4117,9 +4997,11 @@ declare const _default: {
4117
4997
  UmbrellaClaimRewards?: undefined;
4118
4998
  UmbrellaStake?: undefined;
4119
4999
  UmbrellaUnstake?: undefined;
4120
- AaveV3DelegateCredit?: undefined;
5000
+ SFApproveTokens?: undefined;
4121
5001
  AaveV3RatioTrigger?: undefined;
5002
+ GasFeeTakerL2?: undefined;
4122
5003
  AaveV3RatioCheck?: undefined;
5004
+ MorphoBlueView?: undefined;
4123
5005
  } | {
4124
5006
  DFSSell: string;
4125
5007
  DFSSellNoFee: string;
@@ -4150,6 +5032,18 @@ declare const _default: {
4150
5032
  AaveV3View: string;
4151
5033
  AaveV3DelegateWithSig: string;
4152
5034
  AaveV3DelegateCredit: string;
5035
+ FluidVaultT1Open: string;
5036
+ FluidVaultT1Adjust: string;
5037
+ FluidVaultT1Borrow: string;
5038
+ FluidVaultT1Payback: string;
5039
+ FluidVaultT1Withdraw: string;
5040
+ FluidVaultT1Supply: string;
5041
+ FluidView: string;
5042
+ FluidDexOpen: string;
5043
+ FluidDexSupply: string;
5044
+ FluidDexBorrow: string;
5045
+ FluidDexPayback: string;
5046
+ FluidDexWithdraw: string;
4153
5047
  ChangeProxyOwner?: undefined;
4154
5048
  AutomationV2Unsub?: undefined;
4155
5049
  ToggleSub?: undefined;
@@ -4378,19 +5272,7 @@ declare const _default: {
4378
5272
  EtherFiWrap?: undefined;
4379
5273
  EtherFiUnwrap?: undefined;
4380
5274
  KingClaim?: undefined;
4381
- FluidVaultT1Open?: undefined;
4382
- FluidVaultT1Adjust?: undefined;
4383
- FluidVaultT1Borrow?: undefined;
4384
- FluidVaultT1Payback?: undefined;
4385
- FluidVaultT1Withdraw?: undefined;
4386
- FluidVaultT1Supply?: undefined;
4387
- FluidView?: undefined;
4388
5275
  FluidClaim?: undefined;
4389
- FluidDexOpen?: undefined;
4390
- FluidDexSupply?: undefined;
4391
- FluidDexBorrow?: undefined;
4392
- FluidDexPayback?: undefined;
4393
- FluidDexWithdraw?: undefined;
4394
5276
  PendleTokenRedeem?: undefined;
4395
5277
  UmbrellaClaimRewards?: undefined;
4396
5278
  UmbrellaStake?: undefined;
@@ -4692,8 +5574,288 @@ declare const _default: {
4692
5574
  PullToken: string;
4693
5575
  SumInputs: string;
4694
5576
  SubInputs: string;
4695
- ApproveToken: string;
5577
+ ApproveToken: string;
5578
+ SendTokenAndUnwrap: string;
5579
+ ToggleSub: string;
5580
+ CreateSub: string;
5581
+ TokenBalance: string;
5582
+ TokenizedVaultAdapter: string;
5583
+ ChangeProxyOwner: string;
5584
+ PermitToken: string;
5585
+ HandleAuth: string;
5586
+ MerklClaim: string;
5587
+ AaveV3ATokenPayback: string;
5588
+ AaveV3Borrow: string;
5589
+ AaveV3CollateralSwitch: string;
5590
+ AaveV3Payback: string;
5591
+ AaveV3SetEMode: string;
5592
+ AaveV3Supply: string;
5593
+ AaveV3SwapBorrowRateMode: string;
5594
+ AaveV3Withdraw: string;
5595
+ AaveV3ClaimRewards: string;
5596
+ AaveV3DelegateWithSig: string;
5597
+ AaveV3DelegateCredit: string;
5598
+ FLAaveV3NoFee: string;
5599
+ FLAaveV3: string;
5600
+ FLBalancer: string;
5601
+ FLAction: string;
5602
+ AaveV3RatioTrigger: string;
5603
+ GasFeeTakerL2: string;
5604
+ AaveV3RatioCheck: string;
5605
+ UniCollectV3: string;
5606
+ UniMintV3: string;
5607
+ UniSupplyV3: string;
5608
+ UniWithdrawV3: string;
5609
+ UniCreatePoolV3: string;
5610
+ CompV3Allow: string;
5611
+ CompV3Borrow: string;
5612
+ CompV3Claim: string;
5613
+ CompV3Payback: string;
5614
+ CompV3Supply: string;
5615
+ CompV3Transfer: string;
5616
+ CompV3Withdraw: string;
5617
+ SFApproveTokens: string;
5618
+ AutomationV2Unsub?: undefined;
5619
+ UpdateSub?: undefined;
5620
+ TransferNFT?: undefined;
5621
+ SDaiWrap?: undefined;
5622
+ SDaiUnwrap?: undefined;
5623
+ StarknetClaim?: undefined;
5624
+ SkyStake?: undefined;
5625
+ SkyUnstake?: undefined;
5626
+ SkyClaimRewards?: undefined;
5627
+ SkyStakingEngineOpen?: undefined;
5628
+ SkyStakingEngineSelectFarm?: undefined;
5629
+ SkyStakingEngineStake?: undefined;
5630
+ SkyStakingEngineUnstake?: undefined;
5631
+ SkyStakingEngineClaimRewards?: undefined;
5632
+ McdGenerate?: undefined;
5633
+ McdGive?: undefined;
5634
+ McdMerge?: undefined;
5635
+ McdOpen?: undefined;
5636
+ McdPayback?: undefined;
5637
+ McdSupply?: undefined;
5638
+ McdWithdraw?: undefined;
5639
+ McdClaim?: undefined;
5640
+ McdDsrDeposit?: undefined;
5641
+ McdDsrWithdraw?: undefined;
5642
+ McdTokenConverter?: undefined;
5643
+ ReflexerSupply?: undefined;
5644
+ ReflexerWithdraw?: undefined;
5645
+ ReflexerPayback?: undefined;
5646
+ ReflexerGenerate?: undefined;
5647
+ ReflexerOpen?: undefined;
5648
+ ReflexerWithdrawStuckFunds?: undefined;
5649
+ ReflexerNativeUniV2SaviourDeposit?: undefined;
5650
+ ReflexerNativeUniV2SaviourGetReserves?: undefined;
5651
+ ReflexerNativeUniV2SaviourWithdraw?: undefined;
5652
+ AaveBorrow?: undefined;
5653
+ AavePayback?: undefined;
5654
+ AaveSupply?: undefined;
5655
+ AaveWithdraw?: undefined;
5656
+ AaveCollateralSwitch?: undefined;
5657
+ AaveUnstake?: undefined;
5658
+ AaveClaimAAVE?: undefined;
5659
+ AaveClaimStkAave?: undefined;
5660
+ AaveV3View?: undefined;
5661
+ GhoClaimAAVE?: undefined;
5662
+ GhoUnstake?: undefined;
5663
+ GhoStake?: undefined;
5664
+ LSVWithdraw?: undefined;
5665
+ LSVBorrow?: undefined;
5666
+ LSVSupply?: undefined;
5667
+ LSVPayback?: undefined;
5668
+ LSVSell?: undefined;
5669
+ MorphoAaveV2Borrow?: undefined;
5670
+ MorphoAaveV2Payback?: undefined;
5671
+ MorphoAaveV2Supply?: undefined;
5672
+ MorphoAaveV2Withdraw?: undefined;
5673
+ MorphoClaim?: undefined;
5674
+ MorphoAaveV3Borrow?: undefined;
5675
+ MorphoAaveV3Payback?: undefined;
5676
+ MorphoAaveV3Supply?: undefined;
5677
+ MorphoAaveV3Withdraw?: undefined;
5678
+ MorphoAaveV3SetManager?: undefined;
5679
+ SparkBorrow?: undefined;
5680
+ SparkClaimRewards?: undefined;
5681
+ SparkCollateralSwitch?: undefined;
5682
+ SparkPayback?: undefined;
5683
+ SparkSetEMode?: undefined;
5684
+ SparkSpTokenPayback?: undefined;
5685
+ SparkSupply?: undefined;
5686
+ SparkSwapBorrowRateMode?: undefined;
5687
+ SparkWithdraw?: undefined;
5688
+ SparkDelegateCredit?: undefined;
5689
+ SparkDelegateWithSig?: undefined;
5690
+ SparkSPKClaim?: undefined;
5691
+ CompBorrow?: undefined;
5692
+ CompClaim?: undefined;
5693
+ CompPayback?: undefined;
5694
+ CompSupply?: undefined;
5695
+ CompWithdraw?: undefined;
5696
+ CompGetDebt?: undefined;
5697
+ CompCollateralSwitch?: undefined;
5698
+ FLAaveV2?: undefined;
5699
+ FLAaveV3CarryDebt?: undefined;
5700
+ FLDyDx?: undefined;
5701
+ FLMaker?: undefined;
5702
+ FLSpark?: undefined;
5703
+ FLUniV3?: undefined;
5704
+ FLGho?: undefined;
5705
+ FLMorphoBlue?: undefined;
5706
+ UniSupply?: undefined;
5707
+ UniWithdraw?: undefined;
5708
+ DyDxWithdraw?: undefined;
5709
+ YearnSupply?: undefined;
5710
+ YearnWithdraw?: undefined;
5711
+ LiquityClose?: undefined;
5712
+ LiquityBorrow?: undefined;
5713
+ LiquityOpen?: undefined;
5714
+ LiquityPayback?: undefined;
5715
+ LiquityWithdraw?: undefined;
5716
+ LiquitySupply?: undefined;
5717
+ LiquitySPDeposit?: undefined;
5718
+ LiquitySPWithdraw?: undefined;
5719
+ LiquityStake?: undefined;
5720
+ LiquityUnstake?: undefined;
5721
+ LiquityEthGainToTrove?: undefined;
5722
+ LiquityClaim?: undefined;
5723
+ LiquityRedeem?: undefined;
5724
+ LiquityAdjust?: undefined;
5725
+ LiquityV2CloseLegacy?: undefined;
5726
+ LiquityV2PaybackLegacy?: undefined;
5727
+ LiquityV2Open?: undefined;
5728
+ LiquityV2Close?: undefined;
5729
+ LiquityV2Supply?: undefined;
5730
+ LiquityV2Withdraw?: undefined;
5731
+ LiquityV2Borrow?: undefined;
5732
+ LiquityV2Payback?: undefined;
5733
+ LiquityV2Claim?: undefined;
5734
+ LiquityV2Adjust?: undefined;
5735
+ LiquityV2AdjustInterestRate?: undefined;
5736
+ LiquityV2SPDeposit?: undefined;
5737
+ LiquityV2SPWithdraw?: undefined;
5738
+ LiquityV2SPClaimColl?: undefined;
5739
+ LiquityV2AdjustZombieTrove?: undefined;
5740
+ BprotocolLiquitySPDeposit?: undefined;
5741
+ BprotocolLiquitySPWithdraw?: undefined;
5742
+ LidoStake?: undefined;
5743
+ LidoWrap?: undefined;
5744
+ LidoUnwrap?: undefined;
5745
+ InstPullTokens?: undefined;
5746
+ BalancerV2Supply?: undefined;
5747
+ BalancerV2Withdraw?: undefined;
5748
+ BalancerV2Claim?: undefined;
5749
+ GUniWithdraw?: undefined;
5750
+ GUniDeposit?: undefined;
5751
+ RariDeposit?: undefined;
5752
+ RariWithdraw?: undefined;
5753
+ MStableDeposit?: undefined;
5754
+ MStableWithdraw?: undefined;
5755
+ MStableClaim?: undefined;
5756
+ McdRatioCheck?: undefined;
5757
+ GasFeeTaker?: undefined;
5758
+ CurveStethPoolDeposit?: undefined;
5759
+ CurveStethPoolWithdraw?: undefined;
5760
+ CurveDeposit?: undefined;
5761
+ CurveWithdraw?: undefined;
5762
+ McdBoostComposite?: undefined;
5763
+ McdRepayComposite?: undefined;
5764
+ FLEuler?: undefined;
5765
+ TrailingStopTrigger?: undefined;
5766
+ CBRebondTrigger?: undefined;
5767
+ CBUpdateRebondSub?: undefined;
5768
+ LiquityRatioCheck?: undefined;
5769
+ ConvexDeposit?: undefined;
5770
+ ConvexWithdraw?: undefined;
5771
+ ConvexClaim?: undefined;
5772
+ CBCreate?: undefined;
5773
+ CBRedeem?: undefined;
5774
+ CBChickenIn?: undefined;
5775
+ CBChickenOut?: undefined;
5776
+ CBCreateRebondSub?: undefined;
5777
+ FetchBondId?: undefined;
5778
+ CurveUsdBorrow?: undefined;
5779
+ CurveUsdCreate?: undefined;
5780
+ CurveUsdPayback?: undefined;
5781
+ CurveUsdSupply?: undefined;
5782
+ CurveUsdAdjust?: undefined;
5783
+ CurveUsdWithdraw?: undefined;
5784
+ CurveUsdLevCreate?: undefined;
5785
+ CurveUsdRepay?: undefined;
5786
+ CurveUsdSwapper?: undefined;
5787
+ CurveUsdSwapperTransient?: undefined;
5788
+ CurveUsdSelfLiquidate?: undefined;
5789
+ CurveUsdSelfLiquidateWithColl?: undefined;
5790
+ CurveUsdGetDebt?: undefined;
5791
+ CurveUsdCollRatioTrigger?: undefined;
5792
+ CurveUsdCollRatioCheck?: undefined;
5793
+ CurveUsdSelfLiquidateWithCollTransient?: undefined;
5794
+ CurveUsdLevCreateTransient?: undefined;
5795
+ CurveUsdRepayTransient?: undefined;
5796
+ MorphoBlueSupply?: undefined;
5797
+ MorphoBlueSupplyCollateral?: undefined;
5798
+ MorphoBlueWithdraw?: undefined;
5799
+ MorphoBlueWithdrawCollateral?: undefined;
5800
+ MorphoBlueBorrow?: undefined;
5801
+ MorphoBluePayback?: undefined;
5802
+ MorphoBlueSetAuth?: undefined;
5803
+ MorphoBlueSetAuthWithSig?: undefined;
5804
+ MorphoTokenWrap?: undefined;
5805
+ MorphoBlueReallocateLiquidity?: undefined;
5806
+ MorphoBlueClaim?: undefined;
5807
+ LlamaLendCreate?: undefined;
5808
+ LlamaLendSupply?: undefined;
5809
+ LlamaLendBorrow?: undefined;
5810
+ LlamaLendWithdraw?: undefined;
5811
+ LlamaLendPayback?: undefined;
5812
+ LlamaLendSelfLiquidate?: undefined;
5813
+ LlamaLendGetDebt?: undefined;
5814
+ LlamaLendBoost?: undefined;
5815
+ LlamaLendRepay?: undefined;
5816
+ LlamaLendLevCreate?: undefined;
5817
+ LlamaLendSelfLiquidateWithColl?: undefined;
5818
+ EulerV2Supply?: undefined;
5819
+ EulerV2Withdraw?: undefined;
5820
+ EulerV2Borrow?: undefined;
5821
+ EulerV2Payback?: undefined;
5822
+ EulerV2CollateralSwitch?: undefined;
5823
+ EulerV2View?: undefined;
5824
+ RenzoStake?: undefined;
5825
+ EtherFiStake?: undefined;
5826
+ EtherFiWrap?: undefined;
5827
+ EtherFiUnwrap?: undefined;
5828
+ KingClaim?: undefined;
5829
+ FluidVaultT1Open?: undefined;
5830
+ FluidVaultT1Adjust?: undefined;
5831
+ FluidVaultT1Borrow?: undefined;
5832
+ FluidVaultT1Payback?: undefined;
5833
+ FluidVaultT1Withdraw?: undefined;
5834
+ FluidVaultT1Supply?: undefined;
5835
+ FluidView?: undefined;
5836
+ FluidClaim?: undefined;
5837
+ FluidDexOpen?: undefined;
5838
+ FluidDexSupply?: undefined;
5839
+ FluidDexBorrow?: undefined;
5840
+ FluidDexPayback?: undefined;
5841
+ FluidDexWithdraw?: undefined;
5842
+ PendleTokenRedeem?: undefined;
5843
+ UmbrellaClaimRewards?: undefined;
5844
+ UmbrellaStake?: undefined;
5845
+ UmbrellaUnstake?: undefined;
5846
+ MorphoBlueView?: undefined;
5847
+ } | {
5848
+ DFSSell: string;
5849
+ DFSSellNoFee: string;
5850
+ WrapEth: string;
5851
+ UnwrapEth: string;
5852
+ SendToken: string;
5853
+ SendTokens: string;
5854
+ PullToken: string;
5855
+ SumInputs: string;
5856
+ SubInputs: string;
4696
5857
  SendTokenAndUnwrap: string;
5858
+ ApproveToken: string;
4697
5859
  ToggleSub: string;
4698
5860
  CreateSub: string;
4699
5861
  TokenBalance: string;
@@ -4701,6 +5863,8 @@ declare const _default: {
4701
5863
  ChangeProxyOwner: string;
4702
5864
  PermitToken: string;
4703
5865
  HandleAuth: string;
5866
+ UpdateSub: string;
5867
+ TransferNFT: string;
4704
5868
  MerklClaim: string;
4705
5869
  AaveV3ATokenPayback: string;
4706
5870
  AaveV3Borrow: string;
@@ -4712,12 +5876,18 @@ declare const _default: {
4712
5876
  AaveV3Withdraw: string;
4713
5877
  AaveV3ClaimRewards: string;
4714
5878
  AaveV3DelegateWithSig: string;
4715
- AaveV3DelegateCredit: string;
5879
+ CompV3Allow: string;
5880
+ CompV3Borrow: string;
5881
+ CompV3Claim: string;
5882
+ CompV3Payback: string;
5883
+ CompV3Supply: string;
5884
+ CompV3Transfer: string;
5885
+ CompV3Withdraw: string;
4716
5886
  FLAaveV3NoFee: string;
4717
5887
  FLAaveV3: string;
4718
5888
  FLBalancer: string;
5889
+ FLUniV3: string;
4719
5890
  FLAction: string;
4720
- AaveV3RatioTrigger: string;
4721
5891
  GasFeeTakerL2: string;
4722
5892
  AaveV3RatioCheck: string;
4723
5893
  UniCollectV3: string;
@@ -4725,17 +5895,31 @@ declare const _default: {
4725
5895
  UniSupplyV3: string;
4726
5896
  UniWithdrawV3: string;
4727
5897
  UniCreatePoolV3: string;
4728
- CompV3Allow: string;
4729
- CompV3Borrow: string;
4730
- CompV3Claim: string;
4731
- CompV3Payback: string;
4732
- CompV3Supply: string;
4733
- CompV3Transfer: string;
4734
- CompV3Withdraw: string;
5898
+ LlamaLendCreate: string;
5899
+ LlamaLendSupply: string;
5900
+ LlamaLendBorrow: string;
5901
+ LlamaLendWithdraw: string;
5902
+ LlamaLendPayback: string;
5903
+ LlamaLendSelfLiquidate: string;
5904
+ LlamaLendGetDebt: string;
5905
+ LlamaLendBoost: string;
5906
+ LlamaLendRepay: string;
5907
+ LlamaLendLevCreate: string;
5908
+ LlamaLendSelfLiquidateWithColl: string;
5909
+ FluidVaultT1Open: string;
5910
+ FluidVaultT1Adjust: string;
5911
+ FluidVaultT1Borrow: string;
5912
+ FluidVaultT1Payback: string;
5913
+ FluidVaultT1Withdraw: string;
5914
+ FluidVaultT1Supply: string;
5915
+ FluidView: string;
5916
+ FluidDexOpen: string;
5917
+ FluidDexSupply: string;
5918
+ FluidDexBorrow: string;
5919
+ FluidDexPayback: string;
5920
+ FluidDexWithdraw: string;
4735
5921
  SFApproveTokens: string;
4736
5922
  AutomationV2Unsub?: undefined;
4737
- UpdateSub?: undefined;
4738
- TransferNFT?: undefined;
4739
5923
  SDaiWrap?: undefined;
4740
5924
  SDaiUnwrap?: undefined;
4741
5925
  StarknetClaim?: undefined;
@@ -4818,7 +6002,6 @@ declare const _default: {
4818
6002
  FLDyDx?: undefined;
4819
6003
  FLMaker?: undefined;
4820
6004
  FLSpark?: undefined;
4821
- FLUniV3?: undefined;
4822
6005
  FLGho?: undefined;
4823
6006
  FLMorphoBlue?: undefined;
4824
6007
  UniSupply?: undefined;
@@ -4922,17 +6105,6 @@ declare const _default: {
4922
6105
  MorphoTokenWrap?: undefined;
4923
6106
  MorphoBlueReallocateLiquidity?: undefined;
4924
6107
  MorphoBlueClaim?: undefined;
4925
- LlamaLendCreate?: undefined;
4926
- LlamaLendSupply?: undefined;
4927
- LlamaLendBorrow?: undefined;
4928
- LlamaLendWithdraw?: undefined;
4929
- LlamaLendPayback?: undefined;
4930
- LlamaLendSelfLiquidate?: undefined;
4931
- LlamaLendGetDebt?: undefined;
4932
- LlamaLendBoost?: undefined;
4933
- LlamaLendRepay?: undefined;
4934
- LlamaLendLevCreate?: undefined;
4935
- LlamaLendSelfLiquidateWithColl?: undefined;
4936
6108
  EulerV2Supply?: undefined;
4937
6109
  EulerV2Withdraw?: undefined;
4938
6110
  EulerV2Borrow?: undefined;
@@ -4944,23 +6116,13 @@ declare const _default: {
4944
6116
  EtherFiWrap?: undefined;
4945
6117
  EtherFiUnwrap?: undefined;
4946
6118
  KingClaim?: undefined;
4947
- FluidVaultT1Open?: undefined;
4948
- FluidVaultT1Adjust?: undefined;
4949
- FluidVaultT1Borrow?: undefined;
4950
- FluidVaultT1Payback?: undefined;
4951
- FluidVaultT1Withdraw?: undefined;
4952
- FluidVaultT1Supply?: undefined;
4953
- FluidView?: undefined;
4954
6119
  FluidClaim?: undefined;
4955
- FluidDexOpen?: undefined;
4956
- FluidDexSupply?: undefined;
4957
- FluidDexBorrow?: undefined;
4958
- FluidDexPayback?: undefined;
4959
- FluidDexWithdraw?: undefined;
4960
6120
  PendleTokenRedeem?: undefined;
4961
6121
  UmbrellaClaimRewards?: undefined;
4962
6122
  UmbrellaStake?: undefined;
4963
6123
  UmbrellaUnstake?: undefined;
6124
+ AaveV3DelegateCredit?: undefined;
6125
+ AaveV3RatioTrigger?: undefined;
4964
6126
  MorphoBlueView?: undefined;
4965
6127
  } | {
4966
6128
  DFSSell: string;
@@ -4970,29 +6132,34 @@ declare const _default: {
4970
6132
  SendToken: string;
4971
6133
  SendTokens: string;
4972
6134
  PullToken: string;
6135
+ ApproveToken: string;
4973
6136
  SumInputs: string;
4974
6137
  SubInputs: string;
4975
- SendTokenAndUnwrap: string;
4976
- ApproveToken: string;
4977
- ToggleSub: string;
4978
- CreateSub: string;
4979
6138
  TokenBalance: string;
4980
- TokenizedVaultAdapter: string;
4981
6139
  ChangeProxyOwner: string;
4982
6140
  PermitToken: string;
4983
6141
  HandleAuth: string;
6142
+ ToggleSub: string;
6143
+ CreateSub: string;
4984
6144
  UpdateSub: string;
4985
- TransferNFT: string;
4986
6145
  MerklClaim: string;
4987
- AaveV3ATokenPayback: string;
4988
- AaveV3Borrow: string;
4989
- AaveV3CollateralSwitch: string;
4990
- AaveV3Payback: string;
4991
- AaveV3SetEMode: string;
4992
- AaveV3Supply: string;
4993
- AaveV3SwapBorrowRateMode: string;
6146
+ TransferNFT: string;
6147
+ GasFeeTakerL2: string;
6148
+ FLAaveV3: string;
6149
+ FLBalancer: string;
6150
+ FLUniV3: string;
6151
+ FLAction: string;
6152
+ FLMorphoBlue: string;
4994
6153
  AaveV3Withdraw: string;
6154
+ AaveV3SwapBorrowRateMode: string;
6155
+ AaveV3Supply: string;
6156
+ AaveV3SetEMode: string;
6157
+ AaveV3Payback: string;
6158
+ AaveV3CollateralSwitch: string;
4995
6159
  AaveV3ClaimRewards: string;
6160
+ AaveV3Borrow: string;
6161
+ AaveV3ATokenPayback: string;
6162
+ AaveV3View: string;
4996
6163
  AaveV3DelegateWithSig: string;
4997
6164
  CompV3Allow: string;
4998
6165
  CompV3Borrow: string;
@@ -5001,29 +6168,17 @@ declare const _default: {
5001
6168
  CompV3Supply: string;
5002
6169
  CompV3Transfer: string;
5003
6170
  CompV3Withdraw: string;
5004
- FLAaveV3NoFee: string;
5005
- FLAaveV3: string;
5006
- FLBalancer: string;
5007
- FLUniV3: string;
5008
- FLAction: string;
5009
- GasFeeTakerL2: string;
5010
- AaveV3RatioCheck: string;
5011
- UniCollectV3: string;
5012
- UniMintV3: string;
5013
- UniSupplyV3: string;
5014
- UniWithdrawV3: string;
5015
- UniCreatePoolV3: string;
5016
- LlamaLendCreate: string;
5017
- LlamaLendSupply: string;
5018
- LlamaLendBorrow: string;
5019
- LlamaLendWithdraw: string;
5020
- LlamaLendPayback: string;
5021
- LlamaLendSelfLiquidate: string;
5022
- LlamaLendGetDebt: string;
5023
- LlamaLendBoost: string;
5024
- LlamaLendRepay: string;
5025
- LlamaLendLevCreate: string;
5026
- LlamaLendSelfLiquidateWithColl: string;
6171
+ MorphoBlueSupply: string;
6172
+ MorphoBlueSupplyCollateral: string;
6173
+ MorphoBlueWithdraw: string;
6174
+ MorphoBlueWithdrawCollateral: string;
6175
+ MorphoBlueBorrow: string;
6176
+ MorphoBluePayback: string;
6177
+ MorphoBlueSetAuth: string;
6178
+ MorphoBlueSetAuthWithSig: string;
6179
+ MorphoBlueView: string;
6180
+ MorphoBlueReallocateLiquidity: string;
6181
+ MorphoBlueClaim: string;
5027
6182
  FluidVaultT1Open: string;
5028
6183
  FluidVaultT1Adjust: string;
5029
6184
  FluidVaultT1Borrow: string;
@@ -5031,13 +6186,10 @@ declare const _default: {
5031
6186
  FluidVaultT1Withdraw: string;
5032
6187
  FluidVaultT1Supply: string;
5033
6188
  FluidView: string;
5034
- FluidDexOpen: string;
5035
- FluidDexSupply: string;
5036
- FluidDexBorrow: string;
5037
- FluidDexPayback: string;
5038
- FluidDexWithdraw: string;
6189
+ TokenizedVaultAdapter: string;
5039
6190
  SFApproveTokens: string;
5040
6191
  AutomationV2Unsub?: undefined;
6192
+ SendTokenAndUnwrap?: undefined;
5041
6193
  SDaiWrap?: undefined;
5042
6194
  SDaiUnwrap?: undefined;
5043
6195
  StarknetClaim?: undefined;
@@ -5077,7 +6229,6 @@ declare const _default: {
5077
6229
  AaveUnstake?: undefined;
5078
6230
  AaveClaimAAVE?: undefined;
5079
6231
  AaveClaimStkAave?: undefined;
5080
- AaveV3View?: undefined;
5081
6232
  GhoClaimAAVE?: undefined;
5082
6233
  GhoUnstake?: undefined;
5083
6234
  GhoStake?: undefined;
@@ -5116,14 +6267,19 @@ declare const _default: {
5116
6267
  CompGetDebt?: undefined;
5117
6268
  CompCollateralSwitch?: undefined;
5118
6269
  FLAaveV2?: undefined;
6270
+ FLAaveV3NoFee?: undefined;
5119
6271
  FLAaveV3CarryDebt?: undefined;
5120
6272
  FLDyDx?: undefined;
5121
6273
  FLMaker?: undefined;
5122
6274
  FLSpark?: undefined;
5123
6275
  FLGho?: undefined;
5124
- FLMorphoBlue?: undefined;
5125
6276
  UniSupply?: undefined;
5126
6277
  UniWithdraw?: undefined;
6278
+ UniCollectV3?: undefined;
6279
+ UniMintV3?: undefined;
6280
+ UniSupplyV3?: undefined;
6281
+ UniWithdrawV3?: undefined;
6282
+ UniCreatePoolV3?: undefined;
5127
6283
  DyDxWithdraw?: undefined;
5128
6284
  YearnSupply?: undefined;
5129
6285
  YearnWithdraw?: undefined;
@@ -5212,17 +6368,18 @@ declare const _default: {
5212
6368
  CurveUsdSelfLiquidateWithCollTransient?: undefined;
5213
6369
  CurveUsdLevCreateTransient?: undefined;
5214
6370
  CurveUsdRepayTransient?: undefined;
5215
- MorphoBlueSupply?: undefined;
5216
- MorphoBlueSupplyCollateral?: undefined;
5217
- MorphoBlueWithdraw?: undefined;
5218
- MorphoBlueWithdrawCollateral?: undefined;
5219
- MorphoBlueBorrow?: undefined;
5220
- MorphoBluePayback?: undefined;
5221
- MorphoBlueSetAuth?: undefined;
5222
- MorphoBlueSetAuthWithSig?: undefined;
5223
6371
  MorphoTokenWrap?: undefined;
5224
- MorphoBlueReallocateLiquidity?: undefined;
5225
- MorphoBlueClaim?: undefined;
6372
+ LlamaLendCreate?: undefined;
6373
+ LlamaLendSupply?: undefined;
6374
+ LlamaLendBorrow?: undefined;
6375
+ LlamaLendWithdraw?: undefined;
6376
+ LlamaLendPayback?: undefined;
6377
+ LlamaLendSelfLiquidate?: undefined;
6378
+ LlamaLendGetDebt?: undefined;
6379
+ LlamaLendBoost?: undefined;
6380
+ LlamaLendRepay?: undefined;
6381
+ LlamaLendLevCreate?: undefined;
6382
+ LlamaLendSelfLiquidateWithColl?: undefined;
5226
6383
  EulerV2Supply?: undefined;
5227
6384
  EulerV2Withdraw?: undefined;
5228
6385
  EulerV2Borrow?: undefined;
@@ -5235,13 +6392,18 @@ declare const _default: {
5235
6392
  EtherFiUnwrap?: undefined;
5236
6393
  KingClaim?: undefined;
5237
6394
  FluidClaim?: undefined;
6395
+ FluidDexOpen?: undefined;
6396
+ FluidDexSupply?: undefined;
6397
+ FluidDexBorrow?: undefined;
6398
+ FluidDexPayback?: undefined;
6399
+ FluidDexWithdraw?: undefined;
5238
6400
  PendleTokenRedeem?: undefined;
5239
6401
  UmbrellaClaimRewards?: undefined;
5240
6402
  UmbrellaStake?: undefined;
5241
6403
  UmbrellaUnstake?: undefined;
5242
6404
  AaveV3DelegateCredit?: undefined;
5243
6405
  AaveV3RatioTrigger?: undefined;
5244
- MorphoBlueView?: undefined;
6406
+ AaveV3RatioCheck?: undefined;
5245
6407
  } | {
5246
6408
  DFSSell: string;
5247
6409
  DFSSellNoFee: string;
@@ -5249,27 +6411,19 @@ declare const _default: {
5249
6411
  UnwrapEth: string;
5250
6412
  SendToken: string;
5251
6413
  SendTokens: string;
6414
+ SendTokenAndUnwrap: string;
5252
6415
  PullToken: string;
5253
6416
  ApproveToken: string;
5254
6417
  SumInputs: string;
5255
6418
  SubInputs: string;
5256
6419
  TokenBalance: string;
5257
- ChangeProxyOwner: string;
5258
6420
  PermitToken: string;
5259
- HandleAuth: string;
5260
- ToggleSub: string;
5261
- CreateSub: string;
5262
- UpdateSub: string;
5263
6421
  MerklClaim: string;
5264
6422
  TransferNFT: string;
5265
- GasFeeTakerL2: string;
5266
- FLAaveV3: string;
5267
- FLBalancer: string;
5268
- FLUniV3: string;
6423
+ TokenizedVaultAdapter: string;
5269
6424
  FLAction: string;
5270
- FLMorphoBlue: string;
6425
+ FLAaveV3: string;
5271
6426
  AaveV3Withdraw: string;
5272
- AaveV3SwapBorrowRateMode: string;
5273
6427
  AaveV3Supply: string;
5274
6428
  AaveV3SetEMode: string;
5275
6429
  AaveV3Payback: string;
@@ -5279,38 +6433,16 @@ declare const _default: {
5279
6433
  AaveV3ATokenPayback: string;
5280
6434
  AaveV3View: string;
5281
6435
  AaveV3DelegateWithSig: string;
5282
- CompV3Allow: string;
5283
- CompV3Borrow: string;
5284
- CompV3Claim: string;
5285
- CompV3Payback: string;
5286
- CompV3Supply: string;
5287
- CompV3Transfer: string;
5288
- CompV3Withdraw: string;
5289
- MorphoBlueSupply: string;
5290
- MorphoBlueSupplyCollateral: string;
5291
- MorphoBlueWithdraw: string;
5292
- MorphoBlueWithdrawCollateral: string;
5293
- MorphoBlueBorrow: string;
5294
- MorphoBluePayback: string;
5295
- MorphoBlueSetAuth: string;
5296
- MorphoBlueSetAuthWithSig: string;
5297
- MorphoBlueView: string;
5298
- MorphoBlueReallocateLiquidity: string;
5299
- MorphoBlueClaim: string;
5300
- FluidVaultT1Open: string;
5301
- FluidVaultT1Adjust: string;
5302
- FluidVaultT1Borrow: string;
5303
- FluidVaultT1Payback: string;
5304
- FluidVaultT1Withdraw: string;
5305
- FluidVaultT1Supply: string;
5306
- FluidView: string;
5307
- TokenizedVaultAdapter: string;
5308
- SFApproveTokens: string;
6436
+ AaveV3DelegateCredit: string;
6437
+ ChangeProxyOwner?: undefined;
5309
6438
  AutomationV2Unsub?: undefined;
5310
- SendTokenAndUnwrap?: undefined;
6439
+ ToggleSub?: undefined;
6440
+ UpdateSub?: undefined;
6441
+ CreateSub?: undefined;
5311
6442
  SDaiWrap?: undefined;
5312
6443
  SDaiUnwrap?: undefined;
5313
6444
  StarknetClaim?: undefined;
6445
+ HandleAuth?: undefined;
5314
6446
  SkyStake?: undefined;
5315
6447
  SkyUnstake?: undefined;
5316
6448
  SkyClaimRewards?: undefined;
@@ -5347,6 +6479,7 @@ declare const _default: {
5347
6479
  AaveUnstake?: undefined;
5348
6480
  AaveClaimAAVE?: undefined;
5349
6481
  AaveClaimStkAave?: undefined;
6482
+ AaveV3SwapBorrowRateMode?: undefined;
5350
6483
  GhoClaimAAVE?: undefined;
5351
6484
  GhoUnstake?: undefined;
5352
6485
  GhoStake?: undefined;
@@ -5389,8 +6522,11 @@ declare const _default: {
5389
6522
  FLAaveV3CarryDebt?: undefined;
5390
6523
  FLDyDx?: undefined;
5391
6524
  FLMaker?: undefined;
6525
+ FLBalancer?: undefined;
5392
6526
  FLSpark?: undefined;
6527
+ FLUniV3?: undefined;
5393
6528
  FLGho?: undefined;
6529
+ FLMorphoBlue?: undefined;
5394
6530
  UniSupply?: undefined;
5395
6531
  UniWithdraw?: undefined;
5396
6532
  UniCollectV3?: undefined;
@@ -5468,6 +6604,13 @@ declare const _default: {
5468
6604
  CBChickenOut?: undefined;
5469
6605
  CBCreateRebondSub?: undefined;
5470
6606
  FetchBondId?: undefined;
6607
+ CompV3Allow?: undefined;
6608
+ CompV3Borrow?: undefined;
6609
+ CompV3Claim?: undefined;
6610
+ CompV3Payback?: undefined;
6611
+ CompV3Supply?: undefined;
6612
+ CompV3Transfer?: undefined;
6613
+ CompV3Withdraw?: undefined;
5471
6614
  CurveUsdBorrow?: undefined;
5472
6615
  CurveUsdCreate?: undefined;
5473
6616
  CurveUsdPayback?: undefined;
@@ -5486,7 +6629,17 @@ declare const _default: {
5486
6629
  CurveUsdSelfLiquidateWithCollTransient?: undefined;
5487
6630
  CurveUsdLevCreateTransient?: undefined;
5488
6631
  CurveUsdRepayTransient?: undefined;
6632
+ MorphoBlueSupply?: undefined;
6633
+ MorphoBlueSupplyCollateral?: undefined;
6634
+ MorphoBlueWithdraw?: undefined;
6635
+ MorphoBlueWithdrawCollateral?: undefined;
6636
+ MorphoBlueBorrow?: undefined;
6637
+ MorphoBluePayback?: undefined;
6638
+ MorphoBlueSetAuth?: undefined;
6639
+ MorphoBlueSetAuthWithSig?: undefined;
5489
6640
  MorphoTokenWrap?: undefined;
6641
+ MorphoBlueReallocateLiquidity?: undefined;
6642
+ MorphoBlueClaim?: undefined;
5490
6643
  LlamaLendCreate?: undefined;
5491
6644
  LlamaLendSupply?: undefined;
5492
6645
  LlamaLendBorrow?: undefined;
@@ -5509,6 +6662,13 @@ declare const _default: {
5509
6662
  EtherFiWrap?: undefined;
5510
6663
  EtherFiUnwrap?: undefined;
5511
6664
  KingClaim?: undefined;
6665
+ FluidVaultT1Open?: undefined;
6666
+ FluidVaultT1Adjust?: undefined;
6667
+ FluidVaultT1Borrow?: undefined;
6668
+ FluidVaultT1Payback?: undefined;
6669
+ FluidVaultT1Withdraw?: undefined;
6670
+ FluidVaultT1Supply?: undefined;
6671
+ FluidView?: undefined;
5512
6672
  FluidClaim?: undefined;
5513
6673
  FluidDexOpen?: undefined;
5514
6674
  FluidDexSupply?: undefined;
@@ -5519,9 +6679,11 @@ declare const _default: {
5519
6679
  UmbrellaClaimRewards?: undefined;
5520
6680
  UmbrellaStake?: undefined;
5521
6681
  UmbrellaUnstake?: undefined;
5522
- AaveV3DelegateCredit?: undefined;
6682
+ SFApproveTokens?: undefined;
5523
6683
  AaveV3RatioTrigger?: undefined;
6684
+ GasFeeTakerL2?: undefined;
5524
6685
  AaveV3RatioCheck?: undefined;
6686
+ MorphoBlueView?: undefined;
5525
6687
  } | {
5526
6688
  DFSSell: string;
5527
6689
  DFSSellNoFee: string;
@@ -5552,6 +6714,18 @@ declare const _default: {
5552
6714
  AaveV3View: string;
5553
6715
  AaveV3DelegateWithSig: string;
5554
6716
  AaveV3DelegateCredit: string;
6717
+ FluidVaultT1Open: string;
6718
+ FluidVaultT1Adjust: string;
6719
+ FluidVaultT1Borrow: string;
6720
+ FluidVaultT1Payback: string;
6721
+ FluidVaultT1Withdraw: string;
6722
+ FluidVaultT1Supply: string;
6723
+ FluidView: string;
6724
+ FluidDexOpen: string;
6725
+ FluidDexSupply: string;
6726
+ FluidDexBorrow: string;
6727
+ FluidDexPayback: string;
6728
+ FluidDexWithdraw: string;
5555
6729
  ChangeProxyOwner?: undefined;
5556
6730
  AutomationV2Unsub?: undefined;
5557
6731
  ToggleSub?: undefined;
@@ -5780,19 +6954,7 @@ declare const _default: {
5780
6954
  EtherFiWrap?: undefined;
5781
6955
  EtherFiUnwrap?: undefined;
5782
6956
  KingClaim?: undefined;
5783
- FluidVaultT1Open?: undefined;
5784
- FluidVaultT1Adjust?: undefined;
5785
- FluidVaultT1Borrow?: undefined;
5786
- FluidVaultT1Payback?: undefined;
5787
- FluidVaultT1Withdraw?: undefined;
5788
- FluidVaultT1Supply?: undefined;
5789
- FluidView?: undefined;
5790
6957
  FluidClaim?: undefined;
5791
- FluidDexOpen?: undefined;
5792
- FluidDexSupply?: undefined;
5793
- FluidDexBorrow?: undefined;
5794
- FluidDexPayback?: undefined;
5795
- FluidDexWithdraw?: undefined;
5796
6958
  PendleTokenRedeem?: undefined;
5797
6959
  UmbrellaClaimRewards?: undefined;
5798
6960
  UmbrellaStake?: undefined;
@@ -5888,6 +7050,27 @@ declare const _default: {
5888
7050
  GHO?: undefined;
5889
7051
  LUSD?: undefined;
5890
7052
  BLUSD?: undefined;
7053
+ } | {
7054
+ RecipeExecutor: string;
7055
+ DFSRegistry: string;
7056
+ AdminVault: string;
7057
+ DefisaverLogger: string;
7058
+ Empty: string;
7059
+ DFSProxyRegistry?: undefined;
7060
+ ProxyRegistry?: undefined;
7061
+ McdCdpManager?: undefined;
7062
+ BCdpManager?: undefined;
7063
+ AaveDefaultMarket?: undefined;
7064
+ UniswapV3PositionManager?: undefined;
7065
+ RaiWethUniV2LPToken?: undefined;
7066
+ BalancerToken?: undefined;
7067
+ CrvToken?: undefined;
7068
+ CvxToken?: undefined;
7069
+ DAI?: undefined;
7070
+ GHO?: undefined;
7071
+ LUSD?: undefined;
7072
+ BLUSD?: undefined;
7073
+ DSGuardFactory?: undefined;
5891
7074
  };
5892
7075
  otherAddressesAllChains: {
5893
7076
  [x: number]: {
@@ -5974,6 +7157,27 @@ declare const _default: {
5974
7157
  GHO?: undefined;
5975
7158
  LUSD?: undefined;
5976
7159
  BLUSD?: undefined;
7160
+ } | {
7161
+ RecipeExecutor: string;
7162
+ DFSRegistry: string;
7163
+ AdminVault: string;
7164
+ DefisaverLogger: string;
7165
+ Empty: string;
7166
+ DFSProxyRegistry?: undefined;
7167
+ ProxyRegistry?: undefined;
7168
+ McdCdpManager?: undefined;
7169
+ BCdpManager?: undefined;
7170
+ AaveDefaultMarket?: undefined;
7171
+ UniswapV3PositionManager?: undefined;
7172
+ RaiWethUniV2LPToken?: undefined;
7173
+ BalancerToken?: undefined;
7174
+ CrvToken?: undefined;
7175
+ CvxToken?: undefined;
7176
+ DAI?: undefined;
7177
+ GHO?: undefined;
7178
+ LUSD?: undefined;
7179
+ BLUSD?: undefined;
7180
+ DSGuardFactory?: undefined;
5977
7181
  };
5978
7182
  };
5979
7183
  getAddr: (name: string, chainId?: number) => string;