mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-13 05:23:13 +00:00
10 lines
235 B
TypeScript
10 lines
235 B
TypeScript
/**
|
|
* DefaultPubsubTopic is the default gossipsub topic to use for Waku.
|
|
*/
|
|
export const DefaultPubsubTopic = "/waku/2/default-waku/proto";
|
|
|
|
/**
|
|
* The default cluster ID for The Waku Network
|
|
*/
|
|
export const DEFAULT_CLUSTER_ID = 1;
|