feat: update mainnet bootnodes (#7279)

Fixes #7266


  Updates mainnet bootnodes and added 2 new Teku bootnodes
This commit is contained in:
Varun Doshi
2025-04-17 15:01:23 +05:30
committed by GitHub
parent c32569ab83
commit 410af7c5f5
2 changed files with 35 additions and 21 deletions

View File

@@ -1274,7 +1274,7 @@ fn default_backfill_rate_limiting_flag() {
}
#[test]
fn default_boot_nodes() {
let number_of_boot_nodes = 15;
let number_of_boot_nodes = 17;
CommandLineTest::new()
.run_with_zero_port()