File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -217,10 +217,12 @@ sol! {
217217 "src/abi/LidoNORegistry.json"
218218}
219219
220+ // Fetching Lido Curated Module
220221fn lido_registry_address ( chain : Chain ) -> eyre:: Result < Address > {
221222 match chain {
222223 Chain :: Mainnet => Ok ( address ! ( "55032650b14df07b85bF18A3a3eC8E0Af2e028d5" ) ) ,
223224 Chain :: Holesky => Ok ( address ! ( "595F64Ddc3856a3b5Ff4f4CC1d1fb4B46cFd2bAC" ) ) ,
225+ Chain :: Hoodi => Ok ( address ! ( "5cDbE1590c083b5A2A64427fAA63A7cfDB91FbB5" ) ) ,
224226 Chain :: Sepolia => Ok ( address ! ( "33d6E15047E8644F8DDf5CD05d202dfE587DA6E3" ) ) ,
225227 _ => bail ! ( "Lido registry not supported for chain: {chain:?}" ) ,
226228 }
@@ -290,6 +292,7 @@ async fn fetch_ssv_pubkeys(
290292 let chain_name = match chain {
291293 Chain :: Mainnet => "mainnet" ,
292294 Chain :: Holesky => "holesky" ,
295+ Chain :: Hoodi => "hoodi" ,
293296 _ => bail ! ( "SSV network is not supported for chain: {chain:?}" ) ,
294297 } ;
295298
You can’t perform that action at this time.
0 commit comments