@@ -90,20 +90,20 @@ contract ContractAddresses {
90
90
DEPOSIT_2_ADDRESS: 0x4242424242424242424242424242424242424242
91
91
}),
92
92
eigenlayer: EigenlayerAddresses ({
93
- EIGENPOD_MANAGER_ADDRESS: placeholderAddress , // Placeholder address, replaced with address(1) for holesky
94
- DELEGATION_MANAGER_ADDRESS: placeholderAddress , // Placeholder address, replaced with address(1) for holesky
93
+ EIGENPOD_MANAGER_ADDRESS: 0x30770d7E3e71112d7A6b7259542D1f680a70e315 , // Placeholder address, replaced with address(1) for holesky
94
+ DELEGATION_MANAGER_ADDRESS: 0xA44151489861Fe9e3055d95adC98FbD462B948e7 , // Placeholder address, replaced with address(1) for holesky
95
95
DELEGATION_PAUSER_ADDRESS: placeholderAddress, // Placeholder address, replaced with address(1) for holesky
96
- STRATEGY_MANAGER_ADDRESS: placeholderAddress , // Placeholder address, replaced with address(1) for holesky
97
- DELAYED_WITHDRAWAL_ROUTER_ADDRESS: placeholderAddress // Placeholder address, replaced with address(1) for holesky
96
+ STRATEGY_MANAGER_ADDRESS: 0xdfB5f6CE42aAA7830E94ECFCcAd411beF4d4D5b6 , // Placeholder address, replaced with address(1) for holesky
97
+ DELAYED_WITHDRAWAL_ROUTER_ADDRESS: 0x642c646053eaf2254f088e9019ACD73d9AE0FA32 // Placeholder address, replaced with address(1) for holesky
98
98
}),
99
99
lsd: LSDAddresses ({
100
100
SFRXETH_ADDRESS: placeholderAddress, // Placeholder address, replaced with address(1) for holesky
101
101
RETH_ADDRESS: 0x7322c24752f79c05FFD1E2a6FCB97020C1C264F1 , // source: https://docs.rocketpool.net/guides/staking/via-rp
102
102
STETH_ADDRESS: 0x3F1c547b21f65e10480dE3ad8E19fAAC46C95034 , // source: https://docs.lido.fi/deployed-contracts/holesky/
103
103
RETH_FEED_ADDRESS: 0xe1e444A5Df450E7640323a21073bF01E0af054fA , // Self-created aggregator
104
104
STETH_FEED_ADDRESS: 0xe1e444A5Df450E7640323a21073bF01E0af054fA , // Self-created aggregator
105
- RETH_STRATEGY_ADDRESS: placeholderAddress , // Placeholder address, replaced with address(1) for holesky
106
- STETH_STRATEGY_ADDRESS: placeholderAddress // Placeholder address, replaced with address(1) for holesky
105
+ RETH_STRATEGY_ADDRESS: 0x3A8fBdf9e77DFc25d09741f51d3E181b25d0c4E0 , // Placeholder address, replaced with address(1) for holesky
106
+ STETH_STRATEGY_ADDRESS: 0x7D704507b76571a51d9caE8AdDAbBFd0ba0e63d3 // Placeholder address, replaced with address(1) for holesky
107
107
})
108
108
});
109
109
}
0 commit comments