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

params: enable DNS discovery on Sepolia too
This commit is contained in:
Péter Szilágyi 2022-07-12 14:09:42 +03:00 committed by GitHub
commit 48da9d5513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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