-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitmodules
More file actions
96 lines (96 loc) · 3.32 KB
/
.gitmodules
File metadata and controls
96 lines (96 loc) · 3.32 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[submodule "lib/safe-smart-account"]
path = lib/safe-smart-account
url = https://github.com/safe-global/safe-smart-account
[submodule "lib/safe-modules"]
path = lib/safe-modules
url = https://github.com/safe-global/safe-modules
[submodule "lib/prb-math"]
path = lib/prb-math
url = https://github.com/PaulRBerg/prb-math
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/rari-capital/solmate
[submodule "lib/base64"]
path = lib/base64
url = https://github.com/Brechtpd/base64
[submodule "lib/gmx-v1"]
path = lib/gmx-v1
url = https://github.com/gmx-io/gmx-contracts
[submodule "lib/uni-v3-periphery"]
path = lib/uni-v3-periphery
url = https://github.com/Uniswap/v3-periphery
[submodule "lib/alchemix-v2"]
path = lib/alchemix-v2
url = https://github.com/alchemix-finance/v2-foundry
[submodule "lib/aave-v3"]
path = lib/aave-v3
url = https://github.com/aave/aave-v3-core
[submodule "lib/account-abstraction"]
path = lib/account-abstraction
url = https://github.com/eth-infinitism/account-abstraction
[submodule "lib/clones-with-immutable-args"]
path = lib/clones-with-immutable-args
url = https://github.com/wighawag/clones-with-immutable-args
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/uni-lib"]
path = lib/uni-lib
url = https://github.com/Uniswap/uniswap-lib
[submodule "lib/uni-v2"]
path = lib/uni-v2
url = https://github.com/Uniswap/v2-core
[submodule "lib/uni-v3"]
path = lib/uni-v3
url = https://github.com/Uniswap/v3-core
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/manifoldxyz"]
path = lib/manifoldxyz
url = https://github.com/manifoldxyz/royalty-registry-solidity
[submodule "lib/chainlink"]
path = lib/chainlink
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "lib/layerzero-v2"]
path = lib/layerzero-v2
url = https://github.com/LayerZero-Labs/LayerZero-v2.git
[submodule "lib/gmx-v2"]
path = lib/gmx-v2
url = https://github.com/gmx-io/gmx-synthetics
[submodule "lib/compound-v2"]
path = lib/compound-v2
url = https://github.com/compound-finance/compound-protocol.git
[submodule "lib/compound-v3"]
path = lib/compound-v3
url = https://github.com/compound-finance/comet
[submodule "lib/pyth"]
path = lib/pyth
url = https://github.com/pyth-network/pyth-sdk-solidity
[submodule "lib/curve"]
path = lib/curve
url = https://github.com/curvefi/curve-stablecoin
[submodule "lib/balancer"]
path = lib/balancer
url = https://github.com/balancer/balancer-v2-monorepo
[submodule "lib/lido"]
path = lib/lido
url = https://github.com/lidofinance/lido-dao
[submodule "lib/pendle"]
path = lib/pendle
url = https://github.com/pendle-finance/pendle-core-v2-public
[submodule "lib/morpho-blue"]
path = lib/morpho-blue
url = https://github.com/morpho-org/morpho-blue
[submodule "lib/seaport"]
path = lib/seaport
url = https://github.com/ProjectOpenSea/seaport
[submodule "lib/core"]
path = lib/core
url = https://github.com/reservoirprotocol/core
[submodule "lib/alchemix-v3"]
path = lib/alchemix-v3
url = https://github.com/alchemix-finance/v3-poc