-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (23 loc) · 957 Bytes
/
.gitmodules
File metadata and controls
25 lines (23 loc) · 957 Bytes
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
# AVS
[submodule "packages/avs/lib/forge-std"]
path = packages/avs/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "packages/avs/lib/eigenlayer-middleware"]
path = packages/avs/lib/eigenlayer-middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
# Hook
[submodule "packages/foundry/lib/forge-std"]
path = packages/foundry/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "packages/foundry/lib/v4-periphery"]
path = packages/foundry/lib/v4-periphery
url = https://github.com/Uniswap/v4-periphery
[submodule "packages/foundry/lib/universal-router"]
path = packages/foundry/lib/universal-router
url = https://github.com/uniswap/universal-router
[submodule "packages/foundry/lib/v3-core"]
path = packages/foundry/lib/v3-core
url = https://github.com/uniswap/v3-core
[submodule "packages/foundry/lib/v2-core"]
path = packages/foundry/lib/v2-core
url = https://github.com/uniswap/v2-core