-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
21 lines (21 loc) · 875 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "hello_foundry/lib/forge-std"]
path = hello_foundry/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "foundary/lib/forge-std"]
path = foundary/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "foundary/lib/solmate"]
path = foundary/lib/solmate
url = https://github.com/rari-capital/solma
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "contracts/lib/solmate"]
path = contracts/lib/solmate
url = https://github.com/rari-capital/solmate