Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
justcode740 committed Feb 29, 2024
1 parent 5f6a5e0 commit 8b75155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/blockchain-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ linked_hash_set = "0.1.4"
[features]
test-utils = []
optimism = [ "reth-primitives/optimism", "reth-interfaces/optimism", "reth-provider/optimism", "reth-revm/optimism",]
misc = ["aquamarine"]

[package.version]
workspace = true
Expand Down
2 changes: 2 additions & 0 deletions crates/rpc/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ tracing-futures = "0.2"

[features]
optimism = [ "dep:reqwest", "reth-primitives/optimism", "reth-rpc-types-compat/optimism", "reth-network-api/optimism", "reth-network/optimism", "reth-provider/optimism", "reth-transaction-pool/optimism",]
# misc
bytes.workspace = true

[package.version]
workspace = true
Expand Down

0 comments on commit 8b75155

Please sign in to comment.