-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
24 lines (24 loc) · 943 Bytes
/
.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
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "exampleOZ/lib/openzeppelin-contracts-upgradeable"]
path = exampleOZ/lib/openzeppelin-contracts-upgradeable
url = https://github.com/Openzeppelin/openzeppelin-contracts-upgradeable
[submodule "exampleOZ/lib/openzeppelin-contracts"]
path = exampleOZ/lib/openzeppelin-contracts
url = https://github.com/Openzeppelin/openzeppelin-contracts
[submodule "exampleOZ/lib/forge-std"]
path = exampleOZ/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "example/lib/forge-std"]
path = example/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "exampleOZ/lib/UDS"]
path = exampleOZ/lib/UDS
url = https://github.com/0xPhaze/UDS
[submodule "example/lib/UDS"]
path = example/lib/UDS
url = https://github.com/0xPhaze/UDS
[submodule "lib/UDS"]
path = lib/UDS
url = https://github.com/0xPhaze/UDS