Skip to content

Commit

Permalink
Updated Natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Oct 10, 2024
1 parent 13d1a69 commit b63dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/AbstractARM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b63dd53

Please sign in to comment.