diff --git a/evm/Cargo.toml b/evm/Cargo.toml index ccc155d5cba4c..0e6ccec7c61f3 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -16,7 +16,7 @@ foundry-macros = { path = "../macros" } serde_json = "1.0.95" serde = "1.0.159" hex = "0.4.3" -ethers = { workspace = true, features = ["solc-full", "abigen"] } +ethers = { workspace = true, features = ["solc-full", "abigen", "ethers-solc"] } jsonpath_lib = "0.3.0" # Error handling