From 1a6cff211de77a34dd4829e51402223fceece9ac Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 29 Jun 2022 17:04:43 +0200 Subject: [PATCH] Fix: use websock instead of news The default was changed to news in the json_rpc library, and broke communication with hardhat. --- nim.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/nim.cfg b/nim.cfg index 7dce504..a9fe192 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1,2 +1,3 @@ -d:"chronicles_log_level=INFO" +-d:"json_rpc_websocket_package=websock" --warning[LockLevel]:off