-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.35 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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/contracts"]
path = lib/contracts
url = https://github.com/thirdweb-dev/contracts
[submodule "lib/hats-protocol"]
path = lib/hats-protocol
url = https://github.com/Hats-Protocol/hats-protocol
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/vectorized/solady/
[submodule "lib/evm-tableland"]
path = lib/evm-tableland
url = https://github.com/tablelandnetwork/evm-tableland
[submodule "lib/openzeppelin"]
path = lib/openzeppelin
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "openzeppelin-contracts-upgradeable"]
path = openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/erc721a-upgradeable"]
path = lib/erc721a-upgradeable
url = https://github.com/chiru-labs/ERC721A-Upgradeable
[submodule "lib/hats-module"]
path = lib/hats-module
url = https://github.com/Hats-Protocol/hats-module
[submodule "lib/nana-core"]
path = lib/nana-core
url = https://github.com/bananapus/nana-core
[submodule "lib/permit2"]
path = lib/permit2
url = https://github.com/uniswap/permit2