From 572fe1a217395deece05e38e14e5d9b03424f38c Mon Sep 17 00:00:00 2001 From: Reynold Morel Date: Thu, 2 Nov 2023 11:12:06 -0400 Subject: [PATCH] Add new bootstrap-only nodes to testnet configuration file --- rskj-core/src/main/resources/config/testnet.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rskj-core/src/main/resources/config/testnet.conf b/rskj-core/src/main/resources/config/testnet.conf index 37085c7eef9..3e0d1952a8b 100644 --- a/rskj-core/src/main/resources/config/testnet.conf +++ b/rskj-core/src/main/resources/config/testnet.conf @@ -41,7 +41,9 @@ peer { "bootstrap03.testnet.rsk.co:50505", "bootstrap04.testnet.rsk.co:50505", "bootstrap05.testnet.rsk.co:50505", - "bootstrap06.testnet.rsk.co:50505" + "bootstrap06.testnet.rsk.co:50505", + "bootstrap07.testnet.rsk.co:50505", + "bootstrap08.testnet.rsk.co:50505" ] }