You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Reference any GitHub issues resolved by this PR -->
Closes #
## Introduced changes
<!-- A brief description of the changes -->
-
## Checklist
<!-- Make sure all of these are complete -->
- [ ] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [ ] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
Copy file name to clipboardExpand all lines: docs/src/testing/gas-and-resource-estimation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
`snforge` supports gas and other VM resources estimation for each individual test case.
4
4
5
5
It does not calculate the final transaction fee, for details on how fees are calculated,
6
-
please refer to fee mechanism in [Starknet documentation](https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/fee-mechanism).
6
+
please refer to fee mechanism in [Starknet documentation](https://docs.starknet.io/architecture-and-concepts/network-architecture/fee-mechanism).
7
7
8
8
## Gas Estimation
9
9
@@ -27,7 +27,7 @@ While using the fuzzing feature additional gas statistics will be displayed:
27
27
> 📝 **Note**
28
28
>
29
29
> Starknet-Foundry uses blob-based gas calculation formula in order to calculate gas usage.
30
-
> For details on the exact formula, [see the docs](https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/fee-mechanism/#overall_fee_blob).
30
+
> For details on the exact formula, [see the docs](https://docs.starknet.io/architecture-and-concepts/network-architecture/fee-mechanism/#overall_fee_blob).
0 commit comments