removeBlockTimestampInterval
Removes setBlockTimestampInterval if it exists.
Usage
ts
import { testClient } from './client'
await testClient.removeBlockTimestampInterval() 
ts
import { createTestClient, http } from 'viem'
import { foundry } from 'viem/chains'
export const testClient = createTestClient({
  chain: foundry,
  mode: 'anvil',
  transport: http(), 
})