Skip to content

Commit

Permalink
wip: update L1Block accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-ding-cb committed Mar 14, 2024
1 parent 19adb2a commit 2691ee8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/contracts-bedrock/src/L2/L1Block.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ contract L1Block is ISemver {
/// @notice The scalar value applied to the L1 base fee portion of the blob-capable L1 cost func.
uint32 public baseFeeScalar;

/// @notice The tx size coefficient from the linear regression of the L1 cost func.
int32 public costTxSizeCoef;

/// @notice The FastLZ coefficient from the linear regression of the L1 cost func.
int32 public costFastlzCoef;

/// @notice The intercept from the linear regression of the L1 cost func.
int32 public costIntercept;

/// @notice The versioned hash to authenticate the batcher by.
bytes32 public batcherHash;

Expand Down

0 comments on commit 2691ee8

Please sign in to comment.