mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-12 18:43:13 +00:00
clean up
This commit is contained in:
parent
944e7f8af3
commit
8c363f287d
@ -4,7 +4,7 @@ description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
||||
requires "nim >= 1.6.0"
|
||||
requires "chronicles >= 0.10.3 & < 0.10.4"
|
||||
requires "chronicles >= 0.10.3 & < 0.11.0"
|
||||
requires "chronos >= 3.0.0 & < 4.0.0"
|
||||
requires "contractabi >= 0.6.0 & < 0.7.0"
|
||||
requires "questionable >= 0.10.2 & < 0.11.0"
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import std/strutils
|
||||
import ./contract
|
||||
import ./provider
|
||||
import ./signer
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@ import pkg/questionable
|
||||
import pkg/stint
|
||||
import pkg/ethers
|
||||
import pkg/ethers/erc20
|
||||
import pkg/ethers/wallet
|
||||
import ./hardhat
|
||||
import ./helpers
|
||||
import ./miner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user