We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfd8d9 commit 675a824Copy full SHA for 675a824
crates/common/Cargo.toml
@@ -17,7 +17,7 @@ foundry-macros.workspace = true
17
# eth
18
ethers-core.workspace = true
19
ethers-solc.workspace = true
20
-ethers-providers.workspace = true
+ethers-providers = { workspace = true, features = ["ws", "ipc"] }
21
ethers-middleware.workspace = true
22
ethers-etherscan = { workspace = true, features = ["ethers-solc"] }
23
0 commit comments