diff --git a/execution_chain/evm/interpreter/gas_costs.nim b/execution_chain/evm/interpreter/gas_costs.nim index 0f646e13be..ee6f05ee3e 100644 --- a/execution_chain/evm/interpreter/gas_costs.nim +++ b/execution_chain/evm/interpreter/gas_costs.nim @@ -520,7 +520,7 @@ template gasCosts(fork: EVMFork, prefix, ResultGasCostsName: untyped) = Shl: fixed GasVeryLow, Shr: fixed GasVeryLow, Sar: fixed GasVeryLow, - Clz: fixed GasVeryLow, + Clz: fixed GasLow, # 20s: SHA3 Sha3: memExpansion `prefix gasSha3`,