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\