Revert to using http; need to fix ws:// connection lost issues first

This commit is contained in:
Willian Mitsuda 2021-08-03 15:23:01 -03:00
parent d7621eec59
commit 5293e7eb0a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"erigonURL": "ws://localhost:8545",
"erigonURL": "http://localhost:8545",
"assetsURLPrefix": "http://localhost:3001"
}