Skip to content

Commit

Permalink
minor_fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Goodman <39279277+stoobie@users.noreply.github.com>
  • Loading branch information
ArielElp and stoobie authored Jan 14, 2024
1 parent 3465afb commit bc0b9fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For more information see xref:#calculation_of_computation_costs[Calculation of c
* stem:[$0.9$] is a 10% cost reduction that considers that the sequencer does not incur additional costs for repeated updates to the same storage slot within a single block.
* stem:[$w$] is the xref:#calculation_of_computation_costs[`CairoResourceFeeWeights`] vector.
* stem:[$\text{calldata_cost}$] is 612 gas per 32-byte word (~100 gas is charged for on-chain hashing the happens for every sent word).
* stem:[$\text{storage_write_cost}$] is the 20,000 gas, the cost associated with allocating a new storage cell on Ethereum.
* stem:[$\text{storage_write_cost}$] is 20,000 gas, the cost of allocating a new storage cell on Ethereum.
* stem:[200] and stem:[272] are gas costs associated with storage updates. For more information, see xref:#storage_updates[].

== When is the fee charged?
Expand Down

0 comments on commit bc0b9fe

Please sign in to comment.