From 7b5653bb2588e95a82289c57239c9b8aecae8d12 Mon Sep 17 00:00:00 2001 From: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Mon, 27 May 2024 19:34:01 +0200 Subject: [PATCH] Enable DNS p2p discovery on holesky (#10507) Cherry pick PR #10460 into the release branch Co-authored-by: Willian Mitsuda --- params/bootnodes.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/params/bootnodes.go b/params/bootnodes.go index 94d35e08c74..20132b92bbe 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -151,6 +151,8 @@ func KnownDNSNetwork(genesis libcommon.Hash, protocol string) string { net = "goerli" case SepoliaGenesisHash: net = "sepolia" + case HoleskyGenesisHash: + net = "holesky" default: return "" }