From 5f0dfb50eaf0be4040ab1fd5327a399560c0b541 Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:05:18 +0200 Subject: [PATCH] update nwaku node config after repo update (#107) --- 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\