From 2e22d801e5169d540583e7c3c9b7922dfa28e04f Mon Sep 17 00:00:00 2001 From: stubbsta Date: Wed, 15 May 2024 09:57:25 +0200 Subject: [PATCH] add pubsub-topic and cluster-id to run_nwaku.sh --- run_nwaku.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_nwaku.sh b/run_nwaku.sh index 8dc15c8..8a69e0e 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -91,4 +91,6 @@ exec /usr/bin/wakunode\ --metrics-server=True\ --metrics-server-address=0.0.0.0\ --discv5-bootstrap-node=${BOOTSTRAP_ENR}\ - --nat=extip:${IP} \ No newline at end of file + --nat=extip:${IP}\ + --pubsub-topic=/waku/2/rs/66/0\ + --cluster-id=66 \ No newline at end of file