mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
fix: Use OptimismBeaconConsensus in the OptimismNode (#8487)
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -7024,6 +7024,7 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"reth-blockchain-tree",
|
||||
"reth-config",
|
||||
"reth-consensus",
|
||||
"reth-db",
|
||||
"reth-db-common",
|
||||
"reth-evm",
|
||||
@@ -7413,7 +7414,10 @@ dependencies = [
|
||||
"futures",
|
||||
"futures-util",
|
||||
"reth",
|
||||
"reth-auto-seal-consensus",
|
||||
"reth-basic-payload-builder",
|
||||
"reth-beacon-consensus",
|
||||
"reth-consensus",
|
||||
"reth-db",
|
||||
"reth-e2e-test-utils",
|
||||
"reth-ethereum-engine-primitives",
|
||||
@@ -7476,6 +7480,7 @@ dependencies = [
|
||||
"reth-network",
|
||||
"reth-node-api",
|
||||
"reth-node-builder",
|
||||
"reth-optimism-consensus",
|
||||
"reth-optimism-payload-builder",
|
||||
"reth-payload-builder",
|
||||
"reth-primitives",
|
||||
|
||||
Reference in New Issue
Block a user