forked from OpenZeppelin/damn-vulnerable-defi
-
Notifications
You must be signed in to change notification settings - Fork 930
/
.gitmodules
51 lines (51 loc) · 1.52 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
43
44
45
46
47
48
49
50
51
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
ignore = dirty
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
ignore = dirty
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
ignore = dirty
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/vectorized/solady
ignore = dirty
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
ignore = dirty
[submodule "lib/v2-periphery"]
path = lib/v2-periphery
url = https://github.com/uniswap/v2-periphery
ignore = dirty
[submodule "lib/v2-core"]
path = lib/v2-core
url = https://github.com/uniswap/v2-core
ignore = dirty
[submodule "lib/multicall"]
path = lib/multicall
url = https://github.com/mds1/multicall
ignore = dirty
[submodule "lib/safe-smart-account"]
path = lib/safe-smart-account
url = https://github.com/safe-global/safe-smart-account
ignore = dirty
[submodule "lib/murky"]
path = lib/murky
url = https://github.com/dmfxyz/murky
ignore = dirty
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/Uniswap/v3-periphery
[submodule "lib/v3-core"]
path = lib/v3-core
url = https://github.com/Uniswap/v3-core
ignore = dirty
[submodule "lib/permit2"]
path = lib/permit2
url = https://github.com/Uniswap/permit2
ignore = dirty