-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
31 lines (31 loc) · 1.08 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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.5.0
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
branch = v4.8.2
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
branch = v4.8.2
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/v3-core"]
path = lib/v3-core
url = https://github.com/uniswap/v3-core
branch = 0.8
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/uniswap/v3-periphery
branch = 0.8
[submodule "/Users/jwp/Projects/ChatGTP/chatgtp/contracts/lib/v3-core"]
branch = 0.8
[submodule "/Users/jwp/Projects/ChatGTP/chatgtp/contracts/lib/v3-periphery"]
branch = 0.8
[submodule "lib/axelar-gmp-sdk-solidity"]
path = lib/axelar-gmp-sdk-solidity
url = https://github.com/axelarnetwork/axelar-gmp-sdk-solidity
branch = v3.2.1