DEV Community

Yaya
Yaya

Posted on

There's some Erro Verify Contract

Hey everyone I deploy my Contract in visual studio code Hashlips erc721 Collocation 2.4.5 When I try To verify I saw This situation

When I Type Yarn verify contract address --network testnet

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.

Top comments (0)