-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (23 loc) · 790 Bytes
/
.gitmodules
File metadata and controls
23 lines (23 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/prb-math"]
path = lib/prb-math
url = https://github.com/PaulRBerg/prb-math
branch = release-v4
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
branch = release-v4.9
[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-prize-pool"]
path = lib/pt-v5-prize-pool
url = https://github.com/GenerationSoftware/pt-v5-prize-pool
branch = main