Skip to content

Commit

Permalink
Rename "data gas" to "blob gas" in deneb examples (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov authored Jul 28, 2023
1 parent 53fcb0d commit 2b7977f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/deneb/execution_payload_and_blobs_bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/deneb/signed_blinded_block_contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/deneb/signed_builder_bid.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b7977f

Please sign in to comment.