-
Notifications
You must be signed in to change notification settings - Fork 390
Expand file tree
/
Copy path.gitmodules
More file actions
48 lines (48 loc) · 2.46 KB
/
.gitmodules
File metadata and controls
48 lines (48 loc) · 2.46 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
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/eigenlayer-middleware"]
path = contracts/lib/eigenlayer-middleware
url = https://github.com/yetanotherco/eigenlayer-middleware
[submodule "examples/verify/lib/forge-std"]
path = examples/verify/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/zkquiz/contracts/lib/forge-std"]
path = examples/zkquiz/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/zkquiz/contracts/lib/openzeppelin-contracts"]
path = examples/zkquiz/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "examples/validating-public-input/contracts/lib/forge-std"]
path = examples/validating-public-input/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
path = contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "claim_contracts/lib/forge-std"]
path = claim_contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "claim_contracts/lib/openzeppelin-contracts-upgradeable"]
path = claim_contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "claim_contracts/lib/openzeppelin-contracts"]
path = claim_contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts/lib/sp1-contracts"]
path = contracts/lib/sp1-contracts
url = https://github.com/succinctlabs/sp1-contracts
[submodule "contracts/lib/risc0-ethereum"]
path = contracts/lib/risc0-ethereum
url = https://github.com/risc0/risc0-ethereum
[submodule "contracts/eigenlayer_contracts/eigenlayer-contracts"]
path = contracts/eigenlayer_contracts/eigenlayer-contracts
url = https://github.com/Layr-Labs/eigenlayer-contracts.git
[submodule "examples/l2/contracts/lib/forge-std"]
path = examples/l2/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/circom/contracts/lib/forge-std"]
path = examples/circom/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std