Merge branch 'master' into chore-rln-relay-tests

This commit is contained in:
Roman Zajic 2024-04-30 20:13:02 +08:00 committed by GitHub
commit 3b5680f2c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,7 @@ class WakuNode:
default_args.update(go_waku_args)
elif self.is_nwaku():
nwaku_args = {
"shard": "0",
"metrics-server": "true",
"metrics-server-address": "0.0.0.0",
"metrics-server-port": self._metrics_port,