forked from OffchainLabs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
36 lines (36 loc) · 1.32 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
[submodule "go-ethereum"]
path = go-ethereum
url = https://github.com/EspressoSystems/geth-arbitrum.git
branch = integration
[submodule "fastcache"]
path = fastcache
url = https://github.com/OffchainLabs/fastcache.git
[submodule "arbitrator/wasm-libraries/soft-float/SoftFloat"]
path = arbitrator/wasm-libraries/soft-float/SoftFloat
url = https://github.com/OffchainLabs/SoftFloat.git
[submodule "brotli"]
path = brotli
url = https://github.com/google/brotli.git
[submodule "contracts"]
path = contracts
url = https://github.com/EspressoSystems/nitro-contracts.git
branch = develop
[submodule "arbitrator/wasm-testsuite/testsuite"]
path = arbitrator/wasm-testsuite/testsuite
url = https://github.com/WebAssembly/testsuite.git
[submodule "arbitrator/tools/wasmer"]
path = arbitrator/tools/wasmer
url = https://github.com/OffchainLabs/wasmer.git
[submodule "nitro-testnode"]
path = nitro-testnode
url = https://github.com/EspressoSystems/nitro-testnode
branch = integration
[submodule "arbitrator/langs/rust"]
path = arbitrator/langs/rust
url = https://github.com/OffchainLabs/stylus-sdk-rs.git
[submodule "arbitrator/langs/c"]
path = arbitrator/langs/c
url = https://github.com/OffchainLabs/stylus-sdk-c.git
[submodule "arbitrator/langs/bf"]
path = arbitrator/langs/bf
url = https://github.com/OffchainLabs/stylus-sdk-bf.git