Load contract APIs from hardhat artifacts #215
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-hardhat-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This finally removes all old/obsolete build files and scripts, and copies the correct ABIs to
lib
from the hardhatartifacts
directory.In order to remove all old/obsolete files, and build everything from scratch, remove these directories first (some of them will also appear in your Git status now, since they've been removed from
.gitignore
):Works. 🥳
The kredits label was missing here...