mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-24 15:23:07 +00:00
13 lines
418 B
TypeScript
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
|