Skip to content

Commit 5f0dfb5

Browse files
authored
update nwaku node config after repo update (#107)
1 parent 29f7264 commit 5f0dfb5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

run_bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ exec /usr/bin/wakunode\
1010
--rest-admin=true\
1111
--rest-address=0.0.0.0\
1212
--max-connections=300\
13-
--dns-discovery=true\
1413
--discv5-discovery=true\
1514
--discv5-enr-auto-update=True\
1615
--log-level=DEBUG\

run_nwaku.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ exec /usr/bin/wakunode\
140140
--rln-relay-tree-path="rlnv2_tree1"\
141141
--rln-relay-epoch-sec=$RLN_RELAY_EPOCH_SEC\
142142
--rln-relay-user-message-limit=$RLN_RELAY_MSG_LIMIT\
143-
--dns-discovery=true\
143+
--rln-relay-chain-id=1234\
144144
--discv5-discovery=true\
145145
--discv5-enr-auto-update=True\
146146
--log-level=DEBUG\

0 commit comments

Comments
 (0)