Skip to content

Commit

Permalink
Merge pull request #25288 from karalabe/enable-sepolia-dnsdisc
Browse files Browse the repository at this point in the history
params: enable DNS discovery on Sepolia too
  • Loading branch information
karalabe authored Jul 12, 2022
2 parents 3e759e2 + e66a538 commit 48da9d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions params/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ func KnownDNSNetwork(genesis common.Hash, protocol string) string {
net = "rinkeby"
case GoerliGenesisHash:
net = "goerli"
case SepoliaGenesisHash:
net = "sepolia"
default:
return ""
}
Expand Down

0 comments on commit 48da9d5

Please sign in to comment.