Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Jan 16, 2025
1 parent 362afdf commit 625f14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts-tests/tests/test-gas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 625f14e

Please sign in to comment.