import { Protocols } from "@waku/interfaces"; export const CONTENT_TOPIC = "/toy-chat/2/huilong/proto"; export const PROTOCOLS = [ Protocols.Filter, Protocols.Store, Protocols.LightPush, ];