From 2b7977f5f8fdebde3097097492ba2d1298071d6e Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Fri, 28 Jul 2023 16:04:05 +0100 Subject: [PATCH] Rename "data gas" to "blob gas" in deneb examples (#84) --- examples/deneb/execution_payload_and_blobs_bundle.json | 4 ++-- examples/deneb/signed_blinded_block_contents.json | 4 ++-- examples/deneb/signed_builder_bid.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/deneb/execution_payload_and_blobs_bundle.json b/examples/deneb/execution_payload_and_blobs_bundle.json index 12c4e78..095bab6 100644 --- a/examples/deneb/execution_payload_and_blobs_bundle.json +++ b/examples/deneb/execution_payload_and_blobs_bundle.json @@ -15,8 +15,8 @@ "timestamp": "1", "extra_data": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "base_fee_per_gas": "1", - "data_gas_used" : "1", - "excess_data_gas": "1", + "blob_gas_used" : "1", + "excess_blob_gas": "1", "block_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "transactions": [ "0x02f878831469668303f51d843b9ac9f9843b9aca0082520894c93269b73096998db66be0441e836d873535cb9c8894a19041886f000080c001a031cc29234036afbf9a1fb9476b463367cb1f957ac0b919b69bbc798436e604aaa018c4e9c3914eb27aadd0b91e10b18655739fcf8c1fc398763a9f1beecb8ddc86" diff --git a/examples/deneb/signed_blinded_block_contents.json b/examples/deneb/signed_blinded_block_contents.json index 1c0f844..cefbd04 100644 --- a/examples/deneb/signed_blinded_block_contents.json +++ b/examples/deneb/signed_blinded_block_contents.json @@ -170,8 +170,8 @@ "timestamp": "1", "extra_data": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "base_fee_per_gas": "1", - "data_gas_used" : "1", - "excess_data_gas": "1", + "blob_gas_used" : "1", + "excess_blob_gas": "1", "block_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "transactions_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "withdrawals_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2" diff --git a/examples/deneb/signed_builder_bid.json b/examples/deneb/signed_builder_bid.json index 852d519..3675e5e 100644 --- a/examples/deneb/signed_builder_bid.json +++ b/examples/deneb/signed_builder_bid.json @@ -16,8 +16,8 @@ "timestamp": "1", "extra_data": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "base_fee_per_gas": "1", - "data_gas_used" : "1", - "excess_data_gas": "1", + "blob_gas_used" : "1", + "excess_blob_gas": "1", "block_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "transactions_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "withdrawals_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2"