forked from erigontech/silkworm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 821 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "evmone"]
path = third_party/evmone
url = https://github.com/ethereum/evmone.git
[submodule "tests"]
path = third_party/tests
url = https://github.com/ethereum/tests.git
[submodule "cbor-cpp"]
path = third_party/cbor-cpp
url = https://github.com/torquem-ch/cbor-cpp.git
[submodule "CRoaring"]
path = third_party/CRoaring
url = https://github.com/RoaringBitmap/CRoaring.git
[submodule "magic_enum"]
path = third_party/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "libmdbx"]
path = third_party/libmdbx
url = https://github.com/torquem-ch/libmdbx.git
[submodule "interfaces/proto"]
path = interfaces/proto
url = https://github.com/ledgerwatch/interfaces.git
branch = stable
[submodule "silkpre"]
path = third_party/silkpre
url = https://github.com/torquem-ch/silkpre.git