params: enable DNS discovery on Sepolia too

This commit is contained in:
Péter Szilágyi 2022-07-12 14:06:23 +03:00
parent 3e759e28d7
commit e66a538a36
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

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 ""
}