-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
24 lines (24 loc) · 1.11 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
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
path = contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/v4-core"]
path = lib/v4-core
url = https://github.com/Uniswap/v4-core
[submodule "contracts/lib/v4-core"]
path = contracts/lib/v4-core
url = https://github.com/Uniswap/v4-core
[submodule "contracts/lib/v4-periphery"]
path = contracts/lib/v4-periphery
url = https://github.com/Uniswap/v4-periphery
[submodule "hardhat/contracts/lib/uniswap-v4-core"]
path = hardhat/contracts/lib/uniswap-v4-core
url = https://github.com/Uniswap/v4-core.git
[submodule "hardhat/openzeppelin-contracts-upgradeable"]
path = hardhat/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable.git
[submodule "contracts/lib/npm-contracts"]
path = contracts/lib/npm-contracts
url = https://github.com/VIALabs-io/npm-contracts.git