Problem issue When I Try to verify contract

am using visual studio code 18.17.1 with Hashlips nft-erc721-collection-2.4.5

PS C:\Users\hp\Desktop\nft-erc721-collection-2.4.5\smart-contract> yarn verify 0x32E8c4a6805EDc571499F5A05f327dA164Eb3958 --network testnet
yarn run v1.22.21
$ hardhat verify --constructor-args config/ContractArguments.ts 0x32E8c4a6805EDc571499F5A05f327dA164Eb3958 --network testnet
Nothing to compile
No need to generate any newer typings.
An unexpected error occurred:

[Error: ENOENT: no such file or directory, open ‘C:\Users\hp\Desktop\nft-erc721-collection-2.4.5\smart-contract\artifacts\build-info\43ed1fe4dbf5eb333818b2c416a58a6d.json’] {
errno: -4058,
code: ‘ENOENT’,
syscall: ‘open’,
path: ‘C:\Users\hp\Desktop\nft-erc721-collection-2.4.5\smart-contract\artifacts\build-info\43ed1fe4dbf5eb333818b2c416a58a6d.json’
}
error Command failed with exit code 1.
info Visit

Please I need Some help

Hi @shihab

The error message says there is no such file or directory. Please verify if you are running the command in correct directory

1 Like

Hi Johnversus I Think I fixed it But When I mint in testnets.Opensea.io during goerli network I don’t see it :thinking:

1 Like

Maybe opensea contracts on testnets work differently.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.