-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
27 lines (27 loc) · 1.05 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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/murky"]
path = lib/murky
url = https://github.com/dmfxyz/murky
[submodule "lib/0xsequence/erc-1155"]
path = lib/0xsequence/erc-1155
url = https://github.com/0xsequence/erc-1155
[submodule "lib/0xsequence/erc20-meta-token"]
path = lib/0xsequence/erc20-meta-token
url = https://github.com/0xsequence/erc20-meta-token
[submodule "lib/openzeppelin"]
path = lib/openzeppelin
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/chiru-labs/erc721a"]
path = lib/chiru-labs/erc721a
url = https://github.com/chiru-labs/ERC721A
[submodule "lib/chiru-labs/erc721a-upgradeable"]
path = lib/chiru-labs/erc721a-upgradeable
url = https://github.com/chiru-labs/ERC721A-upgradeable
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/vectorized/solady
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable