From 822a1a978f13e8179852f6902c0c637a2302b9d5 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 27 Jun 2024 00:44:00 +0200 Subject: [PATCH] add link --- docs/guides/js-waku/configure-discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/js-waku/configure-discovery.md b/docs/guides/js-waku/configure-discovery.md index ec7aed5..ec72484 100644 --- a/docs/guides/js-waku/configure-discovery.md +++ b/docs/guides/js-waku/configure-discovery.md @@ -82,7 +82,7 @@ await Promise.all(promises); ``` :::tip -For local development using a `nwaku` node, use a `ws` address instead of `wss`. Remember that this setup is functional only when your web server is running locally. +For local development using a `nwaku` node, use a `ws` address instead of `wss`. Remember that this setup is functional only when your web server is running locally. You can check how to get multi address of your locally run node in [Find node address](https://docs.waku.org/guides/nwaku/find-node-address). ::: ## Configure DNS discovery