Skip to content

Commit

Permalink
Merge pull request #2163 from rsksmart/add-bootstrap-nodes
Browse files Browse the repository at this point in the history
Add new bootstrap-only nodes to testnet configuration file
  • Loading branch information
Vovchyk authored Nov 15, 2023
2 parents a424e49 + 572fe1a commit 52e52db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rskj-core/src/main/resources/config/testnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

Expand Down

0 comments on commit 52e52db

Please sign in to comment.