From 8f7d38a74862613e6abd4ad630afee0684365869 Mon Sep 17 00:00:00 2001 From: Atharva Date: Tue, 10 Jun 2025 22:18:04 +0530 Subject: [PATCH] feat: add required submodule --- .gitmodules | 3 +++ lib/v3-core | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/v3-core diff --git a/.gitmodules b/.gitmodules index c9afb0f..82046f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ path = lib/openzeppelin-foundry-upgrades url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades tag = v0.4.0 +[submodule "lib/v3-core"] + path = lib/v3-core + url = https://github.com/Uniswap/v3-core diff --git a/lib/v3-core b/lib/v3-core new file mode 160000 index 0000000..d8b1c63 --- /dev/null +++ b/lib/v3-core @@ -0,0 +1 @@ +Subproject commit d8b1c635c275d2a9450bd6a78f3fa2484fef73eb