diff --git a/.gitmodules b/.gitmodules index ce6ffa7c..0519bf11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/codex.nimble b/codex.nimble index 699a9079..5c9e5428 100644 --- a/codex.nimble +++ b/codex.nimble @@ -28,7 +28,8 @@ requires "nim >= 1.2.0", "lrucache", "leopard", "blscurve", - "libp2pdht" + "libp2pdht", + "eth" when declared(namedBin): namedBin = { diff --git a/vendor/nim-eth b/vendor/nim-eth new file mode 160000 index 00000000..9a7b1afe --- /dev/null +++ b/vendor/nim-eth @@ -0,0 +1 @@ +Subproject commit 9a7b1afe9b63d58893bba53a4ddddbcef66b8618 diff --git a/vendor/nim-ethers b/vendor/nim-ethers index 80994959..392eab04 160000 --- a/vendor/nim-ethers +++ b/vendor/nim-ethers @@ -1 +1 @@ -Subproject commit 80994959cebf880bbac34a0400b684cf2a5644d1 +Subproject commit 392eab04c43e515eaaea2a6a5098fff19548fa54