mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
* migrate to latest @waku/react and @waku/interfaces * use @waku/sdk * remove utils package * up peer-exchange * up dns package * remove declare module * bump version to 0.0.2 * up version * use enrTree from the lib
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,
|
|
];
|