diff --git a/src/Liquifier.sol b/src/Liquifier.sol index 5187b351..af562cb1 100644 --- a/src/Liquifier.sol +++ b/src/Liquifier.sol @@ -150,6 +150,10 @@ contract Liquifier is Initializable, UUPSUpgradeable, OwnableUpgradeable, Pausab rateLimiter = BucketRateLimiter(_rateLimiter); } + function initializeOnRestakerUpgrade(address _etherFiRestakeManager) external onlyOwner { + etherFiRestakeManager = _etherFiRestakeManager; + } + /// Deposit Liquid Staking Token such as stETH and Mint eETH /// @param _token The address of the token to deposit /// @param _amount The amount of the token to deposit