Revert websocket by default

This commit is contained in:
Willian Mitsuda 2022-08-25 04:08:04 -03:00
parent 0acac32fc9
commit 6a5c75da00
No known key found for this signature in database
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"
}