From 826dd062a75a4dfb1074b32b8dcf8610fcce2770 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Tue, 28 May 2024 11:54:06 +0800 Subject: [PATCH] update boot nodes --- run/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/config.toml b/run/config.toml index 9612cce..d2a5d5b 100644 --- a/run/config.toml +++ b/run/config.toml @@ -31,7 +31,7 @@ # network_target_peers = 50 # List of nodes to initially connect to -network_boot_nodes = ["/ip4/54.219.26.22/udp/1234/p2p/16Uiu2HAmPxGNWu9eVAQPJww79J32pTJLKGcpjRMb4Qb8xxKkyuG1","/ip4/52.52.127.117/udp/1234/p2p/16Uiu2HAm93Hd5azfhkGBbkx1zero3nYHvfjQYM2NtiW4R3r5bE2g"] +network_boot_nodes = ["/ip4/54.219.26.22/udp/1234/p2p/16Uiu2HAmTVDGNhkHD98zDnJxQWu3i1FL1aFYeh9wiQTNu4pDCgps","/ip4/52.52.127.117/udp/1234/p2p/16Uiu2HAkzRjxK2gorngB1Xq84qDrT4hSVznYDHj6BkbaE4SGx9oS"] # List of libp2p nodes to initially connect to. # network_libp2p_nodes = []