-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
30 lines (30 loc) · 1.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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.3.0
[submodule "lib/v2-core"]
path = lib/v2-core
url = https://github.com/uniswap/v2-core
branch = v1.0.1
[submodule "lib/v2-periphery"]
path = lib/v2-periphery
url = https://github.com/uniswap/v2-periphery
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
branch = v4.8.1
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
branch = v4.8.1
[submodule "lib/rollup-encoder"]
path = lib/rollup-encoder
url = https://github.com/AztecProtocol/rollup-encoder
branch = main
[submodule "build-system"]
path = build-system
url = [email protected]:aztecprotocol/build-system
[submodule "lib/aztec-connect-bridges"]
path = lib/aztec-connect-bridges
url = https://github.com/AztecProtocol/aztec-connect-bridges
branch = v0.1.74