Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update bootstrap address
Browse files Browse the repository at this point in the history
  • Loading branch information
tuommaki committed Jan 22, 2024
1 parent c42051b commit 653da99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub struct Config {
long,
long_help = "",
env = "GEVULOT_P2P_DISCOVERY_ADDR",
default_value = "bootstrap.p2p.devnet.gevulot.com"
default_value = "34.88.251.176:9999"
)]
pub p2p_discovery_addrs: Vec<String>,

Expand Down

0 comments on commit 653da99

Please sign in to comment.