mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user