Skip to content

Commit

Permalink
port fix (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacholme7 authored Feb 27, 2025
1 parent 8d2ae13 commit 600faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/client/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use tracing::{error, warn};

pub const DEFAULT_BEACON_NODE: &str = "http://localhost:5052/";
pub const DEFAULT_EXECUTION_NODE: &str = "http://localhost:8545/";
pub const DEFAULT_EXECUTION_NODE_WS: &str = "ws://localhost:8545/";
pub const DEFAULT_EXECUTION_NODE_WS: &str = "ws://localhost:8546/";
/// The default Data directory, relative to the users home directory
pub const DEFAULT_ROOT_DIR: &str = ".anchor";
/// Default network, used to partition the data storage
Expand Down

0 comments on commit 600faca

Please sign in to comment.