mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 21:33:08 +00:00
10 lines
198 B
TypeScript
10 lines
198 B
TypeScript
|
|
import { Protocols } from "@waku/interfaces";
|
||
|
|
|
||
|
|
export const CONTENT_TOPIC = "/toy-chat/2/huilong/proto";
|
||
|
|
|
||
|
|
export const PROTOCOLS = [
|
||
|
|
Protocols.Filter,
|
||
|
|
Protocols.Store,
|
||
|
|
Protocols.LightPush,
|
||
|
|
];
|