diff --git a/Cargo.lock b/Cargo.lock index 797e25fc4c9a1..dae602a82804a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4544,8 +4544,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 6355d1d945316..b3df798981fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -401,5 +401,9 @@ 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/Rimeeeeee/foundry-fork-db", branch = "get-account-info" } + # foundry-compilers = { git = "https://github.com/foundry-rs/compilers.git", rev = "855dee4" } # foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "811a61a" } +