hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

Re-compile outdated artifacts #656

Closed natanasow closed 8 months ago

natanasow commented 8 months ago

Problem

Currently, on the main branch, the artifacts are outdated. So, if we clone the repo locally, and run npm install + npx hardhat compile there are some git staged files.

Solution

Re-compile the artifacts.

Alternatives

No response