-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.15 KB
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1.15 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
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/v2-core"]
path = lib/v2-core
url = https://github.com/superform-xyz/v2-core
branch = dev
[submodule "lib/chimera"]
path = lib/chimera
url = https://github.com/Recon-Fuzz/chimera
[submodule "lib/setup-helpers"]
path = lib/setup-helpers
url = https://github.com/Recon-Fuzz/setup-helpers
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/erc7540-reusable-properties"]
path = lib/erc7540-reusable-properties
url = https://github.com/Recon-Fuzz/erc7540-reusable-properties
[submodule "lib/halmos-cheatcodes"]
path = lib/halmos-cheatcodes
url = https://github.com/a16z/halmos-cheatcodes
[submodule "lib/devtools"]
path = lib/devtools
url = https://github.com/layerzero-labs/devtools
[submodule "lib/LayerZero-v2"]
path = lib/LayerZero-v2
url = https://github.com/layerzero-labs/LayerZero-v2
[submodule "lib/solidity-bytes-utils"]
path = lib/solidity-bytes-utils
url = https://github.com/GNSPS/solidity-bytes-utils