From b63dd53a5310ed4fdf5990b598cfb258daddc3e6 Mon Sep 17 00:00:00 2001 From: Nicholas Addison Date: Thu, 10 Oct 2024 11:11:10 +1100 Subject: [PATCH] Updated Natspec --- src/contracts/AbstractARM.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/AbstractARM.sol b/src/contracts/AbstractARM.sol index 21c7a3b..b042fa6 100644 --- a/src/contracts/AbstractARM.sol +++ b/src/contracts/AbstractARM.sol @@ -103,7 +103,7 @@ abstract contract AbstractARM is OwnableOperable, ERC20Upgradeable { address public feeCollector; /// @notice The address of the CapManager contract used to manage the ARM's liquidity provider and total assets caps address public capManager; - + /// @notice The address of the Zapper contract that converts ETH to WETH before ARM deposits address public zap; uint256[41] private _gap;