mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
Replace all instances of std/json with pkg/serde
This commit is contained in:
parent
fcd9bbb9b9
commit
b751acc351
@ -1,4 +1,4 @@
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import std/macros
|
||||
import std/sequtils
|
||||
import pkg/chronicles
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
## `std/json.JsonNode.hash`, eg when using `JsonNode` as a `Table` key. Adds
|
||||
## {.raises: [].} for proper exception tracking. Copied from the std/json module
|
||||
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import std/hashes
|
||||
|
||||
{.push raises:[].}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import pkg/ethers/basics
|
||||
|
||||
type Deployment* = object
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/unittest
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import pkg/questionable
|
||||
import pkg/ethers/providers/jsonrpc/errors
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import std/os
|
||||
import std/sequtils
|
||||
import std/importutils
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import std/os
|
||||
import std/options
|
||||
import pkg/asynctest
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import pkg/asynctest
|
||||
import pkg/ethers
|
||||
import ./hardhat
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import std/json
|
||||
import pkg/serde
|
||||
import pkg/asynctest
|
||||
import pkg/questionable
|
||||
import pkg/stint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user