From e3a593b6886343c128e001be137b4c7108d79c2b Mon Sep 17 00:00:00 2001 From: gaetbout Date: Fri, 10 May 2024 14:41:30 +0200 Subject: [PATCH] Update ch03-01-02-fee-mechanism.md --- src/ch03-01-02-fee-mechanism.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/ch03-01-02-fee-mechanism.md b/src/ch03-01-02-fee-mechanism.md index 2f2166faa..bac927540 100644 --- a/src/ch03-01-02-fee-mechanism.md +++ b/src/ch03-01-02-fee-mechanism.md @@ -65,15 +65,4 @@ The fee is determined by the most restrictive component and is calculated as: maxk[CairoResourceUsagek * CairoResourceFeeWeightsk] ``` -Where "k" denotes the Cairo resource elements, encompassing step numbers and built-ins. The weightings for these components are: - -| Component | Gas Cost | Range | -| ----------- | -------------- | --------------- | -| Cairo Step | 0.01 gwei/gas | per step | -| Pedersen | 0.32 gwei/gas | per application | -| Poseidon | 0.32 gwei/gas | per application | -| Range Check | 0.16 gwei/gas | per application | -| ECDSA | 20.48 gwei/gas | per application | -| Keccak | 20.48 gwei/gas | per application | -| Bitwise | 0.64 gwei/gas | per application | -| EC_OP | 10.24 gwei/gas | per application | +Where "k" denotes the Cairo resource elements, encompassing step numbers and built-ins. The weightings for these components can be found [here.](https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/fee-mechanism/#gas_cost_per_cairo_step_or_builtin_step)