diff --git a/nimbus.nimble b/nimbus.nimble index dd75cf56b..6fbd9c732 100644 --- a/nimbus.nimble +++ b/nimbus.nimble @@ -19,7 +19,11 @@ requires "nim >= 1.2.0", "nimcrypto", "stew", "stint", - "rocksdb" + "rocksdb", + "ethash", + "blscurve", + "evmc", + "web3" binDir = "build"