Replace all instances of std/json with pkg/serde

This commit is contained in:
Eric 2024-10-25 17:49:38 +11:00
parent fcd9bbb9b9
commit b751acc351
No known key found for this signature in database
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
import std/json
import pkg/serde
import std/macros
import std/sequtils
import pkg/chronicles

View File

@ -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:[].}

View File

@ -1,4 +1,4 @@
import std/json
import pkg/serde
import pkg/ethers/basics
type Deployment* = object

View File

@ -1,5 +1,5 @@
import std/unittest
import std/json
import pkg/serde
import pkg/questionable
import pkg/ethers/providers/jsonrpc/errors

View File

@ -1,4 +1,4 @@
import std/json
import pkg/serde
import std/os
import std/sequtils
import std/importutils

View File

@ -1,4 +1,4 @@
import std/json
import pkg/serde
import std/os
import std/options
import pkg/asynctest

View File

@ -1,5 +1,5 @@
import std/os
import std/json
import pkg/serde
import pkg/asynctest
import pkg/ethers
import ./hardhat

View File

@ -1,5 +1,5 @@
import std/os
import std/json
import pkg/serde
import pkg/asynctest
import pkg/questionable
import pkg/stint