-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
A-dependenciesArea: dependenciesArea: dependenciesC-anvilCommand: anvilCommand: anvilT-choreType: choreType: chore
Description
Component
Anvil
Describe the feature you would like
we effectively have this duplicated now
foundry/crates/anvil/src/hardfork.rs
Lines 8 to 12 in d20a9b3
#[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
A-dependenciesArea: dependenciesArea: dependenciesC-anvilCommand: anvilCommand: anvilT-choreType: choreType: chore
Type
Projects
Status
Done