forked from silo-finance/silo-contracts-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.56 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.56 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
36
37
38
39
40
41
42
[submodule "foundry"]
path = gitmodules/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.9.7
[submodule "silo-foundry-utils"]
path = gitmodules/silo-foundry-utils
url = https://github.com/silo-finance/silo-foundry-utils
branch = v0.0.19
[submodule "gitmodules/uniswap/v3-periphery"]
path = gitmodules/uniswap/v3-periphery
url = https://github.com/Uniswap/v3-periphery
branch = v1.3.0
[submodule "gitmodules/uniswap/v3-core"]
path = gitmodules/uniswap/v3-core
url = https://github.com/Uniswap/v3-core
branch = v1.0.0
[submodule "gitmodules/chainlink"]
path = gitmodules/chainlink
url = https://github.com/smartcontractkit/chainlink
[submodule "chainlink-ccip"]
path = gitmodules/chainlink-ccip
url = https://github.com/smartcontractkit/ccip
[submodule "crytic-properties"]
path = gitmodules/crytic/properties
url = https://github.com/crytic/properties
[submodule "openzeppelin5"]
path = gitmodules/openzeppelin-contracts-5
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = v5.0.2
[submodule "openzeppelin-contracts-upgradeable-5"]
path = gitmodules/openzeppelin-contracts-upgradeable-5
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "morpho-blue"]
path = gitmodules/morpho-blue
url = https://github.com/morpho-org/morpho-blue/
[submodule "pyth-sdk-solidity"]
path = gitmodules/pyth-sdk-solidity
url = https://github.com/pyth-network/pyth-crosschain.git
branch = xc-admin-v0.6.11
[submodule "a16z-erc4626-tests"]
path = gitmodules/a16z-erc4626-tests
url = https://github.com/a16z/erc4626-tests