16 lines
513 B
TypeScript
Raw Normal View History

2023-10-30 23:57:10 +01:00
export const CONTENT_TOPIC = "/toy-chat/2/luzhou/proto";
2023-12-06 01:27:34 +05:30
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",
];
2023-10-30 23:57:10 +01:00
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";