-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
44 lines (44 loc) · 1.61 KB
/
.gitmodules
File metadata and controls
44 lines (44 loc) · 1.61 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
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/abdk-libraries-solidity"]
path = lib/abdk-libraries-solidity
url = https://github.com/abdk-consulting/abdk-libraries-solidity
[submodule "lib/uniswap-lib"]
path = lib/uniswap-lib
url = https://github.com/Uniswap/solidity-lib
[submodule "lib/base64"]
path = lib/base64
url = https://github.com/Brechtpd/base64
[submodule "lib/v2-core"]
path = lib/v2-core
url = https://github.com/Uniswap/v2-core
[submodule "lib/canonical-weth"]
path = lib/canonical-weth
url = https://github.com/gnosis/canonical-weth
[submodule "lib\\forge-std"]
branch = master
[submodule "lib/v3-core"]
path = lib/v3-core
url = https://github.com/Uniswap/v3-core.git
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/Uniswap/v3-periphery.git
[submodule "lib/uniswap-openzeppelin"]
path = lib/uniswap-openzeppelin
url = https://github.com/OpenZeppelin/openzeppelin-contracts.git
[submodule "lib/ERC1155-in-pure-yul"]
path = lib/ERC1155-in-pure-yul
url = https://github.com/Frenchkebab/ERC1155-in-pure-yul
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/clones-with-immutable-args"]
path = lib/clones-with-immutable-args
url = https://github.com/wighawag/clones-with-immutable-args
[submodule "lib/prb-math"]
path = lib/prb-math
url = https://github.com/PaulRBerg/prb-math