diff --git a/ethers/testing.nim b/ethers/testing.nim index f082ea2..e3ea24b 100644 --- a/ethers/testing.nim +++ b/ethers/testing.nim @@ -1,5 +1,6 @@ import std/strutils -import pkg/ethers +import std/json +import ./provider proc revertReason*(e: ref ProviderError): string = try: