From c39ce14502c8c45df01c19920d05c8b6d87d7353 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:00:29 +1000 Subject: [PATCH] fix tests --- ethers/providers/jsonrpc.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/ethers/providers/jsonrpc.nim b/ethers/providers/jsonrpc.nim index 5e56f0b..5aaeb1c 100644 --- a/ethers/providers/jsonrpc.nim +++ b/ethers/providers/jsonrpc.nim @@ -15,6 +15,7 @@ import ./jsonrpc/subscriptions export json export basics export provider +export chronicles push: {.upraises: [].}