use the prod fleet instead of the test fleet

This commit is contained in:
danisharora099 2023-08-01 17:30:22 +05:30
parent e057e1b636
commit 1f00f516bf
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

View File

@ -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,