bump ethers: fixes missing symbol not exported in ethers
This commit is contained in:
parent
2b7e4c7f0b
commit
b61605f6ff
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 765379a662e93edf5217b8656c0af4dcf6865fd2
|
||||
Subproject commit 5f64bbc05bb7ee126c33c84dd16a15bc53232ca7
|
Loading…
Reference in New Issue