Use websockets by default for communicating with erigon
This commit is contained in:
parent
7600605103
commit
4fcf0cb513
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"erigonURL": "http://localhost:8545",
|
"erigonURL": "ws://localhost:8545",
|
||||||
"assetsURLPrefix": "http://localhost:3001"
|
"assetsURLPrefix": "http://localhost:3001"
|
||||||
}
|
}
|
Loading…
Reference in New Issue