From 8f2b30eb37a3636378a3f7e8a6dd6429d4838f27 Mon Sep 17 00:00:00 2001
From: Justin Brower <jbrower95@gmail.com>
Date: Thu, 19 Dec 2024 13:32:20 -0500
Subject: [PATCH] save

---
 cli/commands/completeAllWithdrawals.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cli/commands/completeAllWithdrawals.go b/cli/commands/completeAllWithdrawals.go
index 9399f0d..abf58e9 100644
--- a/cli/commands/completeAllWithdrawals.go
+++ b/cli/commands/completeAllWithdrawals.go
@@ -26,9 +26,8 @@ type TCompleteWithdrawalArgs struct {
 
 func DelegationManager(chainId *big.Int) common.Address {
 	data := map[uint64]string{
-		// TODO(zeus) - make this runnable via zeus.
 		1:     "0x39053D51B77DC0d36036Fc1fCc8Cb819df8Ef37A", // mainnet
-		17000: "0x75dfE5B44C2E530568001400D3f704bC8AE350CC", // holesky preprod
+		17000: "0xA44151489861Fe9e3055d95adC98FbD462B948e7", // holesky testnet
 	}
 	contract, ok := data[chainId.Uint64()]
 	if !ok {