-
Notifications
You must be signed in to change notification settings - Fork 375
/
.gitmodules
42 lines (42 loc) · 2.02 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
37
38
39
40
41
42
[submodule "barretenberg"]
path = aztec-connect-cpp/barretenberg
url = [email protected]:aztecprotocol/barretenberg
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/v2-core"]
path = contracts/lib/v2-core
url = https://github.com/uniswap/v2-core
[submodule "contracts/lib/v2-periphery"]
path = contracts/lib/v2-periphery
url = https://github.com/uniswap/v2-periphery
[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 "contracts/lib/rollup-encoder"]
path = contracts/lib/rollup-encoder
url = https://github.com/AztecProtocol/rollup-encoder
branch = main
[submodule "yarn-project/contracts-verifier-test/lib/forge-std"]
path = yarn-project/contracts-verifier-test/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "yarn-project/contracts-verifier-test/lib/openzeppelin-contracts"]
path = yarn-project/contracts-verifier-test/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "yarn-project/contracts-verifier-test/lib/openzeppelin-contracts-upgradeable"]
path = yarn-project/contracts-verifier-test/lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
[submodule "yarn-project/contracts-verifier-test/lib/rollup-encoder"]
path = yarn-project/contracts-verifier-test/lib/rollup-encoder
url = https://github.com/AztecProtocol/rollup-encoder
branch = main
[submodule "contracts/lib/aztec-connect-bridges"]
path = contracts/lib/aztec-connect-bridges
url = https://github.com/AztecProtocol/aztec-connect-bridges
branch = master
[submodule "build-system"]
path = build-system
url = [email protected]:aztecprotocol/build-system