-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitmodules
More file actions
53 lines (53 loc) · 2.09 KB
/
.gitmodules
File metadata and controls
53 lines (53 loc) · 2.09 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[submodule "go-ethereum"]
path = go-ethereum
url = https://github.com/OffchainLabs/go-ethereum.git
commit = b2189adb08e031bb17a3a9574457c49dfa37d4ee
[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 "arbitrator/wasm-testsuite/testsuite"]
path = arbitrator/wasm-testsuite/testsuite
url = https://github.com/WebAssembly/testsuite.git
[submodule "contracts"]
path = contracts
url = https://github.com/Layr-Labs/nitro-contracts.git
commit = eigenda-v3.1.0
[submodule "nitro-testnode"]
path = nitro-testnode
url = https://github.com/Layr-Labs/nitro-testnode.git
branch = v3-upstream-merge
[submodule "arbitrator/rust-kzg-bn254"]
path = arbitrator/rust-kzg-bn254
url = https://github.com/Layr-Labs/rust-kzg-bn254.git
branch = epociask--better-linting
[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/layr-labs/nitro-testnode.git
[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
[submodule "safe-smart-account"]
path = safe-smart-account
url = https://github.com/safe-global/safe-smart-account.git
[submodule "contracts-legacy"]
path = contracts-legacy
url = https://github.com/Layr-Labs/nitro-contracts.git
commit = eigenda-v2.1.3
[submodule "contracts-local/lib/openzeppelin-contracts"]
path = contracts-local/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts-local/src/precompiles"]
path = contracts-local/src/precompiles
url = https://github.com/OffchainLabs/nitro-precompile-interfaces.git