File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -623,10 +623,12 @@ async fn main() -> Result<(), AlignedError> {
623623
624624 for batch_merkle_root in unique_batch_merkle_roots {
625625 let base_url = match submit_args. network . clone ( ) . into ( ) {
626- // Note: in case the explorer address changes for other networks, we should add an arm to this
627- // match with that network since the default URL used here is the mainnet one
628626 Network :: Holesky => "https://holesky.explorer.alignedlayer.com/batches/0x" ,
629- _ => "https://explorer.alignedlayer.com/batches/0x" ,
627+ Network :: HoleskyStage => "https://holesky.explorer.alignedlayer.com/batches/0x" ,
628+ Network :: Mainnet => "https://explorer.alignedlayer.com/batches/0x" ,
629+ Network :: MainnetStage => "https://explorer.alignedlayer.com/batches/0x" ,
630+ Network :: Devnet => "http://localhost:4000/batches/0x" ,
631+ _ => "http://localhost:4000/batches/0x" ,
630632 } ;
631633
632634 info ! (
You can’t perform that action at this time.
0 commit comments