-
Notifications
You must be signed in to change notification settings - Fork 358
/
.gitmodules
33 lines (33 loc) · 1.74 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
[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