From efa3060638a07871080d0dafa5ed153719fa0306 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 12 May 2025 11:00:05 +0200 Subject: [PATCH] update nwaku node config after repo update --- 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 1d75883..8f95640 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -10,7 +10,6 @@ exec /usr/bin/wakunode\ --rest-admin=true\ --rest-address=0.0.0.0\ --max-connections=300\ - --dns-discovery=true\ --discv5-discovery=true\ --discv5-enr-auto-update=True\ --log-level=DEBUG\ diff --git a/run_nwaku.sh b/run_nwaku.sh index 09d871e..b79c771 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -140,7 +140,7 @@ exec /usr/bin/wakunode\ --rln-relay-tree-path="rlnv2_tree1"\ --rln-relay-epoch-sec=$RLN_RELAY_EPOCH_SEC\ --rln-relay-user-message-limit=$RLN_RELAY_MSG_LIMIT\ - --dns-discovery=true\ + --rln-relay-chain-id=1234\ --discv5-discovery=true\ --discv5-enr-auto-update=True\ --log-level=DEBUG\