From 34f8cb020c87048530e7852a39a75c4547198407 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Thu, 29 Jan 2026 21:48:06 +0300 Subject: [PATCH] Update known_addresses in config-example.toml To replace the outdated IP addresses with fresh ones for Testnet. Signed-off-by: Muhammet Kara --- resources/testnet/config-example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/testnet/config-example.toml b/resources/testnet/config-example.toml index f4f5f3e84f..d7a5c4b50b 100644 --- a/resources/testnet/config-example.toml +++ b/resources/testnet/config-example.toml @@ -207,7 +207,7 @@ bind_address = '0.0.0.0:35000' # # Multiple addresses can be given and the node will attempt to connect to each, requiring at least # one connection. -known_addresses = ['135.148.34.2:35000','135.148.34.29:35000','51.91.83.147:35000','51.75.241.109:35000'] +known_addresses = ['135.148.34.2:35000','135.148.34.29:35000','188.165.231.104:35000','49.12.126.24:35000'] # Minimum number of fully-connected peers to consider network component initialized. min_peers_for_initialization = 3