Skip to content

Commit

Permalink
feat: revise default relayer url (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx authored Sep 18, 2024
1 parent 05f69c0 commit e2df58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/meroctl/src/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use dirs::home_dir;
use url::Url;

pub const DEFAULT_CALIMERO_HOME: &str = ".calimero";
pub const DEFAULT_RELAYER_URL: &str = "https://relayer.calimero.org";
pub const DEFAULT_RELAYER_URL: &str = "http://3.125.79.112:63529";

pub fn default_node_dir() -> Utf8PathBuf {
if let Some(home) = home_dir() {
Expand Down

0 comments on commit e2df58b

Please sign in to comment.