Currently, the EngineClient
does not support the Pectra engine API methods. This causes the dev L1 and the L2 block producer to fail since the timestamp used for block production is post-Pectra.
A temporary solution for doing these work (L1 dev and L2 block producer) is:
- To remove
pectraTime
from L2 genesis.
- To create a genesis file for L1 dev without
pectraTime
.