params: enable DNS discovery on Sepolia too

parent 3e759e28
...@@ -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