Revert to using http; need to fix ws:// connection lost issues first
This commit is contained in:
parent
d7621eec59
commit
5293e7eb0a
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"erigonURL": "ws://localhost:8545",
|
||||
"erigonURL": "http://localhost:8545",
|
||||
"assetsURLPrefix": "http://localhost:3001"
|
||||
}
|
Loading…
Reference in New Issue