()
| 27 | |
| 28 | describe('BlockHashHistory (EIP-2935) simulation', () => { |
| 29 | const clients = async () => { |
| 30 | const client = await hre.viem.getPublicClient({ chain: getChain(hre) }) |
| 31 | return { client } |
| 32 | } |
| 33 | |
| 34 | it('contract is deployed with correct codehash', async () => { |
| 35 | const { client } = await clients() |
no test coverage detected