Skip to content

Commit b97cc46

Browse files
revert feelib.sol constant change
1 parent f1387c6 commit b97cc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l1-contracts/src/core/libraries/rollup/FeeLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ uint256 constant MAGIC_CONGESTION_VALUE_DIVISOR = 1e8;
4646
uint256 constant MAGIC_CONGESTION_VALUE_MULTIPLIER = 854_700_854;
4747

4848
uint256 constant BLOB_GAS_PER_BLOB = 2 ** 17;
49-
uint256 constant BLOBS_PER_BLOCK = 6; // Q: why doesn't this use ConstantsGen.sol::BLOBS_PER_BLOCK?
49+
uint256 constant BLOBS_PER_BLOCK = 3;
5050

5151
struct OracleInput {
5252
int256 feeAssetPriceModifier;

0 commit comments

Comments
 (0)