From bcb5b3835978a0af98c949187a425c4a404609e3 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Fri, 20 Sep 2024 19:09:12 -0400 Subject: [PATCH] Default to testnet11 --- crates/sage-config/src/network_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sage-config/src/network_config.rs b/crates/sage-config/src/network_config.rs index 28be8127..3e53163a 100644 --- a/crates/sage-config/src/network_config.rs +++ b/crates/sage-config/src/network_config.rs @@ -24,7 +24,7 @@ impl Default for NetworkConfig { } fn default_network_id() -> String { - "mainnet".to_string() + "testnet11".to_string() } fn default_target_peers() -> u32 {