From b61605f6ffa4da4678ce6a2dd05da07ee5a6434d Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:19:58 +1100 Subject: [PATCH] bump ethers: fixes missing symbol not exported in ethers --- tests/contracts/time.nim | 2 +- vendor/nim-ethers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/contracts/time.nim b/tests/contracts/time.nim index 11bd1b6d..ae448789 100644 --- a/tests/contracts/time.nim +++ b/tests/contracts/time.nim @@ -1,5 +1,5 @@ import pkg/ethers -import pkg/serde +import pkg/serde/json proc currentTime*(provider: Provider): Future[UInt256] {.async.} = return (!await provider.getBlock(BlockTag.pending)).timestamp diff --git a/vendor/nim-ethers b/vendor/nim-ethers index 765379a6..5f64bbc0 160000 --- a/vendor/nim-ethers +++ b/vendor/nim-ethers @@ -1 +1 @@ -Subproject commit 765379a662e93edf5217b8656c0af4dcf6865fd2 +Subproject commit 5f64bbc05bb7ee126c33c84dd16a15bc53232ca7