From 7e103252076e65ae7f5cc5fa49fc6a7474b7d188 Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Sun, 21 Apr 2024 18:49:28 -0600 Subject: [PATCH] deps: update foundry Updates foundry to `63fff3510408b552f11efb8196f48cfe6c1da664` which includes https://github.com/foundry-rs/foundry/pull/7738. This fixes the issue https://github.com/foundry-rs/foundry/issues/7732 which was preventing https://github.com/ethereum-optimism/optimism/pull/10106 from just working. Props to the foundry devs for fixing our issues very quickly, unblocking our ability to ship. Need to follow up with a bump to `ci-builder` such that it includes this release of foundry and then rebase #10106 on top so that it can pass tests. --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index 2fe422990489..699dd44caeee 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "abigen": "v1.10.25", - "foundry": "8513f619ca6781fe62d59b1bf2a8bb1bbab19927", + "foundry": "63fff3510408b552f11efb8196f48cfe6c1da664", "geth": "v1.13.14", "nvm": "v20.9.0", "slither": "0.10.0",