diff --git a/.gitmodules b/.gitmodules index 0220d9d..799f89b 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/foundry-rs/forge-std diff --git a/lib/forge-std b/lib/forge-std new file mode 160000 index 0000000..62caef2 --- /dev/null +++ b/lib/forge-std @@ -0,0 +1 @@ +Subproject commit 62caef29b0f87a2c6aaaf634b2ca4c09b6867c92