From acb6fa64f92038fe382938dfb1378433534285d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Coffee=E2=98=95=EF=B8=8F?= Date: Wed, 9 Oct 2024 08:58:42 -0400 Subject: [PATCH] uniswap submodule --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ef018a3c..e4db0fcb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,4 +20,7 @@ url = https://github.com/dmfxyz/murky [submodule "lib/solady"] path = lib/solady - url = https://github.com/vectorized/solady \ No newline at end of file + url = https://github.com/vectorized/solady +[submodule "lib/v3-periphery"] + path = lib/v3-periphery + url = https://github.com/Uniswap/v3-periphery