mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-25 23:28:03 -05:00
fix: use correct merge activation block for sepolia (#13466)
This commit is contained in:
@@ -96,7 +96,7 @@ impl EthereumHardfork {
|
||||
/// Retrieves the activation block for the specified hardfork on the Sepolia testnet.
|
||||
pub const fn sepolia_activation_block(&self) -> Option<u64> {
|
||||
match self {
|
||||
Self::Paris => Some(1735371),
|
||||
Self::Paris => Some(1450409),
|
||||
Self::Shanghai => Some(2990908),
|
||||
Self::Cancun => Some(5187023),
|
||||
Self::Frontier |
|
||||
|
||||
Reference in New Issue
Block a user