From 7d505b01b623598dcaa524d69dcd68ac04dae966 Mon Sep 17 00:00:00 2001 From: "Chris T." Date: Wed, 9 Oct 2024 15:51:16 -0700 Subject: [PATCH] chore: shallow submodules (#28) --- .gitmodules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2d097fb..1da2bbf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,9 @@ path = contracts/lib/forge-std url = https://github.com/foundry-rs/forge-std tag = v1.8.2 + shallow = true [submodule "contracts/lib/openzeppelin-contracts"] path = contracts/lib/openzeppelin-contracts url = https://github.com/openzeppelin/openzeppelin-contracts - tag = v5.0.2 \ No newline at end of file + tag = v5.0.2 + shallow = true \ No newline at end of file