From 845b89b349d7446603b0942bfd3f537ea5ddf84c Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 26 Sep 2023 16:15:32 +0200 Subject: [PATCH] update status fleets DNS discovery enrtree We recreated enrtree DNS records, so new one should be used. --- start_waku_node_with_docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_waku_node_with_docker b/start_waku_node_with_docker index 1881ca2..df1519e 100755 --- a/start_waku_node_with_docker +++ b/start_waku_node_with_docker @@ -24,7 +24,7 @@ docker build -t "go-waku:${tag_name}" . docker run -d --name go-waku-node -p8545:8545 --net=host "go-waku:${tag_name}" \ --dns-discovery=true \ - --dns-discovery-url=enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@prod.nodes.status.im \ + --dns-discovery-url=enrtree://AL65EKLJAUXKKPG43HVTML5EFFWEZ7L4LOKTLZCLJASG4DSESQZEC@prod.status.nodes.status.im \ --discv5-discovery=true \ --rpc \ --rpc-admin