generated from pooltogether/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
30 lines (30 loc) · 1.14 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
[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/v5-twab-controller"]
path = lib/v5-twab-controller
url = https://github.com/pooltogether/v5-twab-controller
[submodule "lib/v5-liquidator"]
path = lib/v5-liquidator
url = https://github.com/pooltogether/v5-liquidator
[submodule "lib/v5-prize-pool"]
path = lib/v5-prize-pool
url = https://github.com/pooltogether/v5-prize-pool
branch = pool-2870-update-prizepool-vault-to-be-able-to-redistribute-prizes
[submodule "lib/owner-manager-contracts"]
path = lib/owner-manager-contracts
url = https://github.com/pooltogether/owner-manager-contracts
[submodule "lib/ring-buffer-lib"]
path = lib/ring-buffer-lib
url = https://github.com/pooltogether/ring-buffer-lib
[submodule "lib/brokentoken"]
path = lib/brokentoken
url = https://github.com/GenerationSoftware/brokentoken