We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1387c6 commit b97cc46Copy full SHA for b97cc46
1 file changed
l1-contracts/src/core/libraries/rollup/FeeLib.sol
@@ -46,7 +46,7 @@ uint256 constant MAGIC_CONGESTION_VALUE_DIVISOR = 1e8;
46
uint256 constant MAGIC_CONGESTION_VALUE_MULTIPLIER = 854_700_854;
47
48
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?
+uint256 constant BLOBS_PER_BLOCK = 3;
50
51
struct OracleInput {
52
int256 feeAssetPriceModifier;
0 commit comments