Skip to content

Commit

Permalink
set default to be based on default excessBlobGas
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Jan 22, 2025
1 parent 0f3bc60 commit b833ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In the comments next to each cell, we've marked which component of the YellowPap
// -------------------------------------
<gasPrice> 0 </gasPrice> // I_p
<blobBaseFee> 0 </blobBaseFee>
<blobBaseFee> 1 </blobBaseFee>
<origin> .Account </origin> // I_o
// I_H* (block information)
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/kproj/evm-semantics/state-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module STATE-UTILS
<refund> _ => 0 </refund>
<gasPrice> _ => 0 </gasPrice>
<origin> _ => .Account </origin>
<blobBaseFee> _ => 0 </blobBaseFee>
<blobBaseFee> _ => 1 </blobBaseFee>
<touchedAccounts> _ => .Set </touchedAccounts>
<accessedAccounts> _ => .Set </accessedAccounts>
<createdAccounts> _ => .Set </createdAccounts>
Expand Down

0 comments on commit b833ce9

Please sign in to comment.