mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-22 15:43:11 +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;
|