-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.06 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.06 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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = git@github.com:OpenZeppelin/openzeppelin-contracts.git
[submodule "lib/permit2"]
path = lib/permit2
url = https://github.com/Uniswap/permit2.git
[submodule "lib/v4-core"]
path = lib/v4-core
url = https://github.com/Uniswap/v4-core.git
[submodule "lib/v4-periphery"]
path = lib/v4-periphery
url = https://github.com/Uniswap/v4-periphery.git
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/Vectorized/solady
[submodule "lib/optimism"]
path = lib/optimism
url = https://github.com/ethereum-optimism/optimism
[submodule "lib/uerc20-factory"]
path = lib/uerc20-factory
url = https://github.com/Uniswap/uerc20-factory
[submodule "lib/blocknumberish"]
path = lib/blocknumberish
url = https://github.com/Uniswap/blocknumberish
[submodule "lib/continuous-clearing-auction"]
path = lib/continuous-clearing-auction
url = https://github.com/Uniswap/continuous-clearing-auction