Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('e2e_epochs/epochs_missed_l1_slot', () => {
await eth.setAutomine(false);
await eth.setIntervalMining(0, { silent: true });

const frozenL1Timestamp = await eth.timestamp();
const frozenL1Timestamp = await eth.lastBlockTimestamp();
logger.info(`L1 mining paused at L1 timestamp ${frozenL1Timestamp}`);

// Step 3: Wait until the sequencer reaches PUBLISHING_CHECKPOINT during the mining pause.
Expand Down
Loading