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:
@ -20,7 +20,10 @@ reth-trie-common.workspace = true
|
||||
revm-primitives = { workspace = true, features = ["serde"] }
|
||||
reth-chainspec = { workspace = true, optional = true }
|
||||
reth-codecs = { workspace = true, optional = true }
|
||||
|
||||
# op-reth
|
||||
reth-optimism-chainspec = { workspace = true, optional = true }
|
||||
reth-optimism-forks = { workspace = true, optional = true }
|
||||
|
||||
# ethereum
|
||||
alloy-consensus.workspace = true
|
||||
@ -109,11 +112,11 @@ c-kzg = [
|
||||
]
|
||||
optimism = [
|
||||
"reth-chainspec/optimism",
|
||||
"reth-ethereum-forks/optimism",
|
||||
"revm-primitives/optimism",
|
||||
"reth-codecs?/optimism",
|
||||
"dep:reth-optimism-chainspec",
|
||||
"dep:op-alloy-consensus",
|
||||
"reth-optimism-forks",
|
||||
]
|
||||
alloy-compat = [
|
||||
"reth-primitives-traits/alloy-compat",
|
||||
|
||||
Reference in New Issue
Block a user