forked from coinbase/build-onchain-apps
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
20 lines (20 loc) · 765 Bytes
/
Copy path.gitmodules
File metadata and controls
20 lines (20 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "template/contracts/lib/forge-std"]
path = template/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
ignore = dirty
[submodule "template/contracts/lib/openzeppelin-contracts"]
path = template/contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
ignore = dirty
[submodule "template/contracts/lib/ERC721A"]
path = template/contracts/lib/ERC721A
url = https://github.com/chiru-labs/ERC721A
ignore = dirty
[submodule "template/contracts/lib/solady"]
path = template/contracts/lib/solady
url = https://github.com/vectorized/solady
ignore = dirty
[submodule "template/contracts/lib/murky"]
path = template/contracts/lib/murky
url = https://github.com/dmfxyz/murky
ignore = dirty