Skip to content

Commit

Permalink
Add holocene params to execution payload at types.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Oct 15, 2024
1 parent c213f11 commit 9482436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ message ExecutionPayload {
repeated Withdrawal withdrawals = 16;
optional uint64 blob_gas_used = 17;
optional uint64 excess_blob_gas = 18;
optional bytes eip_1559_params = 19;
}

message Withdrawal {
Expand Down

0 comments on commit 9482436

Please sign in to comment.