Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jun 6, 2024
1 parent 4a02ae5 commit d3be1f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/test-cluster/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,8 @@ impl TestClusterBuilder {
wallet_conf.envs.push(SuiEnv {
alias: "localnet".to_string(),
rpc: fullnode_handle.rpc_url.clone(),
ws: Some(fullnode_handle.ws_url.clone()),
// ws: Some(fullnode_handle.ws_url.clone()),
ws: None,
basic_auth: None,
});
wallet_conf.active_env = Some("localnet".to_string());
Expand Down

0 comments on commit d3be1f3

Please sign in to comment.