From 7d670eb7e86418f502777ffe7ff8565b5e143d02 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:00:45 -0700 Subject: [PATCH] chore: bump forge-std --- .gitmodules | 6 +++--- contracts/lib/forge-std | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index bec264d5a..b3d5cb375 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "contracts/lib/openzeppelin-foundry-upgrades"] path = contracts/lib/openzeppelin-foundry-upgrades url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades -[submodule "contracts/lib/forge-std"] - path = contracts/lib/forge-std - url = https://github.com/foundry-rs/forge-std [submodule "contracts/lib/eigenlayer-contracts"] path = contracts/lib/eigenlayer-contracts url = https://github.com/Layr-Labs/eigenlayer-contracts.git @@ -25,3 +22,6 @@ [submodule "contracts/lib/burners"] path = contracts/lib/burners url = https://github.com/symbioticfi/burners +[submodule "contracts/lib/forge-std"] + path = contracts/lib/forge-std + url = https://github.com/foundry-rs/forge-std diff --git a/contracts/lib/forge-std b/contracts/lib/forge-std index bb4ceea94..8bbcf6e3f 160000 --- a/contracts/lib/forge-std +++ b/contracts/lib/forge-std @@ -1 +1 @@ -Subproject commit bb4ceea94d6f10eeb5b41dc2391c6c8bf8e734ef +Subproject commit 8bbcf6e3f8f62f419e5429a0bd89331c85c37824