-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitmodules
More file actions
35 lines (35 loc) · 1.21 KB
/
.gitmodules
File metadata and controls
35 lines (35 loc) · 1.21 KB
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
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/forge-std"]
path = 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
branch = v4.9.2
[submodule "lib/osx"]
path = lib/osx
url = https://github.com/aragon/osx
branch = release-v1.4
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/Openzeppelin/openzeppelin-contracts-upgradeable
branch = v4.9.2
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/openzeppelin-foundry-upgrades"]
path = lib/openzeppelin-foundry-upgrades
url = https://github.com/Openzeppelin/openzeppelin-foundry-upgrades
[submodule "lib/multisig-plugin"]
path = lib/multisig-plugin
url = https://github.com/aragon/multisig-plugin
branch = release-v1.3
[submodule "lib/osx-commons"]
path = lib/osx-commons
url = https://github.com/aragon/osx-commons
branch = main
[submodule "lib/protocol-factory"]
path = lib/protocol-factory
url = https://github.com/aragon/protocol-factory