Fix imports

This commit is contained in:
Mark Spanbroek 2022-09-20 13:45:59 +02:00 committed by markspanbroek
parent a62ea4fb8f
commit 7d2acd65e8

View File

@ -1,5 +1,6 @@
import std/strutils
import pkg/ethers
import std/json
import ./provider
proc revertReason*(e: ref ProviderError): string =
try: