From 5293e7eb0a77f12c9f5ac2d33bef342e49fa18c5 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Tue, 3 Aug 2021 15:23:01 -0300 Subject: [PATCH] Revert to using http; need to fix ws:// connection lost issues first --- public/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.json b/public/config.json index 5573731..1db5aa7 100644 --- a/public/config.json +++ b/public/config.json @@ -1,4 +1,4 @@ { - "erigonURL": "ws://localhost:8545", + "erigonURL": "http://localhost:8545", "assetsURLPrefix": "http://localhost:3001" } \ No newline at end of file