moved submodules

This commit is contained in:
JulesCrown 2024-02-27 18:04:17 +01:00
parent 7decc4c32d
commit eb0a6889f6

12
.gitmodules vendored
View file

@ -1,18 +1,18 @@
[submodule "lib/forge-std"] [submodule "lib/forge-std"]
path = lib/forge-std path = onchain/lib/forge-std
url = https://github.com/foundry-rs/forge-std url = https://github.com/foundry-rs/forge-std
[submodule "lib/solmate"] [submodule "lib/solmate"]
path = lib/solmate path = onchain/lib/solmate
url = https://github.com/Rari-Capital/solmate url = https://github.com/Rari-Capital/solmate
[submodule "lib/openzeppelin-contracts"] [submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts path = onchain/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/v3-core"] [submodule "lib/v3-core"]
path = lib/v3-core path = onchain/lib/v3-core
url = https://github.com/Uniswap/v3-core url = https://github.com/Uniswap/v3-core
[submodule "lib/v3-periphery"] [submodule "lib/v3-periphery"]
path = lib/v3-periphery path = onchain/lib/v3-periphery
url = https://github.com/Uniswap/v3-periphery url = https://github.com/Uniswap/v3-periphery
[submodule "lib/uni-v3-lib"] [submodule "lib/uni-v3-lib"]
path = lib/uni-v3-lib path = onchain/lib/uni-v3-lib
url = https://github.com/Aperture-Finance/uni-v3-lib url = https://github.com/Aperture-Finance/uni-v3-lib