From f8bfa8c103789138c1f3049e67c7255cada78981 Mon Sep 17 00:00:00 2001 From: Yash Patil Date: Sun, 13 Oct 2024 19:32:54 -0700 Subject: [PATCH] fix: from scratch deploy --- script/deploy/local/Deploy_From_Scratch.s.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/deploy/local/Deploy_From_Scratch.s.sol b/script/deploy/local/Deploy_From_Scratch.s.sol index 5cac52742..4ec9c16d4 100644 --- a/script/deploy/local/Deploy_From_Scratch.s.sol +++ b/script/deploy/local/Deploy_From_Scratch.s.sol @@ -349,9 +349,6 @@ contract DeployFromScratch is Script, Test { ); } - eigenLayerProxyAdmin.transferOwnership(executorMultisig); - eigenPodBeacon.transferOwnership(executorMultisig); - // STOP RECORDING TRANSACTIONS FOR DEPLOYMENT vm.stopBroadcast();