fix: dont export json conversions of jsonrpc (#44)

This commit is contained in:
Adam Uhlíř 2023-06-19 14:13:44 +02:00 committed by GitHub
parent 18e225607c
commit 0321e6d7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,9 @@ import ../signer
import ./jsonrpc/rpccalls
import ./jsonrpc/conversions
export json
export basics
export provider
export conversions
push: {.upraises: [].}

View File

@ -2,6 +2,7 @@ import std/json
import pkg/asynctest
import pkg/chronos
import pkg/ethers
import pkg/ethers/providers/jsonrpc/conversions
import pkg/stew/byteutils
import ./examples
import ./miner