Skip to content

Commit

Permalink
chore: address mitch comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Nov 20, 2024
1 parent 763a6d7 commit d120683
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions l1-contracts/test/fees/MinimalFeeModel.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ contract MinimalFeeModel is TimeFns {
// with the block.blobbasefee value if using cheatcodes to alter it.
Vm internal constant VM = Vm(address(uint160(uint256(keccak256("hevm cheat code")))));

// The L1 base fees are "fixed" for a period of 5 slots.
// and is lagging 5 slots behind the current slot.
Slot public constant LIFETIME = Slot.wrap(5);
Slot public constant LAG = Slot.wrap(2);
Timestamp public immutable GENESIS_TIMESTAMP;
Expand Down

0 comments on commit d120683

Please sign in to comment.