From a095489c4a66ce578e65ede0a64f1d5a32278d66 Mon Sep 17 00:00:00 2001 From: Ishika Choudhury <117741714+Rimeeeeee@users.noreply.github.com> Date: Wed, 28 May 2025 11:55:29 +0530 Subject: [PATCH] chore: patched foundry-fork-db for get-account-info test --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fa7e6a150282..4dedf9336387d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4545,8 +4545,7 @@ dependencies = [ [[package]] name = "foundry-fork-db" version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b02fb598e4a8ae7b7af7c256081a419b071eacf5e03537806b339b3151409403" +source = "git+https://github.com/Rimeeeeee/foundry-fork-db?branch=get-account-info#5e6a650126e4d0424555ddf0883f00b3e6e5477c" dependencies = [ "alloy-consensus", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 3baefd5dca836..b343d1cc6cdb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -401,4 +401,4 @@ zip-extract = "=0.2.1" # revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors.git", rev = "a625c04" } ## foundry -# foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "811a61a" } + foundry-fork-db = { git = "https://github.com/Rimeeeeee/foundry-fork-db", branch = "get-account-info" }