Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@
},
"foundations/hypercube-routing",
"foundations/statuses",
"foundations/phases-and-fees",
"foundations/phases",
"foundations/fees",
"foundations/shards",
"foundations/limits",
"foundations/config",
Expand Down
8 changes: 2 additions & 6 deletions ecosystem/blueprint/benchmarks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ Unlike many other blockchains, TON also requires you to pay for storing contract
As you develop and iterate on a contract, even small changes to its logic can affect both gas usage and data size. Monitoring these changes helps ensure that your contract remains efficient and cost-effective.

<Aside type="tip">
For a deeper breakdown of how fees work in TON, refer to:

- [Transaction fees](/foundations/phases-and-fees)
- [Storage fees](/foundations/phases-and-fees)
- [Forward fees](/foundations/phases-and-fees)
For a deeper breakdown of how fees work in TON, refer to [Transaction fees](/foundations/fees)
</Aside>

## Gas metrics reporting
Expand Down Expand Up @@ -162,7 +158,7 @@ storage_fee = ceil(
* time_delta / 2 ** 16)
```

To try this in practice, use the [calculator example](/foundations/phases-and-fees).
To try this in practice, use the [calculator example](/foundations/fees).

### Regenerate the gas report

Expand Down
Loading