-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (24 loc) · 1.2 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
[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