From 6b660df88d12ab0dc9093d388aa3a827471f1940 Mon Sep 17 00:00:00 2001 From: matthew Date: Sun, 9 Oct 2022 23:26:38 +0400 Subject: [PATCH] fix date --- 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 beeb36c..a948c09 100644 --- a/searching-front/services/helpers.ts +++ b/searching-front/services/helpers.ts @@ -1,4 +1,4 @@ export const getTonProxy = () => ({ - host: "in1.ton.org", + host: "in2.ton.org", port: 8080, }) \ No newline at end of file