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 @@ -195,7 +195,8 @@ describe('L1Publisher integration', () => {
prevHeader = fork.getInitialHeader();
await fork.close();

baseFee = new GasFees(0, await rollup.read.getManaBaseFee([true]));
const ts = (await publicClient.getBlock()).timestamp;
baseFee = new GasFees(0, await rollup.read.getManaBaseFeeAt([ts, true]));

// We jump to the next epoch such that the committee can be setup.
const timeToJump = await rollup.read.EPOCH_DURATION();
Expand Down