-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
67 lines (67 loc) · 2.66 KB
/
.gitmodules
File metadata and controls
67 lines (67 loc) · 2.66 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
[submodule "packages/veraswap-sdk/lib/forge-std"]
path = packages/veraswap-sdk/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/forge-std"]
branch = master
[submodule "packages/veraswap-sdk/lib/openzeppelin-contracts"]
path = packages/veraswap-sdk/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "lib/openzeppelin-contracts"]
branch = master
[submodule "packages/veraswap-sdk/lib/permit2"]
path = packages/veraswap-sdk/lib/permit2
url = https://github.com/uniswap/permit2
[submodule "lib/permit2"]
branch = main
[submodule "packages/veraswap-sdk/lib/v2-core"]
path = packages/veraswap-sdk/lib/v2-core
url = https://github.com/uniswap/v2-core
[submodule "lib/v2-core"]
branch = master
[submodule "lib/v3-core"]
branch = solc-upgrade
[submodule "lib/v3-periphery"]
branch = main
[submodule "packages/veraswap-sdk/lib/v4-core"]
path = packages/veraswap-sdk/lib/v4-core
url = https://github.com/uniswap/v4-core
[submodule "lib/v4-core"]
branch = main
[submodule "packages/veraswap-sdk/lib/v4-periphery"]
path = packages/veraswap-sdk/lib/v4-periphery
url = https://github.com/uniswap/v4-periphery
[submodule "lib/v4-periphery"]
branch = main
[submodule "packages/veraswap-sdk/lib/uniswap-hooks"]
path = packages/veraswap-sdk/lib/uniswap-hooks
url = https://github.com/openzeppelin/uniswap-hooks
[submodule "lib/uniswap-hooks"]
branch = master
[submodule "packages/veraswap-sdk/lib/universal-router"]
path = packages/veraswap-sdk/lib/universal-router
url = https://github.com/uniswap/universal-router
[submodule "lib/universal-router"]
branch = main
[submodule "packages/veraswap-sdk/lib/v3-periphery"]
path = packages/veraswap-sdk/lib/v3-periphery
url = https://github.com/leovigna/v3-periphery
[submodule "packages/veraswap-sdk/lib/hyperlane-monorepo"]
path = packages/veraswap-sdk/lib/hyperlane-monorepo
url = https://github.com/hyperlane-xyz/hyperlane-monorepo
[submodule "lib/hyperlane-monorepo"]
branch = main
[submodule "packages/veraswap-sdk/lib/interop-lib"]
path = packages/veraswap-sdk/lib/interop-lib
url = https://github.com/ethereum-optimism/interop-lib
[submodule "packages/veraswap-sdk/lib/rhinestone-core-modules"]
path = packages/veraswap-sdk/lib/rhinestone-core-modules
url = https://github.com/owlprotocol/rhinestone-core-modules
[submodule "packages/veraswap-sdk/lib/kernel"]
path = packages/veraswap-sdk/lib/kernel
url = https://github.com/zerodevapp/kernel
[submodule "tools/scoutup"]
path = tools/scoutup
url = https://github.com/owlprotocol/scoutup.git
[submodule "packages/veraswap-sdk/lib/v3-core"]
path = packages/veraswap-sdk/lib/v3-core
url = https://github.com/veraswap-io/v3-core