mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 05:26:36 +00:00
params: enable DNS discovery on Sepolia too
This commit is contained in:
parent
3e759e28d7
commit
e66a538a36
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue