mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-15 14:33:13 +00:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
|
|
/**
|
||
|
|
* DefaultPubSubTopic is the default gossipsub topic to use for Waku.
|
||
|
|
*/
|
||
|
|
export const DefaultPubSubTopic = "/waku/2/default-waku/proto";
|