Skip to content

Commit 57862c4

Browse files
authored
params: remove unresponsive bootnodes
1 parent 10f1ea7 commit 57862c4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

params/bootnodes.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ var MainnetBootnodes = []string{
2424
// Ethereum Foundation Go Bootnodes
2525
"enode://d860a01f9722d78051619d1e2351aba3f43f943f6f00718d1b9baa4101932a1f5011f16bb2b1bb35db20d6fe28fa0bf09636d26a87d31de9ec6203eeedb1f666@18.138.108.67:30303", // bootnode-aws-ap-southeast-1-001
2626
"enode://22a8232c3abc76a16ae9d6c3b164f98775fe226f0917b0ca871128a74a8e9630b458460865bab457221f1d448dd9791d24c4e5d88786180ac185df813a68d4de@3.209.45.79:30303", // bootnode-aws-us-east-1-001
27-
"enode://2b252ab6a1d0f971d9722cb839a42cb81db019ba44c08754628ab4a823487071b5695317c8ccd085219c3a03af063495b2f1da8d18218da2d6a82981b45e6ffc@65.108.70.101:30303", // bootnode-hetzner-hel
2827
}
2928

3029
// HoleskyBootnodes are the enode URLs of the P2P bootstrap nodes running on the
3130
// Holesky test network.
3231
var HoleskyBootnodes = []string{
3332
// EF DevOps
34-
"enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303",
35-
"enode://a3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072@178.128.136.233:30303",
3633
}
3734

3835
// SepoliaBootnodes are the enode URLs of the P2P bootstrap nodes running on the

0 commit comments

Comments
 (0)