()
| 32 | return await hre.artifacts.readArtifact('NativeTransferHelper') |
| 33 | } |
| 34 | const callHelperArtifact = async () => { |
| 35 | return await hre.artifacts.readArtifact('CallHelper') |
| 36 | } |
| 37 | |
| 38 | it('CREATE + call value with overflowing deployer nonce does not emit an event', async () => { |
| 39 | const client = await hre.viem.getPublicClient({ chain: getChain(hre) }) |
no outgoing calls
no test coverage detected