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:
@ -14,9 +14,12 @@ workspace = true
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-chainspec = { workspace = true, features = ["optimism"] }
|
||||
reth-ethereum-forks = { workspace = true, features = ["optimism"] }
|
||||
reth-ethereum-forks.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
|
||||
# op-reth
|
||||
reth-optimism-forks.workspace = true
|
||||
|
||||
# ethereum
|
||||
alloy-chains.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user