Add the number of shards fix suggested to address CI issue

This commit is contained in:
Aya Hassan 2026-05-13 18:52:36 +02:00
parent 11197db624
commit 598abe46c4

View File

@ -144,6 +144,7 @@ class WakuNode:
"peer-exchange": "true",
"discv5-discovery": "true",
"cluster-id": DEFAULT_CLUSTER_ID,
# "num-shards-in-network": "8",
"rln-creds-id": None,
"rln-creds-source": None,
"nodekey": self.generate_random_nodekey(),