Skip to content

Commit

Permalink
clarify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 23, 2023
1 parent fc59e75 commit 6d7c400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/anvil/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ foundry-evm.workspace = true
alloy-primitives = { workspace = true, features = ["serde"] }
revm = { workspace = true, default-features = false, features = ["std", "serde", "memory_limit"] }
ethers-core = { workspace = true, features = ["optimism"] }
# theses are not used by anvil-core, but are required by ethers, because pulled in via foundry-common
ethers-contract = { workspace = true, features = ["optimism"] }
ethers-providers = { workspace = true, features = ["optimism"] }
ethers-middleware = { workspace = true, features = ["optimism"] }
Expand Down

0 comments on commit 6d7c400

Please sign in to comment.