Currently batch timestamps are calculated as the timestamp of the previous block on L1 plus BLOCK_TIME constant.
Depending on the underlying L1 network actual block time can differ, so we need a better mechanism for predicting the block ts.
Possible alternative: dynamically adjust block time by saving timestamp of block #(N-2)
Currently batch timestamps are calculated as the timestamp of the previous block on L1 plus BLOCK_TIME constant.
Depending on the underlying L1 network actual block time can differ, so we need a better mechanism for predicting the block ts.
Possible alternative: dynamically adjust block time by saving timestamp of block #(N-2)