Skip to content

Commit

Permalink
Default to testnet11
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 20, 2024
1 parent bcd7ef2 commit bcb5b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sage-config/src/network_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Default for NetworkConfig {
}

fn default_network_id() -> String {
"mainnet".to_string()
"testnet11".to_string()
}

fn default_target_peers() -> u32 {
Expand Down

0 comments on commit bcb5b38

Please sign in to comment.