diff --git a/contracts/test/StorageContractTest.t.sol b/contracts/test/StorageContractTest.t.sol index fa728b7..ff8b7c4 100644 --- a/contracts/test/StorageContractTest.t.sol +++ b/contracts/test/StorageContractTest.t.sol @@ -109,6 +109,7 @@ contract Attacker { } fallback() external payable { + vm.pauseGasMetering(); uint256 _shardId = 0; uint256 _nonce = 0; bytes32[] memory _encodedSamples = new bytes32[](0);