mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 16:48:13 -05:00
primitives: use alloy MAINNET_GENESIS_HASH constant (#11848)
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -2857,6 +2857,7 @@ dependencies = [
|
||||
name = "example-manual-p2p"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"eyre",
|
||||
"futures",
|
||||
"reth-chainspec",
|
||||
@@ -6528,6 +6529,7 @@ name = "reth-chainspec"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"alloy-chains",
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
"alloy-genesis",
|
||||
"alloy-primitives",
|
||||
@@ -6813,6 +6815,7 @@ dependencies = [
|
||||
name = "reth-db-common"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-genesis",
|
||||
"alloy-primitives",
|
||||
"boyer-moore-magiclen",
|
||||
@@ -7303,6 +7306,7 @@ name = "reth-ethereum-forks"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"alloy-chains",
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
"arbitrary",
|
||||
@@ -7931,6 +7935,7 @@ dependencies = [
|
||||
name = "reth-node-ethereum"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-genesis",
|
||||
"alloy-primitives",
|
||||
"eyre",
|
||||
|
||||
Reference in New Issue
Block a user