forked from Kredeum/kredeum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
20 lines (20 loc) · 804 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
branch = release-v4.8
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
path = contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
branch = release-v4.8
[submodule "contracts/lib/OpenNFTs"]
path = contracts/lib/OpenNFTs
url = https://github.com/kredeum/OpenNFTs
branch = main
[submodule "contracts/lib/forge-deploy-lite"]
path = contracts/lib/forge-deploy-lite
url = https://github.com/zapaz/forge-deploy-lite
branch = dev