From 11672fcc294f7e843c38c4e1c0ffebf01132033a Mon Sep 17 00:00:00 2001 From: Iulian Rotaru Date: Wed, 16 Mar 2022 16:23:30 +0100 Subject: [PATCH] forge install: forge-std --- .gitmodules | 3 +++ lib/forge-std | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/forge-std diff --git a/.gitmodules b/.gitmodules index 9a900b7..0018237 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "lib/solmate"] path = lib/solmate url = https://github.com/rari-capital/solmate +[submodule "lib/forge-std"] + path = lib/forge-std + url = https://github.com/brockelmore/forge-std diff --git a/lib/forge-std b/lib/forge-std new file mode 160000 index 0000000..5e53a7f --- /dev/null +++ b/lib/forge-std @@ -0,0 +1 @@ +Subproject commit 5e53a7f92c4558c5d956f8fea64e287f04496201