-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.53 KB
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 1.53 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
[submodule "src/lib/forge-std"]
path = src/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "src/lib/OpenZeppelin/openzeppelin-contracts@4.4.2"]
path = src/lib/OpenZeppelin/openzeppelin-contracts@4.4.2
url = https://github.com/OpenZeppelin/openzeppelin-contracts.git
[submodule "src/lib/OpenZeppelin/openzeppelin-contracts-upgradeable@4.6.0"]
path = src/lib/OpenZeppelin/openzeppelin-contracts-upgradeable@4.6.0
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable.git
[submodule "src/lib/GNSPS/solidity-bytes-utils@0.8.0"]
path = src/lib/GNSPS/solidity-bytes-utils@0.8.0
url = https://github.com/GNSPS/solidity-bytes-utils.git
[submodule "pectra/lib/OpenZeppelin/openzeppelin-contracts@4.9.0"]
path = pectra/lib/OpenZeppelin/openzeppelin-contracts@4.9.0
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "pectra/lib/OpenZeppelin/openzeppelin-contracts-upgradeable@4.9.0"]
path = pectra/lib/OpenZeppelin/openzeppelin-contracts-upgradeable@4.9.0
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "pectra/lib/forge-std"]
path = pectra/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "pectra/lib/eigenlayer-contracts/eigenlayer-contracts@1.6.0"]
path = pectra/lib/eigenlayer-contracts/eigenlayer-contracts@1.6.0
url = https://github.com/Layr-Labs/eigenlayer-contracts.git
[submodule "pectra/lib/GNSPS/solidity-bytes-utils@0.8.0"]
path = pectra/lib/GNSPS/solidity-bytes-utils@0.8.0
url = https://github.com/GNSPS/solidity-bytes-utils