forked from ProjectOpenSea/seadrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (35 loc) · 1.28 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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.5.0
[submodule "lib/ERC721A"]
path = lib/ERC721A
url = https://github.com/chiru-labs/ERC721A
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/murky"]
path = lib/murky
url = https://github.com/dmfxyz/murky
[submodule "lib/utility-contracts"]
path = lib/utility-contracts
url = https://github.com/jameswenzel/utility-contracts
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "lib/operator-filter-registry"]
path = lib/operator-filter-registry
url = git@github.com:ProjectOpenSea/operator-filter-registry.git
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = git@github.com:OpenZeppelin/openzeppelin-contracts-upgradeable.git
[submodule "lib/ERC721A-Upgradeable"]
path = lib/ERC721A-Upgradeable
url = git@github.com:chiru-labs/ERC721A-Upgradeable.git
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/create2-helpers"]
path = lib/create2-helpers
url = https://github.com/emo-eth/create2-helpers
branch = v0.1.3