mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-09 09:13:10 +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";
|