-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (23 loc) · 867 Bytes
/
.gitmodules
File metadata and controls
23 lines (23 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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/forge-deploy-lite"]
path = contracts/lib/forge-deploy-lite
url = https://github.com/zapaz/forge-deploy-lite
branch = dev
[submodule "contracts/lib/storage-incentives"]
path = contracts/lib/storage-incentives
url = https://github.com/ethersphere/storage-incentives
branch = master
[submodule "contracts/lib/tokenbound"]
path = contracts/lib/tokenbound
url = https://github.com/tokenbound/contracts
branch = main
[submodule "contracts/lib/erc6551"]
path = contracts/lib/erc6551
url = https://github.com/erc6551/reference