-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
21 lines (21 loc) · 863 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "solidity_code/lib/suave-std"]
path = solidity_code/lib/suave-std
url = https://github.com/flashbots/suave-std
[submodule "solidity_code/lib/v3-core"]
path = solidity_code/lib/v3-core
url = https://github.com/Uniswap/v3-core
branch = 0.8
[submodule "solidity_code/lib/openzeppelin-contracts"]
path = solidity_code/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = release-v4.0
[submodule "solidity_code/lib/forge-std"]
path = solidity_code/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "solidity_code/lib/solady"]
path = solidity_code/lib/solady
url = https://github.com/Vectorized/solady
[submodule "solidity_code/lib/v3-periphery-fixed"]
path = solidity_code/lib/v3-periphery-fixed
url = https://github.com/Lilyjjo/univ3-0.8-periphery-codehash-fixed
branch = 0.8