OpChan/packages/core/dist/waku/constants.d.ts
2025-09-11 14:29:55 +05:30

13 lines
418 B
TypeScript

/**
* Single content topic for all message types
* Different message types are parsed from the message content itself
*/
export declare const CONTENT_TOPIC = "/opchan-test-1/1/messages/proto";
/**
* Bootstrap nodes for the Waku network
* These are public Waku nodes that our node will connect to on startup
*/
export declare const BOOTSTRAP_NODES: {
'42': string[];
};
//# sourceMappingURL=constants.d.ts.map