From 1f00f516bfee56d4db8436502c07cd8dbd45d94e Mon Sep 17 00:00:00 2001 From: danisharora099 Date: Tue, 1 Aug 2023 17:30:22 +0530 Subject: [PATCH] use the prod fleet instead of the test fleet --- examples/web-chat/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web-chat/src/index.tsx b/examples/web-chat/src/index.tsx index 44245dd..fe54b86 100644 --- a/examples/web-chat/src/index.tsx +++ b/examples/web-chat/src/index.tsx @@ -12,7 +12,7 @@ import { CONTENT_TOPIC, PROTOCOLS } from "./config"; const NODE_OPTIONS = { libp2p: { peerDiscovery: [ - wakuDnsDiscovery([enrTree.TEST], { + wakuDnsDiscovery([enrTree.PROD], { store: 1, filter: 2, lightPush: 2,