-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitmodules
29 lines (28 loc) · 1.01 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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = release-v4.8
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
branch = v7
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/ERC721B"]
path = lib/ERC721B
url = https://github.com/badbabybearbots/ERC721B
branch = 0.2.1
[submodule "lib/safe-contracts"]
path = lib/safe-contracts
url = https://github.com/safe-global/safe-contracts
branch = v1.4.0
[submodule "lib/token-vesting-contract"]
path = lib/token-vesting-contract
url = https://github.com/moleculeprotocol/token-vesting-contract
[submodule "lib/solidity-base64"]
path = lib/solidity-base64
url = https://github.com/hir0min/solidity-base64