-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.gitmodules
19 lines (18 loc) · 862 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[submodule "contracts-v0.2/lib/forge-std"]
path = contracts-v0.2/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts-v0.2/lib/openzeppelin-contracts"]
path = contracts-v0.2/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts-v0.2/lib/solidity-stringutils"]
path = contracts-v0.2/lib/solidity-stringutils
url = https://github.com/Arachnid/solidity-stringutils
[submodule "lib/forge-std"]
path = contracts/v0.2/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = contracts/v0.2/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/solidity-stringutils"]
path = contracts/v0.2/lib/solidity-stringutils
url = https://github.com/Arachnid/solidity-stringutils