bump nim-ethers to 0.2.2, add nim-eth dependency (#236)
Support latest version of nim-ethers which relies on nim-eth. NOTE: This commit points to PR #31 which is a branch of nim-ethers. That branch should probably be merged first, and this PR updated to point to the commit on main.
This commit is contained in:
parent
fd56875667
commit
014207c87f
|
@ -189,3 +189,9 @@
|
|||
[submodule "vendor/nim-sqlite3-abi"]
|
||||
path = vendor/nim-sqlite3-abi
|
||||
url = https://github.com/arnetheduck/nim-sqlite3-abi.git
|
||||
[submodule "vendor/vendor/nim-eth"]
|
||||
path = vendor/vendor/nim-eth
|
||||
url = https://github.com/status-im/nim-eth
|
||||
[submodule "vendor/nim-eth"]
|
||||
path = vendor/nim-eth
|
||||
url = https://github.com/status-im/nim-eth
|
||||
|
|
|
@ -28,7 +28,8 @@ requires "nim >= 1.2.0",
|
|||
"lrucache",
|
||||
"leopard",
|
||||
"blscurve",
|
||||
"libp2pdht"
|
||||
"libp2pdht",
|
||||
"eth"
|
||||
|
||||
when declared(namedBin):
|
||||
namedBin = {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9a7b1afe9b63d58893bba53a4ddddbcef66b8618
|
|
@ -1 +1 @@
|
|||
Subproject commit 80994959cebf880bbac34a0400b684cf2a5644d1
|
||||
Subproject commit 392eab04c43e515eaaea2a6a5098fff19548fa54
|
Loading…
Reference in New Issue