params: enable DNS discovery on Sepolia too
This commit is contained in:
parent
3e759e28d7
commit
e66a538a36
@ -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 ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user