Unverified Commit 48da9d55 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

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

params: enable DNS discovery on Sepolia too
parents 3e759e28 e66a538a
...@@ -116,6 +116,8 @@ func KnownDNSNetwork(genesis common.Hash, protocol string) string { ...@@ -116,6 +116,8 @@ func KnownDNSNetwork(genesis common.Hash, protocol string) string {
net = "rinkeby" net = "rinkeby"
case GoerliGenesisHash: case GoerliGenesisHash:
net = "goerli" net = "goerli"
case SepoliaGenesisHash:
net = "sepolia"
default: default:
return "" return ""
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment