-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (33 loc) · 1.66 KB
/
.gitmodules
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
[submodule "foundry_ethernaut/lib/forge-std"]
path = foundry_ethernaut/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "ERC20/lib/forge-std"]
path = ERC20/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "uni_assignment/auction/lib/forge-std"]
path = uni_assignment/auction/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "uni_assignment/token/lib/forge-std"]
path = uni_assignment/token/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "wargames/foundry/ethernaut/lib/forge-std"]
path = wargames/foundry/ethernaut/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "wargames/foundry/ethernaut/lib/openzeppelin-contracts"]
path = wargames/foundry/ethernaut/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "wargames/foundry/sekaiCTF2024/lib/forge-std"]
path = wargames/foundry/sekaiCTF2024/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "wargames/foundry/sekaiCTF2024/lib/openzeppelin-contracts"]
path = wargames/foundry/sekaiCTF2024/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "ERC1155/lib/openzeppelin-foundry-upgrades"]
path = ERC1155/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "ERC1155/lib/openzeppelin-contracts-upgradeable"]
path = ERC1155/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "ERC1155/lib/forge-std"]
path = ERC1155/lib/forge-std
url = https://github.com/foundry-rs/forge-std