Skip to content

Commit

Permalink
fix(launchpad): change default network to arbitrum one
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Feb 10, 2025
1 parent 956197e commit c8080c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-launchpad/src/node_mgmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ async fn scale_down_nodes(config: &NodeConfig, count: u16) {
config.data_dir_path.clone(),
true,
None,
Some(EvmNetwork::ArbitrumSepolia),
Some(EvmNetwork::default()),
config.home_network,
None,
None,
Expand Down Expand Up @@ -492,7 +492,7 @@ async fn add_nodes(
config.data_dir_path.clone(),
true,
None,
Some(EvmNetwork::ArbitrumSepolia),
Some(EvmNetwork::default()),
config.home_network,
None,
None,
Expand Down

0 comments on commit c8080c3

Please sign in to comment.