Dawid Mazewski
Results
1
comments of
Dawid Mazewski
had same problem i set `alwaysGenerateOverloads: true,` in hardhat.config.js ``` module.exports = { solidity: "0.8.24", defaultNetwork: 'localhost', typechain: { // outDir: "./artifacts/types", // Directory where TypeChain generates types target: "ethers-v6",...