From 625f14eecefbb20c79abccb151928feea22eef1c Mon Sep 17 00:00:00 2001 From: Tarek Mohamed Abdalla Date: Thu, 16 Jan 2025 13:00:35 +0200 Subject: [PATCH] fix: fix tests --- ts-tests/tests/test-gas.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-tests/tests/test-gas.ts b/ts-tests/tests/test-gas.ts index 1c80dcaab4..61a8af79ee 100644 --- a/ts-tests/tests/test-gas.ts +++ b/ts-tests/tests/test-gas.ts @@ -192,9 +192,9 @@ describeWithFrontier("Frontier RPC (Gas limit Weightv2 ref time)", (context) => const STORAGE_LOOP_CONTRACT_ABI = StorageLoop.abi as AbiItem[]; // First call to contract storageLoop method - const FIRST_CALL = 752_450; + const FIRST_CALL = 611_438; // Rest of calls - const CALL_COST = 735_350; + const CALL_COST = 594_338; // Block gas limit const BLOCK_GAS_LIMIT = ETH_BLOCK_GAS_LIMIT - FIRST_CALL; // Number of calls per block