use the prod fleet instead of the test fleet
This commit is contained in:
parent
e057e1b636
commit
1f00f516bf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue