diff --git a/remote/kv.proto b/remote/kv.proto index 00514e9..eebbe9a 100644 --- a/remote/kv.proto +++ b/remote/kv.proto @@ -139,6 +139,7 @@ message StateChangeBatch { uint64 pending_block_base_fee = 3; // BaseFee of the next block to be produced uint64 block_gas_limit = 4; // GasLimit of the latest block - proxy for the gas limit of the next block to be produced uint64 finalized_block = 5; + uint64 pending_blob_fee_per_gas = 6; // Base Blob Fee for the next block to be produced } // StateChange - changes done by 1 block or by 1 unwind