Load contract APIs from hardhat artifacts #215

Merged
bumi merged 4 commits from fix-hardhat-build into hardhat 2022-05-20 10:27:30 +00:00
bumi commented 2022-05-19 16:07:34 +00:00 (Migrated from github.com)

This finally removes all old/obsolete build files and scripts, and copies the correct ABIs to lib from the hardhat artifacts directory.

This finally removes all old/obsolete build files and scripts, and copies the correct ABIs to `lib` from the hardhat `artifacts` directory.
raucao commented 2022-05-20 09:55:06 +00:00 (Migrated from github.com)

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):

rm -rf apps artifacts build cache flattened_contracts
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`): rm -rf apps artifacts build cache flattened_contracts
raucao (Migrated from github.com) approved these changes 2022-05-20 10:17:29 +00:00
raucao (Migrated from github.com) left a comment

Works. 🥳

Works. :partying_face:
raucao commented 2022-05-20 12:19:44 +00:00 (Migrated from github.com)

The kredits label was missing here...

The kredits label was missing here...
Sign in to join this conversation.
No description provided.