From e5ed52414d7b8b5071e0bc86a2fcb7c99e5cba10 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R" Date: Wed, 23 Aug 2023 23:07:16 -0600 Subject: [PATCH] forge install: solmate --- .gitmodules | 3 +++ lib/solmate | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/solmate diff --git a/.gitmodules b/.gitmodules index 888d42d..558b49a 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/solmate"] + path = lib/solmate + url = https://github.com/rari-capital/solmate diff --git a/lib/solmate b/lib/solmate new file mode 160000 index 0000000..fadb2e2 --- /dev/null +++ b/lib/solmate @@ -0,0 +1 @@ +Subproject commit fadb2e2778adbf01c80275bfb99e5c14969d964b