From 6b1a05ff6840ad2b88fa3733b8d16258ca455fb9 Mon Sep 17 00:00:00 2001 From: ArielElp <86294909+ArielElp@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:24:30 +0300 Subject: [PATCH] fix: correct the cost of an event data felt (#1229) --- .../pages/Network_Architecture/fee-mechanism.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/fee-mechanism.adoc b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/fee-mechanism.adoc index d9b0d7c7df..c155eb25c9 100644 --- a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/fee-mechanism.adoc +++ b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/fee-mechanism.adoc @@ -319,7 +319,7 @@ The pricing of the above components in terms of L1 gas is given by the following | Resource | Gas cost | Event key | 0.256 gas/felt -| Event data | 0.12 gas/felt +| Event data | 0.128 gas/felt | Calldata | 0.128 gas/felt | CASM bytecode | 1 gas/felt | Sierra bytecode | 1 gas/felt