Sasha bc0d8113f7
chore: bump versions for web-chat (#245)
* 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
2023-06-24 00:18:03 +02:00

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,
];