Skip to content

Commit

Permalink
Enable DNS p2p discovery on holesky (#10507)
Browse files Browse the repository at this point in the history
Cherry pick PR #10460 into the release branch

Co-authored-by: Willian Mitsuda <wmitsuda@gmail.com>
  • Loading branch information
yperbasis and wmitsuda authored May 27, 2024
1 parent 7e1adef commit 7b5653b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions params/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ func KnownDNSNetwork(genesis libcommon.Hash, protocol string) string {
net = "goerli"
case SepoliaGenesisHash:
net = "sepolia"
case HoleskyGenesisHash:
net = "holesky"
default:
return ""
}
Expand Down

0 comments on commit 7b5653b

Please sign in to comment.