nim-ethers/nim.cfg
Mark Spanbroek 1a6cff211d Fix: use websock instead of news
The default was changed to news in the json_rpc
library, and broke communication with hardhat.
2022-06-30 09:35:30 +02:00

4 lines
96 B
Nim

-d:"chronicles_log_level=INFO"
-d:"json_rpc_websocket_package=websock"
--warning[LockLevel]:off