Skip to content

Commit 14add19

Browse files
Add comment explaining the url used as default is the mainnet one
1 parent c5baa2f commit 14add19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/cli/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ 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
626628
Network::Holesky => "https://holesky.explorer.alignedlayer.com/batches/0x",
627629
_ => "https://explorer.alignedlayer.com/batches/0x",
628630
};

0 commit comments

Comments
 (0)