Fix: use websock instead of news

The default was changed to news in the json_rpc
library, and broke communication with hardhat.
This commit is contained in:
Mark Spanbroek 2022-06-29 17:04:43 +02:00 committed by markspanbroek
parent a626070532
commit 1a6cff211d
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
-d:"chronicles_log_level=INFO"
-d:"json_rpc_websocket_package=websock"
--warning[LockLevel]:off