File tree Expand file tree Collapse file tree
script/operations/steth-management Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ interface ILidoWithdrawalQueue {
1919}
2020
2121// Full withdrawal:
22- // FULL_WITHDRAWAL=true forge script script/operations/steth-claim-withdrawals /AutomateStEthWithdrawals.s.sol --fork-url $MAINNET_RPC_URL -vvvv
22+ // FULL_WITHDRAWAL=true forge script script/operations/steth-management /AutomateStEthWithdrawals.s.sol --fork-url $MAINNET_RPC_URL -vvvv
2323//
2424// Partial withdrawal (amount in ether):
25- // AMOUNT=100 forge script script/operations/steth-claim-withdrawals /AutomateStEthWithdrawals.s.sol --fork-url $MAINNET_RPC_URL -vvvv
25+ // AMOUNT=100 forge script script/operations/steth-management /AutomateStEthWithdrawals.s.sol --fork-url $MAINNET_RPC_URL -vvvv
2626
2727contract AutomateStEthWithdrawals is Script , Deployed {
2828
You can’t perform that action at this time.
0 commit comments