Use websocket by default

This commit is contained in:
Willian Mitsuda 2022-08-22 20:02:49 -03:00
parent 9630ac9912
commit 8f3761b8ae
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": "http://localhost:8545",
"erigonURL": "ws://localhost:8545",
"assetsURLPrefix": "http://localhost:3001"
}