mirror of
https://github.com/logos-messaging/logos-delivery-frontend.git
synced 2026-05-19 12:09:24 +00:00
16 lines
513 B
TypeScript
16 lines
513 B
TypeScript
export const CONTENT_TOPIC = "/toy-chat/2/luzhou/proto";
|
|
export const PUBSUB_TOPIC = "/waku/2/rs/1/0";
|
|
export const SUPPORTED_PUBSUB_TOPICS = [
|
|
"/waku/2/rs/1/0",
|
|
"/waku/2/rs/1/1",
|
|
"/waku/2/rs/1/2",
|
|
"/waku/2/rs/1/3",
|
|
"/waku/2/rs/1/4",
|
|
"/waku/2/rs/1/5",
|
|
"/waku/2/rs/1/6",
|
|
"/waku/2/rs/1/7",
|
|
];
|
|
|
|
export const SIGNATURE_MESSAGE =
|
|
"The signature of this message will be used to generate your RLN credentials. Anyone accessing it may send messages on your behalf, please only share with the RLN dApp";
|