Use websockets by default for communicating with erigon

This commit is contained in:
Willian Mitsuda 2021-08-01 03:17:13 -03:00
parent 7600605103
commit 4fcf0cb513
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"
}