Skip to content

Commit

Permalink
fix(launchpad): use arbitrum sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzi committed Oct 21, 2024
1 parent 66cbf21 commit c4796c1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions sn_node_manager/src/cmd/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,15 +715,7 @@ pub async fn maintain_n_running_nodes(
enable_metrics_server,
env_variables.clone(),
// FIXME: Hardcoding for demo. Should be fixed!!
Some(EvmNetwork::Custom(CustomNetwork {
rpc_url_http: "http://165.227.234.109:4343/".parse()?,
payment_token_address: RewardsAddress::from_str(
"0x5FbDB2315678afecb367f032d93F642f64180aa3",
)?,
data_payments_address: RewardsAddress::from_str(
"0x8464135c8F25Da09e49BC8782676a84730C318bC",
)?,
})),
Some(EvmNetwork::ArbitrumSepolia),
home_network,
local,
log_dir_path.clone(),
Expand Down

0 comments on commit c4796c1

Please sign in to comment.