Removed old Teku mainnet bootnode ENRs (#4786)

## Issue Addressed

N/A

## Proposed Changes

Removing the two Teku mainnet bootnodes that are being sunset.

## Additional Info

We are leaving only these two bootnodes: https://github.com/eth-clients/eth2-networks/blob/master/shared/mainnet/bootstrap_nodes.txt#L10-L11
This commit is contained in:
Lucas Saldanha
2023-10-03 23:59:34 +00:00
parent f11884ccdb
commit f7daf82430
2 changed files with 1 additions and 3 deletions

View File

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