From cba52a03ae11aee560c5c7bf9e417065d3a9cd65 Mon Sep 17 00:00:00 2001 From: Adrien Husson Date: Mon, 23 Sep 2024 16:48:50 +0200 Subject: [PATCH] fix: asset description in morphoSupplyCollateral natspec --- src/MorphoBundler.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MorphoBundler.sol b/src/MorphoBundler.sol index c223e7ee..cb78e766 100644 --- a/src/MorphoBundler.sol +++ b/src/MorphoBundler.sol @@ -110,7 +110,7 @@ abstract contract MorphoBundler is BaseBundler, IMorphoBundler { /// @notice Supplies `assets` of collateral on behalf of `onBehalf`. /// @dev Initiator must have previously transferred their assets to the bundler. /// @param marketParams The Morpho market to supply collateral to. - /// @param assets The amount of collateral to supply. Pass `type(uint256).max` to supply the bundler's loan asset + /// @param assets The amount of collateral to supply. Pass `type(uint256).max` to supply the bundler's collateral /// balance. /// @param onBehalf The address that will own the increased collateral position. /// @param data Arbitrary data to pass to the `onMorphoSupplyCollateral` callback. Pass empty data if not needed.