From d84f34b50c648eacbd181569615bd4abf97f059c Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Wed, 10 Sep 2025 15:00:17 +0530 Subject: [PATCH] chore: update content topic --- src/lib/waku/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/waku/constants.ts b/src/lib/waku/constants.ts index a96a10c..b1f1f06 100644 --- a/src/lib/waku/constants.ts +++ b/src/lib/waku/constants.ts @@ -2,7 +2,7 @@ * Single content topic for all message types * Different message types are parsed from the message content itself */ -export const CONTENT_TOPIC = '/opchan-test-1/1/messages/proto'; +export const CONTENT_TOPIC = '/opchan-demo-1/1/messages/proto'; /** * Bootstrap nodes for the Waku network