From 27baf93bc82a9078bdcd8a8f064fb8121fd891dc Mon Sep 17 00:00:00 2001 From: matthew Date: Sun, 23 Oct 2022 22:29:37 +0400 Subject: [PATCH] try to fix watcher --- searching-front/services/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searching-front/services/helpers.ts b/searching-front/services/helpers.ts index 139cc57..61f99c4 100644 --- a/searching-front/services/helpers.ts +++ b/searching-front/services/helpers.ts @@ -1,4 +1,4 @@ export const getTonProxy = () => ({ - host: "62.84.115.133", + host: "in3.ton.org", port: 8080, }) \ No newline at end of file