From 4fcf0cb5137d4708bdd582172b70fc3c9c21a138 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Sun, 1 Aug 2021 03:17:13 -0300 Subject: [PATCH] Use websockets by default for communicating with erigon --- 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