-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.12 KB
/
.gitmodules
File metadata and controls
36 lines (36 loc) · 1.12 KB
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
26
27
28
29
30
31
32
33
34
35
36
[submodule "execution-specs"]
path = execution-specs
url = https://github.com/ethereum/execution-specs
[submodule "nethermind"]
path = nethermind
url = https://github.com/NethermindEth/nethermind.git
[submodule "EIPs"]
path = EIPs
url = https://github.com/ethereum/EIPs.git
[submodule "devp2p"]
path = devp2p
url = https://github.com/ethereum/devp2p.git
[submodule "execution-apis"]
path = execution-apis
url = https://github.com/ethereum/execution-apis.git
[submodule "ethereum-tests"]
path = ethereum-tests
url = https://github.com/ethereum/tests.git
[submodule "hive"]
path = hive
url = https://github.com/ethereum/hive.git
[submodule "yellowpaper"]
path = yellowpaper
url = https://github.com/ethereum/yellowpaper.git
[submodule "consensus-specs"]
path = consensus-specs
url = https://github.com/ethereum/consensus-specs.git
[submodule "execution-spec-tests"]
path = execution-spec-tests
url = https://github.com/ethereum/execution-spec-tests.git
[submodule "smithers"]
path = smithers
url = https://github.com/evmts/smithers.git
[submodule "effect-repo"]
path = effect-repo
url = https://github.com/Effect-TS/effect