From 8f3761b8ae88b5fc91a8821b9aed9f239c84cc2a Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Mon, 22 Aug 2022 20:02:49 -0300 Subject: [PATCH] Use websocket by default --- public/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.json b/public/config.json index 1db5aa7..5573731 100644 --- a/public/config.json +++ b/public/config.json @@ -1,4 +1,4 @@ { - "erigonURL": "http://localhost:8545", + "erigonURL": "ws://localhost:8545", "assetsURLPrefix": "http://localhost:3001" } \ No newline at end of file