From 36d046b6869558763fb0f5d469fd82f04583bd71 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 11 Mar 2024 14:29:56 +0200 Subject: [PATCH] run_nwaku update, removed rln membership index and added other rln parameters --- run_nwaku.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_nwaku.sh b/run_nwaku.sh index 44e100c..aac8eac 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -37,7 +37,8 @@ exec /usr/bin/wakunode\ --rest-address=0.0.0.0\ --rln-relay=true\ --rln-relay-dynamic=true\ - --rln-relay-membership-index=${NODE_INDEX}\ + --rln-relay-eth-client-address=http://10.1.0.4:8545\ + --rln-relay-eth-contract-address=0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0\ --dns-discovery=true\ --discv5-discovery=true\ --discv5-enr-auto-update=True\