-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
27 lines (27 loc) · 1.35 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 "examples/permit2"]
path = examples/permit2
url = https://github.com/Uniswap/permit2.git
[submodule "tests/Contracts/lib/forge-std"]
path = tests/Contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "tests/with_metadata/lib/forge-std"]
path = tests/with_metadata/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/frxETH-public"]
path = examples/frxETH-public
url = https://github.com/ritzdorf/frxETH-public.git
[submodule "examples/tokenized-aave-v3/lib/forge-std"]
path = examples/tokenized-aave-v3/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/tokenized-aave-v3/lib/openzeppelin-contracts"]
path = examples/tokenized-aave-v3/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "examples/tokenized-aave-v3/lib/tokenized-strategy"]
path = examples/tokenized-aave-v3/lib/tokenized-strategy
url = https://github.com/yearn/tokenized-strategy
[submodule "examples/tokenized-aave-v3/lib/tokenized-strategy-periphery"]
path = examples/tokenized-aave-v3/lib/tokenized-strategy-periphery
url = https://github.com/yearn/tokenized-strategy-periphery
[submodule "tests/Contracts/lib/openzeppelin-contracts"]
path = tests/Contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts