/** * DefaultPubsubTopic is the default gossipsub topic to use for Waku. */ export const DefaultPubsubTopic = "/waku/2/rs/0/0"; /** * The default cluster ID for The Waku Network */ export const DEFAULT_CLUSTER_ID = 1;