Published on

Hardhat verifyでError: ENOENT: no such file or directoryが出た時の対処方法

Authors
  • avatar
    Name
    ssu
    Twitter

npx hardhatでverifyした時に、下記のようなエラーが出た時の対処方法を紹介します。

➜ contract git:(main) ✗ npx hardhat verify --network goerli 0x121111111 Nothing to compile No need to generate any newer typings. An unexpected error occurred: [Error: ENOENT: no such file or directory, open '/User/hoge/hoge/artifacts/build-info/bd5e1b48863.json'] { code: 'ENOENT', syscall: 'open', path: '/User/hoge/hoge/artifacts/build-info/bd5e1b48863.json' }

これは簡単に対処できて、npx hardhat cleanで解決することができます。

参考: hardhat-etherscan breaks on hardhat/console.sol #1117 参考: Error when trying to verify contract