Skip to content

Commit

Permalink
Remove figure (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Nov 28, 2024
1 parent 365cc41 commit 29adaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/guides/gas-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ VARIABLE_COST (4 bytes) = min(max(
, min-bound), max-bound)
```

The `profit-margin` is `3`, ensuring the network is sustainable. `min-bound` and `max-bound`
are variable, and guarantee the gas price stays within a reasonable range.
The `profit-margin` ensures the network is sustainable. `min-bound` and `max-bound` are variable,
and guarantee the gas price stays within a reasonable range.

The variable cost formula enables `linea_estimateGas` to price according to the variable costs of
submitting blob data to L1, working out the per-byte cost of that data. The amount of the blob data
Expand Down

0 comments on commit 29adaba

Please sign in to comment.