Skip to content

Commit

Permalink
Update EIP-7516: update BLOBBASEFEE opcode value so it does not cla…
Browse files Browse the repository at this point in the history
…sh with `BLOBHASH`'s opcode value

Merged by EIP-Bot.
  • Loading branch information
smartprogrammer93 authored Sep 14, 2023
1 parent b27a4c8 commit 3ac81c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7516.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add a `BLOBBASEFEE` opcode at `(0x49)`, with gas cost `2`.

| Op | Input | Output | Cost |
|------|-------|--------|------|
| 0x49 | 0 | 1 | 2 |
| 0x4a | 0 | 1 | 2 |

`BLOBBASEFEE` returns the result of the `get_blob_gasprice(header) -> int` function as defined in [EIP-4844 §Gas accounting](./eip-4844.md#gas-accounting).

Expand Down

0 comments on commit 3ac81c3

Please sign in to comment.