Move yield from L1 to L2
Withdraw yield from the Distributor
function withdrawYield(
uint256 rewardPoolIndex_,
address depositPoolAddress_
) external;Swap deposit tokens to wstETH
function swapExactInputMultihop(
address[] calldata tokens_,
uint24[] calldata poolsFee_,
uint256 amountIn_,
uint256 amountOutMinimum_,
uint256 deadline_
) external onlyOwner returns (uint256) Send wstETH to L2
Last updated
Was this helpful?