Skip to content

Commit

Permalink
Update developer-docs-site/docs/concepts/base-gas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Aug 5, 2023
1 parent 18ccfb3 commit 55c5c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-docs-site/docs/concepts/base-gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Hence, in terms of octas, initial mainnet gas costs can be estimated as follows
| Operation | Operation | Minimum octas |
|-----------------|-----------|---------------|
| Per-item read | $r_i$ | 3000 |
| Per-item create | $c_i$ | 3000 |
| Per-item create | $c_i$ | 50,000 |
| Per-item write | $w_i$ | 3000 |
| Per-byte read | $r_b$ | 3 |
| Per-byte create | $c_b$ | 50 |
Expand Down

0 comments on commit 55c5c2e

Please sign in to comment.