Skip to content

Commit 9ef6e49

Browse files
Add hoodi to the client DNS discovery activated networks, add hoodi DNS network address to Common (#3964)
Co-authored-by: Jochem Brouwer <[email protected]>
1 parent ea8e923 commit 9ef6e49

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/client/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ export class Config {
725725
*/
726726
getDnsDiscovery(option: boolean | undefined): boolean {
727727
if (option !== undefined) return option
728-
const dnsNets = ['sepolia', 'holesky']
728+
const dnsNets = ['sepolia', 'holesky', 'hoodi']
729729
return dnsNets.includes(this.chainCommon.chainName())
730730
}
731731
}

packages/common/src/chains.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,9 @@ export const Hoodi: ChainConfig = {
556556
comment: 'bootnode 3',
557557
},
558558
],
559-
dnsNetworks: [],
559+
dnsNetworks: [
560+
'enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@all.hoodi.ethdisco.net',
561+
],
560562
}
561563

562564
export const Kaustinen6: ChainConfig = {

0 commit comments

Comments
 (0)