diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index daf66d33b3afc..24183a8ef2721 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -17,7 +17,7 @@ foundry-macros.workspace = true # eth ethers-core.workspace = true ethers-solc.workspace = true -ethers-providers.workspace = true +ethers-providers = { workspace = true, features = ["ws", "ipc"] } ethers-middleware.workspace = true ethers-etherscan = { workspace = true, features = ["ethers-solc"] }