You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start the sequencer from the intermediate L2 block, it is needed to determine the related L1 block number.
To simulate the L2BlockRefByNumber api, get the L2 block by eth_getBlockByNumber and inspects the first transaction. The first tx includes the L1BlockInfo and it is able to get the L1 block number through it.
Tasks
Optimism utility tool
Arbitrum utility tool
The text was updated successfully, but these errors were encountered:
mastereng12
changed the title
Implement the utility tool to get the approx L1 block number for the L2 block number in op-stack rpc
Implement the utility tool to get the approx L1 block number for the L2 block number in L2 rpc clients
Oct 23, 2024
Context
To start the sequencer from the intermediate L2 block, it is needed to determine the related L1 block number.
To simulate the
L2BlockRefByNumber
api, get the L2 block byeth_getBlockByNumber
and inspects the first transaction. The first tx includes theL1BlockInfo
and it is able to get the L1 block number through it.Tasks
The text was updated successfully, but these errors were encountered: