From 9407d0f2a5532a75f8b932fcfdce96f4ed8ff993 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Wed, 18 Dec 2024 12:15:46 -0600 Subject: [PATCH] forge install: solady v0.0.285 --- .gitmodules | 3 +++ lib/solady | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/solady diff --git a/.gitmodules b/.gitmodules index 888d42d..0f07815 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/forge-std"] path = lib/forge-std url = https://github.com/foundry-rs/forge-std +[submodule "lib/solady"] + path = lib/solady + url = https://github.com/vectorized/solady diff --git a/lib/solady b/lib/solady new file mode 160000 index 0000000..7307154 --- /dev/null +++ b/lib/solady @@ -0,0 +1 @@ +Subproject commit 730715481b6ce414cbb3fe58f916c69cf8f2b080