mirror of https://github.com/status-im/op-geth.git
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"
|
||||
case GoerliGenesisHash:
|
||||
net = "goerli"
|
||||
case SepoliaGenesisHash:
|
||||
net = "sepolia"
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue