We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5baa2f commit 14add19Copy full SHA for 14add19
crates/cli/src/main.rs
@@ -623,6 +623,8 @@ async fn main() -> Result<(), AlignedError> {
623
624
for batch_merkle_root in unique_batch_merkle_roots {
625
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
628
Network::Holesky => "https://holesky.explorer.alignedlayer.com/batches/0x",
629
_ => "https://explorer.alignedlayer.com/batches/0x",
630
};
0 commit comments