Added web3 dependency

This commit is contained in:
Yuriy Glukhov 2019-07-31 11:32:35 +03:00 committed by zah
parent 24cbc0710f
commit 8540bd0345
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ requires "nim >= 0.19.0",
"json_rpc",
"chronos",
"yaml",
"libp2p"
"libp2p",
"web3"
### Helper functions
proc buildBinary(name: string, srcDir = "./", params = "", cmdParams = "", lang = "c") =