From d2daa669553f06f8ebaf71b147f252e7a73d88b9 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:22:29 -0400 Subject: [PATCH] Update x/smart/README.md Co-authored-by: Vinicius Fortuna --- x/smart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/smart/README.md b/x/smart/README.md index 0f9193de..e856ff20 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -67,7 +67,7 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example: ```json { "udp": { - "address": "8.8.8.8:53" + "address": "8.8.8.8" } }