etherscan

  • Published on
    npx hardhatでverifyした時に、下記のようなエラーが出た時の対処方法を紹介します。 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 code ENOENT syscall openこれは簡単に対処できて、npx hardhat cleanで解決することができます。