fix: Use OptimismBeaconConsensus in the OptimismNode (#8487)

This commit is contained in:
Brian Bland
2024-06-11 10:40:23 -07:00
committed by GitHub
parent 3b8cc0653b
commit 5eecc4f910
14 changed files with 262 additions and 46 deletions

View File

@ -22,6 +22,9 @@ reth-provider.workspace = true
reth-transaction-pool.workspace = true
reth-network.workspace = true
reth-evm-ethereum.workspace = true
reth-consensus.workspace = true
reth-auto-seal-consensus.workspace = true
reth-beacon-consensus.workspace = true
# misc
eyre.workspace = true
@ -38,4 +41,3 @@ futures.workspace = true
tokio.workspace = true
futures-util.workspace = true
serde_json.workspace = true