forked from Consensys/EthEngGroupSolidityExamples
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.gitmodules
21 lines (21 loc) · 1.22 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "sol-test/202312/nftcontract/lib/forge-std"]
path = sol-test/202312/nftcontract/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "sol-test/202312/nftcontract/lib/openzeppelin-contracts-upgradeable"]
path = sol-test/202312/nftcontract/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "sol-test/202312/nftcontract/lib/openzeppelin-contracts"]
path = sol-test/202312/nftcontract/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "sol-test/202312/buy/lib/forge-std"]
path = sol-test/202312/buy/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "sol-test/202312/buy/lib/openzeppelin-contracts"]
path = sol-test/202312/buy/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "sol-test/202312/buy/lib/openzeppelin-contracts-upgradeable"]
path = sol-test/202312/buy/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "rust/deploy/contracts/lib/forge-std"]
path = rust/deploy/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std