Merge pull request #25288 from karalabe/enable-sepolia-dnsdisc

params: enable DNS discovery on Sepolia too
pull/25290/head
Péter Szilágyi 2 years ago committed by GitHub
commit 48da9d5513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      params/bootnodes.go

@ -116,6 +116,8 @@ func KnownDNSNetwork(genesis common.Hash, protocol string) string {
net = "rinkeby"
case GoerliGenesisHash:
net = "goerli"
case SepoliaGenesisHash:
net = "sepolia"
default:
return ""
}

Loading…
Cancel
Save