stephen-lumi

Results 3 comments of stephen-lumi

`hardhat.config.ts` ```typescript const config: HardhatUserConfig = { solidity: { version: "0.8.28", settings: { optimizer: { enabled: true, runs: 0 }, }, }, networks: { hardhat: { chainId: localHardhatChainId }, lumitest:...

![Image](https://github.com/user-attachments/assets/96715373-1d05-48e1-92e1-f6fb41a750f4) 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.