Skip to content

Commit

Permalink
prepare for restaker upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jtfirek committed Nov 19, 2024
1 parent d460d03 commit 6959be5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Liquifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6959be5

Please sign in to comment.