From 00bc66f62d78ec5ff076640d4e6756d84c86077b Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:59:52 +0200 Subject: [PATCH] Using shards, pubsubtopic is deprecated (#102) --- run_bootstrap.sh | 1 - run_nwaku.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index cab3d90..2bd970c 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -17,5 +17,4 @@ exec /usr/bin/wakunode\ --metrics-server-address=0.0.0.0\ --nodekey=30348dd51465150e04a5d9d932c72864c8967f806cce60b5d26afeca1e77eb68\ --nat=extip:${IP}\ - --pubsub-topic=/waku/2/rs/66/0\ --cluster-id=66 \ No newline at end of file diff --git a/run_nwaku.sh b/run_nwaku.sh index f1563ca..09d871e 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -148,5 +148,5 @@ exec /usr/bin/wakunode\ --metrics-server-address=0.0.0.0\ --discv5-bootstrap-node=${BOOTSTRAP_ENR}\ --nat=extip:${IP}\ - --pubsub-topic=/waku/2/rs/66/0\ + --shard=0\ --cluster-id=66 \ No newline at end of file