From 5501cfd6e5af5e01513012314218b487a78202ac Mon Sep 17 00:00:00 2001 From: Somnath Date: Tue, 12 Sep 2023 12:46:07 +0200 Subject: [PATCH] Add pending blob fee to sc --- remote/kv.proto | 1 + 1 file changed, 1 insertion(+) 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