-
Notifications
You must be signed in to change notification settings - Fork 37
/
.gitmodules
45 lines (45 loc) · 1.69 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
37
38
39
40
41
42
43
44
45
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
branch = release-v4.9
[submodule "lib/erc4626-tests"]
path = lib/erc4626-tests
url = https://github.com/a16z/erc4626-tests
[submodule "lib/owner-manager-contracts"]
path = lib/owner-manager-contracts
url = https://github.com/pooltogether/owner-manager-contracts
[submodule "lib/brokentoken"]
path = lib/brokentoken
url = https://github.com/GenerationSoftware/brokentoken
[submodule "lib/pt-v5-prize-pool"]
path = lib/pt-v5-prize-pool
url = https://github.com/GenerationSoftware/pt-v5-prize-pool
branch = main
[submodule "lib/pt-v5-twab-controller"]
path = lib/pt-v5-twab-controller
url = https://github.com/generationsoftware/pt-v5-twab-controller
branch = main
[submodule "lib/pt-v5-liquidator-interfaces"]
path = lib/pt-v5-liquidator-interfaces
url = https://github.com/generationsoftware/pt-v5-liquidator-interfaces
branch = main
[submodule "lib/pt-v5-claimable-interface"]
path = lib/pt-v5-claimable-interface
url = https://github.com/GenerationSoftware/pt-v5-claimable-interface
branch = main
[submodule "lib/pt-v5-staking-vault"]
path = lib/pt-v5-staking-vault
url = https://github.com/GenerationSoftware/pt-v5-staking-vault
[submodule "lib/yield-daddy"]
path = lib/yield-daddy
url = https://github.com/timeless-fi/yield-daddy
[submodule "lib/ExcessivelySafeCall"]
path = lib/ExcessivelySafeCall
url = https://github.com/nomad-xyz/ExcessivelySafeCall
[submodule "lib/rETHERC4626"]
path = lib/rETHERC4626
url = https://github.com/rocket-pool/rETHERC4626