🍣

hardhatでERC20トークンをetherscan認証しようとしたら、エラー。[Error: ENOENT: no such ...

2022/02/25に公開

下記のやり方で、自分でmainnetで発行したERC20トークンをetherscanで認証しようとしたら、
https://zenn.dev/ryo_takahashi/articles/77f4eeb3f9f52b

このエラーが出ました。
[Error: ENOENT: no such file or directory, open '/Users/nook/Solidity/ChiqBox/artifacts/build-info/7f464e03ce2c644aa3a9f034f5820ba3.json']

でググったら、

npx hardhat clean

で直りました。

https://github.com/NomicFoundation/hardhat/issues/1117

Discussion