From 2567d6c366d080b7e26eb5fb9f3e707bbc5eda4d Mon Sep 17 00:00:00 2001 From: sam bacha Date: Sun, 24 Nov 2024 10:38:05 -0800 Subject: [PATCH] chore(submodules): update solmate path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 44b1da0..3e6774b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "lib/solmate"] path = lib/solmate - url = https://github.com/rari-capital/solmate + url = https://github.com/transmissions11/solmate [submodule "lib/forge-std"] path = lib/forge-std url = https://github.com/foundry-rs/forge-std