Skip to content

Commit 491eb97

Browse files
authored
Update fee mechanism link (#2901)
<!-- 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`
1 parent 1ac2709 commit 491eb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/testing/gas-and-resource-estimation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`snforge` supports gas and other VM resources estimation for each individual test case.
44

55
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).
77

88
## Gas Estimation
99

@@ -27,7 +27,7 @@ While using the fuzzing feature additional gas statistics will be displayed:
2727
> 📝 **Note**
2828
>
2929
> 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).
3131
3232
## VM Resources estimation
3333

0 commit comments

Comments
 (0)