From f23c6b1452b8ffa174e1dbdf82861337fe1d8dc3 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 26 Sep 2023 12:56:58 +0200 Subject: [PATCH] update wakuv2 fleet DNS discovery enrtree https://github.com/status-im/infra-misc/issues/171 --- run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_node.sh b/run_node.sh index 19d13f9..77d38a0 100644 --- a/run_node.sh +++ b/run_node.sh @@ -51,7 +51,7 @@ exec /usr/bin/wakunode\ --keep-alive=true\ --max-connections=150\ --dns-discovery=true\ - --dns-discovery-url=enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@prod.waku.nodes.status.im\ + --dns-discovery-url=enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im\ --discv5-discovery=true\ --discv5-udp-port=9005\ --discv5-enr-auto-update=True\