-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path.gitmodules
More file actions
66 lines (66 loc) · 2.42 KB
/
.gitmodules
File metadata and controls
66 lines (66 loc) · 2.42 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/forge-gas-snapshot"]
path = lib/forge-gas-snapshot
url = https://github.com/marktoda/forge-gas-snapshot
[submodule "src/pkgs/v2-core"]
path = src/pkgs/v2-core
url = https://github.com/Uniswap/v2-core
[submodule "src/pkgs/v2-periphery"]
path = src/pkgs/v2-periphery
url = https://github.com/Uniswap/v2-periphery
[submodule "lib/solidity-lib"]
path = lib/solidity-lib
url = https://github.com/Uniswap/solidity-lib
[submodule "src/pkgs/v3-core"]
path = src/pkgs/v3-core
url = https://github.com/Uniswap/v3-core
[submodule "src/pkgs/v3-periphery"]
path = src/pkgs/v3-periphery
url = https://github.com/Uniswap/v3-periphery
[submodule "lib/base64"]
path = lib/base64
url = https://github.com/Brechtpd/base64
[submodule "src/pkgs/v4-core"]
path = src/pkgs/v4-core
url = https://github.com/Uniswap/v4-core/
[submodule "src/pkgs/v4-periphery"]
path = src/pkgs/v4-periphery
url = https://github.com/Uniswap/v4-periphery/
[submodule "src/pkgs/permit2"]
path = src/pkgs/permit2
url = https://github.com/Uniswap/permit2/
[submodule "src/pkgs/universal-router"]
path = src/pkgs/universal-router
url = https://github.com/Uniswap/universal-router
[submodule "src/pkgs/uniswapx"]
path = src/pkgs/uniswapx
url = https://github.com/uniswap/uniswapx
[submodule "src/pkgs/view-quoter-v3"]
path = src/pkgs/view-quoter-v3
url = https://github.com/Uniswap/view-quoter-v3.git
[submodule "src/pkgs/util-contracts"]
path = src/pkgs/util-contracts
url = https://github.com/Uniswap/util-contracts.git
[submodule "src/pkgs/swap-router-contracts"]
path = src/pkgs/swap-router-contracts
url = https://github.com/Uniswap/swap-router-contracts
[submodule "lib/forge-chronicles"]
path = lib/forge-chronicles
url = https://github.com/uniswap/forge-chronicles
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/Openzeppelin/openzeppelin-contracts
[submodule "src/pkgs/calibur"]
path = src/pkgs/calibur
url = https://github.com/Uniswap/calibur
[submodule "src/pkgs/mixed-quoter"]
path = src/pkgs/mixed-quoter
url = https://github.com/Uniswap/mixed-quoter
[submodule "src/pkgs/universal-router-2_0"]
path = src/pkgs/universal-router-2_0
url = https://github.com/Uniswap/universal-router
[submodule "src/pkgs/v4-hooks-public"]
path = src/pkgs/v4-hooks-public
url = https://github.com/Uniswap/v4-hooks-public