mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add ChainSpec AT to EngineTypes (#11054)
This commit is contained in:
@ -36,6 +36,8 @@ impl PayloadTypes for EthEngineTypes {
|
||||
}
|
||||
|
||||
impl EngineTypes for EthEngineTypes {
|
||||
type ChainSpec = ChainSpec;
|
||||
|
||||
type ExecutionPayloadV1 = ExecutionPayloadV1;
|
||||
type ExecutionPayloadV2 = ExecutionPayloadEnvelopeV2;
|
||||
type ExecutionPayloadV3 = ExecutionPayloadEnvelopeV3;
|
||||
|
||||
Reference in New Issue
Block a user