From 64d77794a77ddc16eff463fc0f688669dff4b124 Mon Sep 17 00:00:00 2001 From: MariusVanDerWijden Date: Thu, 2 Jul 2026 10:19:05 +0200 Subject: [PATCH] params: update regular per auth cost --- params/protocol_params.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/params/protocol_params.go b/params/protocol_params.go index a56e810074..e5835213d7 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -101,13 +101,7 @@ const ( TxAccessListStorageKeyGas uint64 = 1900 // Per storage key specified in EIP 2930 access list TxAuthTupleGas uint64 = 12500 // Per auth tuple code specified in EIP-7702 - // RegularPerAuthBaseCost is defined in EIP-8037 as the sum of: - // - // - Calldata cost: 1,616 (101 bytes × 16) - // - Recovering authority address (ecRecover) - // - Reading nonce and code of authority (cold access) - // - Storing values in already warm account: 2 x WARM_ACCESS - RegularPerAuthBaseCost uint64 = 7500 + RegularPerAuthBaseCost uint64 = 7816 // As defined by EIP-8037 and EIP-8038 // EIP-2780: resource-based intrinsic transaction gas. TxBaseCost2780 uint64 = 12000