Skip to content

Commit

Permalink
Disable initializer in LidoARM's constructor (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 authored Dec 9, 2024
1 parent 60079b4 commit a3526b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/LidoARM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ contract LidoARM is Initializable, AbstractARM {
steth = IERC20(_steth);
weth = IWETH(_weth);
lidoWithdrawalQueue = IStETHWithdrawal(_lidoWithdrawalQueue);

_disableInitializers();
}

/// @notice Initialize the storage variables stored in the proxy contract.
Expand Down

0 comments on commit a3526b0

Please sign in to comment.