@@ -124,6 +124,7 @@ defmodule ExplorerWeb.Helpers do
124124 "holesky" -> "https://holesky.eigenlayer.xyz"
125125 "mainnet" -> "https://app.eigenlayer.xyz"
126126 "sepolia" -> "https://sepolia.eigenlayer.xyz"
127+ "hoodi" -> "https://hoodi.eigenlayer.xyz"
127128 _ -> "http://localhost:4000"
128129 end
129130 end
@@ -136,6 +137,7 @@ defmodule ExplorerWeb.Helpers do
136137 { "Mainnet" , "https://explorer.alignedlayer.com" } ,
137138 { "Holesky" , "https://holesky.explorer.alignedlayer.com" } ,
138139 { "Sepolia" , "https://sepolia.explorer.alignedlayer.com" } ,
140+ { "Hoodi" , "https://hoodi.explorer.alignedlayer.com" } ,
139141 { "Stage" , "https://stage.explorer.alignedlayer.com" } ,
140142 { "Devnet" , "http://localhost:4000/" }
141143 ]
@@ -146,6 +148,7 @@ defmodule ExplorerWeb.Helpers do
146148 "explorer.alignedlayer.com" -> "Mainnet"
147149 "holesky.explorer.alignedlayer.com" -> "Holesky"
148150 "sepolia.explorer.alignedlayer.com" -> "Sepolia"
151+ "hoodi.explorer.alignedlayer.com" -> "Hoodi"
149152 "stage.explorer.alignedlayer.com" -> "Stage"
150153 _ -> "Devnet"
151154 end
@@ -164,6 +167,7 @@ defmodule ExplorerWeb.Helpers do
164167 "mainnet" -> "https://etherscan.io"
165168 "holesky" -> "https://holesky.etherscan.io"
166169 "sepolia" -> "https://sepolia.etherscan.io"
170+ "hoodi" -> "https://hoodi.etherscan.io"
167171 _ -> "http://localhost:4000"
168172 end
169173 end
@@ -181,6 +185,7 @@ defmodule ExplorerWeb.Helpers do
181185 "mainnet" -> "https://blobscan.com/"
182186 "holesky" -> "https://holesky.blobscan.com/"
183187 "sepolia" -> "https://sepolia.blobscan.com/"
188+ "hoodi" -> "https://hoodi.blobscan.com/"
184189 _ -> "http://localhost:4000"
185190 end
186191 end
0 commit comments