From dc3affd3c68489c49227fbdfe1249393c07d5587 Mon Sep 17 00:00:00 2001 From: Matt Solomon Date: Thu, 11 Apr 2024 17:46:13 -0700 Subject: [PATCH] build: update foundry version (#10125) Updates foundry version to the latest nightly: https://github.com/foundry-rs/foundry/releases/tag/nightly-bdc04c278f8ac716ed5fd3994bc0da841807b5cf This release includes https://github.com/foundry-rs/foundry/pull/7632 which is required to get our kontrol proofs passing again --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index af0eef78a4278..7f591aa014b53 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "abigen": "v1.10.25", - "foundry": "617dfc28cb8206a0003edcf73a6f1058adaef740", + "foundry": "bdc04c278f8ac716ed5fd3994bc0da841807b5cf", "geth": "v1.13.14", "nvm": "v20.9.0", "slither": "0.10.0",