updating default pubsub topic

This commit is contained in:
Gabriel mermelstein 2024-07-24 10:56:03 +03:00
parent dfc9ead062
commit 591a79046c
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/** /**
* DefaultPubsubTopic is the default gossipsub topic to use for Waku. * DefaultPubsubTopic is the default gossipsub topic to use for Waku.
*/ */
export const DefaultPubsubTopic = "/waku/2/default-waku/proto"; export const DefaultPubsubTopic = "/waku/2/rs/0/0";
/** /**
* The default cluster ID for The Waku Network * The default cluster ID for The Waku Network