mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Move OptimismHardfork to new crate reth_optimism_forks (#10963)
This commit is contained in:
@ -17,6 +17,9 @@ reth-network-peers.workspace = true
|
||||
reth-trie-common.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
|
||||
# op-reth
|
||||
reth-optimism-forks = { workspace = true, optional = true }
|
||||
|
||||
# ethereum
|
||||
alloy-chains = { workspace = true, features = ["serde", "rlp"] }
|
||||
alloy-eips = { workspace = true, features = ["serde"] }
|
||||
@ -47,9 +50,9 @@ op-alloy-rpc-types.workspace = true
|
||||
[features]
|
||||
default = ["std"]
|
||||
optimism = [
|
||||
"reth-ethereum-forks/optimism",
|
||||
"serde",
|
||||
"dep:op-alloy-rpc-types",
|
||||
"reth-optimism-forks",
|
||||
]
|
||||
std = []
|
||||
arbitrary = [
|
||||
|
||||
Reference in New Issue
Block a user