-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
45 lines (45 loc) · 2.23 KB
/
.gitmodules
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
[submodule "crates/strategies/uni-tri-arb/lib/forge-std"]
path = crates/strategies/uni-tri-arb/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "crates/strategies/uni-tri-arb/contracts/lib/forge-std"]
path = crates/strategies/uni-tri-arb/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "crates/strategies/uni-tri-arb/contracts/lib/v2-core"]
path = crates/strategies/uni-tri-arb/contracts/lib/v2-core
url = https://github.com/Uniswap/v2-core.git
[submodule "crates/artemis-core/src/contracts/lib/solmate"]
path = crates/artemis-core/src/contracts/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "crates/artemis-core/src/contracts/lib/contracts"]
path = crates/artemis-core/src/contracts/lib/contracts
url = https://github.com/aerodrome-finance/contracts
[submodule "contracts/lib/v3-core"]
path = contracts/lib/v3-core
url = https://github.com/Uniswap/v3-core
[submodule "contracts/lib/v3-periphery"]
path = contracts/lib/v3-periphery
url = https://github.com/Uniswap/v3-periphery
[submodule "contracts/lib/morpho-blue"]
path = contracts/lib/morpho-blue
url = https://github.com/morpho-org/morpho-blue
[submodule "crates/tx-simulator/tx-simulator/lib/forge-std"]
path = crates/tx-simulator/tx-simulator/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "crates/tx-simulator/lib/forge-std"]
path = crates/tx-simulator/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "crates/tx-simulator/contracts/lib/forge-std"]
path = crates/tx-simulator/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "crates/tx-simulator/contracts/lib/openzeppelin-contracts"]
path = crates/tx-simulator/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "crates/tx-simulator/contracts/lib/solmate"]
path = crates/tx-simulator/contracts/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "crates/bindings/lib/forge-std"]
path = crates/bindings/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "crates/types/contracts/lib/forge-std"]
path = crates/types/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std