Skip to content

Commit

Permalink
Add data_gas_used to Deneb examples (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov authored Jun 8, 2023
1 parent 100d4fa commit 0b913da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/deneb/execution_payload_and_blobs_bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"timestamp": "1",
"extra_data": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
"base_fee_per_gas": "1",
"data_gas_used" : "1",
"excess_data_gas": "1",
"block_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
"transactions": [
Expand Down
1 change: 1 addition & 0 deletions examples/deneb/signed_blinded_block_contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"timestamp": "1",
"extra_data": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
"base_fee_per_gas": "1",
"data_gas_used" : "1",
"excess_data_gas": "1",
"block_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
"transactions_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
Expand Down
1 change: 1 addition & 0 deletions examples/deneb/signed_builder_bid.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"timestamp": "1",
"extra_data": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
"base_fee_per_gas": "1",
"data_gas_used" : "1",
"excess_data_gas": "1",
"block_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
"transactions_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
Expand Down

0 comments on commit 0b913da

Please sign in to comment.