From 33256b9e5e76f8efd8a6f8aa84b5238ace74c93d Mon Sep 17 00:00:00 2001 From: advaita-saha Date: Sun, 17 Mar 2024 20:03:56 +0530 Subject: [PATCH] nim-eth-verkle added as submodule --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitmodules b/.gitmodules index 607df84c6..b93eb6916 100644 --- a/.gitmodules +++ b/.gitmodules @@ -232,3 +232,8 @@ url = https://github.com/arnetheduck/nim-results ignore = untracked branch = master +[submodule "vendor/nim-eth-verkle"] + path = vendor/nim-eth-verkle + url = https://github.com/status-im/nim-eth-verkle + ignore = untracked + branch = stable/stateless-1 \ No newline at end of file