-
Notifications
You must be signed in to change notification settings - Fork 82
/
.gitmodules
27 lines (27 loc) · 1023 Bytes
/
.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/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
ignore = dirty
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable.git
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/rari-capital/solmate
[submodule "lib/royalty-registry-solidity.git"]
path = lib/royalty-registry-solidity.git
url = https://github.com/manifoldxyz/royalty-registry-solidity.git
[submodule "lib/libraries-solidity"]
path = lib/libraries-solidity
url = https://github.com/manifoldxyz/libraries-solidity
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.5.1
[submodule "lib/prb-math"]
path = lib/prb-math
url = https://github.com/PaulRBerg/prb-math
branch = v2.5.0