forked from Consensys/EthEngGroupSolidityExamples
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 2.05 KB
/
.gitmodules
File metadata and controls
39 lines (39 loc) · 2.05 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
[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
[submodule "claim/lib/forge-std"]
path = claim/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "claim/lib/solidity-bytes-utils"]
path = claim/lib/solidity-bytes-utils
url = https://github.com/GNSPS/solidity-bytes-utils
[submodule "claim/lib/openzeppelin-contracts-upgradeable"]
path = claim/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "claim/lib/openzeppelin-contracts"]
path = claim/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "eip7702/lib/forge-std"]
path = eip7702/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "eip7702/lib/openzeppelin-contracts"]
path = eip7702/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts