-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
48 lines (48 loc) · 1.82 KB
/
.gitmodules
File metadata and controls
48 lines (48 loc) · 1.82 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
[submodule "compliant-uniswap/lib/forge-std"]
path = forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "compliant-uniswap/lib/v4-core"]
path = v4-core
url = https://github.com/uniswap/v4-core
[submodule "compliant-uniswap/lib/v4-periphery"]
path = v4-periphery
url = https://github.com/uniswap/v4-periphery
[submodule "predicate-std"]
path = compliant-uniswap/lib/predicate-std
url = https://github.com/PredicateLabs/predicate-std
[submodule "lib/protocol"]
path = lib/protocol
url = https://github.com/m0-foundation/protocol
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/v4-core"]
path = lib/v4-core
url = https://github.com/uniswap/v4-core
[submodule "lib/v4-periphery"]
path = lib/v4-periphery
url = https://github.com/uniswap/v4-periphery
[submodule "lib/predicate-std"]
path = lib/predicate-std
url = https://github.com/predicatelabs/predicate-std
[submodule "lib/contracts"]
path = lib/contracts
url = https://github.com/across-protocol/contracts
[submodule "compliant-counter/contracts/lib/forge-std"]
path = compliant-counter/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "counter/lib/forge-std"]
path = counter/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "counter/lib/predicate-contracts"]
path = counter/lib/predicate-contracts
url = https://github.com/PredicateLabs/predicate-contracts
[submodule "centrifuge/lib/forge-std"]
path = centrifuge/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "centrifuge/lib/predicate-contracts"]
path = centrifuge/lib/predicate-contracts
url = https://github.com/PredicateLabs/predicate-contracts
[submodule "centrifuge/lib/protocol-v3"]
path = centrifuge/lib/protocol-v3
url = https://github.com/centrifuge/protocol-v3.git