We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8e923 commit 9ef6e49Copy full SHA for 9ef6e49
packages/client/src/config.ts
@@ -725,7 +725,7 @@ export class Config {
725
*/
726
getDnsDiscovery(option: boolean | undefined): boolean {
727
if (option !== undefined) return option
728
- const dnsNets = ['sepolia', 'holesky']
+ const dnsNets = ['sepolia', 'holesky', 'hoodi']
729
return dnsNets.includes(this.chainCommon.chainName())
730
}
731
packages/common/src/chains.ts
@@ -556,7 +556,9 @@ export const Hoodi: ChainConfig = {
556
comment: 'bootnode 3',
557
},
558
],
559
- dnsNetworks: [],
+ dnsNetworks: [
560
+ 'enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@all.hoodi.ethdisco.net',
561
+ ],
562
563
564
export const Kaustinen6: ChainConfig = {
0 commit comments