Skip to content

chore: replace anvil hardforks with alloy-hardforks #10609

Open
@mattsse

Description

@mattsse

Component

Anvil

Describe the feature you would like

we effectively have this duplicated now

#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub enum ChainHardfork {
Ethereum(EthereumHardfork),
Optimism(OptimismHardfork),
}

and ideally we can replace this entirely with alloy-hardforks

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions