stephen-lumi
stephen-lumi
It doesn't seem to work in “hardhat-ignition”.
`hardhat.config.ts` ```typescript const config: HardhatUserConfig = { solidity: { version: "0.8.28", settings: { optimizer: { enabled: true, runs: 0 }, }, }, networks: { hardhat: { chainId: localHardhatChainId }, lumitest:...
 The error is the same because of the [hardhat-ignition-viem](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-ignition-viem/src/viem-ignition-helper.ts#L274-L275) dependency.